diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-05 23:58:45 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-05 23:58:45 +0000 |
commit | 35c56f9378d0c5ee26c3345124a0dd36deba83c0 (patch) | |
tree | 4ac0a149ed72a2cb734f8ce3853887e7ece1db50 /sys/dev/pci/files.pci | |
parent | 95e4e974b34fb99adb94388d1e93a8fee3888289 (diff) |
Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.
Ok deraadt@, miod@
Diffstat (limited to 'sys/dev/pci/files.pci')
-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 69156be13be..96ca9c4f7ae 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.171 2005/02/15 20:51:22 damien Exp $ +# $OpenBSD: files.pci,v 1.172 2005/03/05 23:58:44 tdeval Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -497,14 +497,6 @@ device viaenv attach viaenv at pci file dev/pci/viaenv.c viaenv -# OHCI IEEE 1394 controller -attach fwohci at pci with fwohci_pci -file dev/pci/fwohci_pci.c fwohci_pci - -# IEEE 1394 TI "Lynx" controller -attach fwlynx at pci with fwlynx_pci -file dev/pci/fwlynx_pci.c fwlynx_pci - # Broadcom BCM4401 gigabit ethernet device bce: ether, ifnet, mii, ifmedia, mii_phy attach bce at pci |