diff options
author | imp <imp@FreeBSD.org> | 2009-05-20 21:31:47 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-05-20 21:31:47 +0000 |
commit | 521ec23d7fcf9c1d927f8e44b30b0a40fde3731f (patch) | |
tree | 68ac274145cb63365eb45a9b12fadfdd1374aa54 | |
parent | e6b86b7c8fc96c72c1f5df5a94c60e96783ecaac (diff) | |
download | FreeBSD-src-521ec23d7fcf9c1d927f8e44b30b0a40fde3731f.zip FreeBSD-src-521ec23d7fcf9c1d927f8e44b30b0a40fde3731f.tar.gz |
Last commit was in error, revert.
-rw-r--r-- | sys/dev/ata/ata-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 1131ee1..4530767 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -663,7 +663,7 @@ ata_getparam(struct ata_device *atadev, int init) btrim(atacap->serial, sizeof(atacap->serial)); bpack(atacap->serial, atacap->serial, sizeof(atacap->serial)); - if (bootverbose || 1) + if (bootverbose) printf("ata%d-%s: pio=%s wdma=%s udma=%s cable=%s wire\n", device_get_unit(ch->dev), ata_unit2str(atadev), |