diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-26 19:16:37 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-26 19:16:37 +0000 |
| commit | d306122d60b484718888cfbda76b211d3d7767d1 (patch) | |
| tree | 62c93e6c49702a2110d3cbf1a0a56809d9b199d6 /sys/pc98 | |
| parent | ab0235da5dd130084a490e402cd43cd9b65114b4 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/fdc.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/fd.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 5e2b78cbcfefb..d52138de33361 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -251,6 +251,7 @@ FDC_ACCESSOR(fdunit, FDUNIT, int) #endif #define BIO_RDSECTID BIO_CMD1 +#define BIO_FORMAT BIO_CMD2 /* * List of native drive densities. Order must match enum fd_drivetype diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c index 5e2b78cbcfefb..d52138de33361 100644 --- a/sys/pc98/pc98/fd.c +++ b/sys/pc98/pc98/fd.c @@ -251,6 +251,7 @@ FDC_ACCESSOR(fdunit, FDUNIT, int) #endif #define BIO_RDSECTID BIO_CMD1 +#define BIO_FORMAT BIO_CMD2 /* * List of native drive densities. Order must match enum fd_drivetype |
