summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-lowlevel.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2006-07-04 20:36:03 +0000
committersos <sos@FreeBSD.org>2006-07-04 20:36:03 +0000
commit4e7ab663fd3aa730896a0f06bb7027db0db86be2 (patch)
tree0b1a407bc4608e75bdd2b40dc48dd467135c764e /sys/dev/ata/ata-lowlevel.c
parent01d303a433d4d7277e76130d98f2b7a62403f7f6 (diff)
downloadFreeBSD-src-4e7ab663fd3aa730896a0f06bb7027db0db86be2.zip
FreeBSD-src-4e7ab663fd3aa730896a0f06bb7027db0db86be2.tar.gz
Add preliminary support for the Serverworks HT1000 chip.
HW sponsored by: Yahoo!
Diffstat (limited to 'sys/dev/ata/ata-lowlevel.c')
-rw-r--r--sys/dev/ata/ata-lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c
index 0d50ccf..ca5afc2 100644
--- a/sys/dev/ata/ata-lowlevel.c
+++ b/sys/dev/ata/ata-lowlevel.c
@@ -719,7 +719,7 @@ ata_generic_command(struct ata_request *request)
DELAY(20);
}
if (timeout <= 0) {
- device_printf(request->dev,"timeout waiting for ATAPI ready\n");
+ device_printf(request->dev, "timeout waiting for ATAPI ready\n");
request->result = EIO;
return -1;
}
OpenPOWER on IntegriCloud