diff options
| author | maxv <maxv@NetBSD.org> | 2018-09-22 12:56:16 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2018-09-22 12:56:16 +0000 |
| commit | 8f43920001c4d80cb01ac4b60028619ee3b5ff56 (patch) | |
| tree | ac9a04c862bb77118aa5145c4735aa2d1878364b /sys/dev | |
| parent | c7f068e8a4d0475e7173d97eac3c8676c8fac820 (diff) | |
Unreference iwic (now removed), forgot that.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 8ac760da79b..92122e76206 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.405 2018/09/22 12:26:27 maxv Exp $ +# $NetBSD: files.pci,v 1.406 2018/09/22 12:56:16 maxv Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -813,14 +813,6 @@ file dev/pci/isic_pci.c isic_pci file dev/pci/isic_pci_elsa_qs1p.c isic_pci -# Winbond W6692 -device iwic: isdndev, passive_isdn -attach iwic at pci with iwic_pci -file dev/pci/iwic_pci.c iwic -file dev/pci/iwic_bchan.c iwic -file dev/pci/iwic_dchan.c iwic -file dev/pci/iwic_fsm.c iwic - # IrDA devices # Toshiba Fast Infrared Type O IrDA driver device oboe: irbus, irdasir |
