summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2006-09-08 21:46:01 +0000
committerjkim <jkim@FreeBSD.org>2006-09-08 21:46:01 +0000
commit9a0c25fb1104b8c8ec2d009b33a23da92a23c8a1 (patch)
tree36b9f6dc80b9f774bb2e0ebe2a8c2cbf5ad7ccf6 /sys/dev/fdc
parentc60a940b1dc8ae930cd367435492eb0e945e77c8 (diff)
downloadFreeBSD-src-9a0c25fb1104b8c8ec2d009b33a23da92a23c8a1.zip
FreeBSD-src-9a0c25fb1104b8c8ec2d009b33a23da92a23c8a1.tar.gz
Fix style nits. No md5 changes in .o's. ;-)
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 9cf8352..0ee2deb 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -521,7 +521,7 @@ fdc_reset(struct fdc_data *fdc)
if (fdc->fdct == FDC_ENHANCED) {
if (fdc_cmd(fdc, 4,
- I8207X_CONFIGURE,
+ I8207X_CONFIG,
0,
0x40 | /* Enable Implied Seek */
0x10 | /* Polling disabled */
@@ -532,7 +532,7 @@ fdc_reset(struct fdc_data *fdc)
" CONFIGURE failed in reset\n");
if (debugflags & 1) {
if (fdc_cmd(fdc, 1,
- 0x0e, /* DUMPREG */
+ I8207X_DUMPREG,
10, &r[0], &r[1], &r[2], &r[3], &r[4],
&r[5], &r[6], &r[7], &r[8], &r[9]))
device_printf(fdc->fdc_dev,
OpenPOWER on IntegriCloud