diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-05 21:01:46 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-05 21:01:46 +0000 |
| commit | 7998b1245da22a5da44cecc0087c93528924ce68 (patch) | |
| tree | f1935fb51c4241ee236c595fd62f5ab2246a0575 /sys/dev/fdc/fdc.c | |
| parent | 357dfe502a6386ffb05532eb22fb83b721decc95 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc/fdc.c')
| -rw-r--r-- | sys/dev/fdc/fdc.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 022f348bb5cf..a0155b7b4764 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -215,22 +215,6 @@ static int enable_fifo(fdc_p fdc); static int fifo_threshold = 8; /* XXX: should be accessible via sysctl */ - -#define DEVIDLE 0 -#define FINDWORK 1 -#define DOSEEK 2 -#define SEEKCOMPLETE 3 -#define IOCOMPLETE 4 -#define RECALCOMPLETE 5 -#define STARTRECAL 6 -#define RESETCTLR 7 -#define SEEKWAIT 8 -#define RECALWAIT 9 -#define MOTORWAIT 10 -#define IOTIMEDOUT 11 -#define RESETCOMPLETE 12 -#define PIOREAD 13 - #ifdef FDC_DEBUG static char const * const fdstates[] = { |
