1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-03 17:11:32 +00:00

Disable some apparently stray debug printfs:

ahc0: <Adaptec 274X SCSI host adapter> at 0x1c00-0x1cff, irq 11 (edge)
ahc0: on eisa0 slot 1
ahc0: aic7770 >= Rev E, SBLKCTL = 0x8
SSTAT0 = 0x0
SFUNCT = 0x0
Twin Channel, A SCSI Id=7, B SCSI Id=7, primary A, 4/255 SCBs

Not objected to by:	gibbs
This commit is contained in:
Peter Wemm 1999-08-23 12:08:45 +00:00
parent 1d71a557cc
commit 0c3c5956d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50221

View File

@ -36,7 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: aic7xxx.c,v 1.32 1999/08/16 22:49:28 gibbs Exp $
* $Id: aic7xxx.c,v 1.33 1999/08/21 06:23:59 msmith Exp $
*/
/*
* A few notes on features of the driver.
@ -3865,9 +3865,11 @@ ahc_init(struct ahc_softc *ahc)
size_t driver_data_size;
u_int32_t physaddr;
#if 0
printf("SBLKCTL = 0x%x\n", ahc_inb(ahc, SBLKCTL));
printf("SSTAT0 = 0x%x\n", ahc_inb(ahc, SSTAT0));
printf("SFUNCT = 0x%x\n", ahc_inb(ahc, SFUNCT));
#endif
#ifdef AHC_PRINT_SRAM
printf("Scratch Ram:");
for (i = 0x20; i < 0x5f; i++) {