Module Name:    src
Committed By:   maxv
Date:           Sat Sep 22 12:56:16 UTC 2018

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
Unreference iwic (now removed), forgot that.


To generate a diff of this commit:
cvs rdiff -u -r1.405 -r1.406 src/sys/dev/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.405 src/sys/dev/pci/files.pci:1.406
--- src/sys/dev/pci/files.pci:1.405	Sat Sep 22 12:26:27 2018
+++ src/sys/dev/pci/files.pci	Sat Sep 22 12:56:16 2018
@@ -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

Reply via email to