diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-25 18:24:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-25 18:24:47 +0000 |
| commit | d6a0e38a1bffb551c7a3159a072a0ac3b30abccb (patch) | |
| tree | 6fd058e379c30c9846c02d23271af0842114b5d1 /sys/dev/fdc | |
| parent | 784733e9ecb7b3cbb1655b9026841f7bcbcba164 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc')
| -rw-r--r-- | sys/dev/fdc/fdc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index f51161b39dec..e63a75b2a8e5 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -370,19 +370,14 @@ static struct cdevsw fd_cdevsw = { /* read */ physread, /* write */ physwrite, /* ioctl */ fdioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ fdstrategy, /* name */ "fd", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ D_DISK, - /* maxio */ 0, /* bmaj */ BDEV_MAJOR }; |
