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/hfa | |
| parent | 784733e9ecb7b3cbb1655b9026841f7bcbcba164 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hfa')
| -rw-r--r-- | sys/dev/hfa/fore_load.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/hfa/fore_load.c b/sys/dev/hfa/fore_load.c index 5db01f9db2b1..5f136c8e1eb7 100644 --- a/sys/dev/hfa/fore_load.c +++ b/sys/dev/hfa/fore_load.c @@ -1529,19 +1529,14 @@ static struct cdevsw fore_cdev = { /* read */ noread, /* write */ nowrite, /* ioctl */ noioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ nostrategy, /* name */ noname, - /* parms */ noparms, /* maj */ -1, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |
