diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-10-04 07:40:23 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-10-04 07:40:23 +0000 |
| commit | fd1976ec67f86f79d6e1b28a4270f6779130ba8a (patch) | |
| tree | c72c71795ac178596c6639ba57d949adaa43a87a | |
| parent | 3c6967023cb6916b70c88d740fcb1b00360c3670 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/wfd.c | 3 | ||||
| -rw-r--r-- | sys/pc98/pc98/wfd.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/isa/wfd.c b/sys/i386/isa/wfd.c index 696e98eb38fa..4a19d7914610 100644 --- a/sys/i386/isa/wfd.c +++ b/sys/i386/isa/wfd.c @@ -124,9 +124,6 @@ struct cappage { u_char reserved30[2]; }; -/* misuse a flag to identify format operation */ -#define B_FORMAT B_XXX - struct wfd { struct atapi *ata; /* Controller structure */ int unit; /* IDE bus drive unit */ diff --git a/sys/pc98/pc98/wfd.c b/sys/pc98/pc98/wfd.c index 696e98eb38fa..4a19d7914610 100644 --- a/sys/pc98/pc98/wfd.c +++ b/sys/pc98/pc98/wfd.c @@ -124,9 +124,6 @@ struct cappage { u_char reserved30[2]; }; -/* misuse a flag to identify format operation */ -#define B_FORMAT B_XXX - struct wfd { struct atapi *ata; /* Controller structure */ int unit; /* IDE bus drive unit */ |
