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