diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2003-09-08 08:36:46 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2003-09-08 08:36:46 +0000 |
| commit | 4514dcad3203cf0434877e5448c5d649496be988 (patch) | |
| tree | 63240b94b7e376bc7e936f46b5f5422593e0d2da | |
| parent | 08c26854a306117a7d4103aad0e152083807a808 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ata/ata-lowlevel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index 21a205d4633b..cb6c12dd0f71 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -595,6 +595,7 @@ ata_reset(struct ata_channel *ch) "reset tp2 mask=%02x stat0=%02x stat1=%02x devices=0x%b\n", mask, stat0, stat1, ch->devices, "\20\4ATAPI_SLAVE\3ATAPI_MASTER\2ATA_SLAVE\1ATA_MASTER"); +#if 0 if (!mask) return; @@ -628,6 +629,7 @@ ata_reset(struct ata_channel *ch) if (bootverbose) ata_printf(ch, -1, "reset tp3 devices=0x%b\n", ch->devices, "\20\4ATAPI_SLAVE\3ATAPI_MASTER\2ATA_SLAVE\1ATA_MASTER"); +#endif } static int |
