From 23978f436eb867d1acc3e95199e5112904cff76d Mon Sep 17 00:00:00 2001 From: sos Date: Sat, 30 Mar 2002 16:51:47 +0000 Subject: Remove debug output in last commit. --- sys/dev/ata/ata-all.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sys/dev/ata/ata-all.c') diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 813bb82..1dae0c4 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -548,16 +548,6 @@ ata_boot_attach(void) ad_attach(&ch->device[MASTER]); if (ch->devices & ATA_ATA_SLAVE) ad_attach(&ch->device[SLAVE]); - if (ctlr >= 2) { - u_int8_t id1, id2, fan; - - ata_drawersensor(&ch->device[MASTER], 1, 0x4e, 0); - id1 = ata_drawersensor(&ch->device[MASTER], 0, 0x4f, 0); - ata_drawersensor(&ch->device[MASTER], 1, 0x4e, 0x80); - id2 = ata_drawersensor(&ch->device[MASTER], 0, 0x4f, 0); - fan = ata_drawersensor(&ch->device[MASTER], 0, 0x28, 0); - printf("winbond ID 0x%02x 0x%02x 0x%02x\n", id1, id2, fan); - } } ata_raid_attach(); #endif -- cgit v1.1