diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-15 06:23:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-15 06:23:08 +0000 |
commit | 760adfada34c0eef06c72e5e1ee096a66462bad5 (patch) | |
tree | 9eebc24107404506913c9b40c3a757ca8e4f47be /sys/dev/pci/files.pci | |
parent | 2e2d6e23b4b0ad5bf31e1076e43d704a12f218aa (diff) |
wx is totally gone now
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index ff38f67240c..bdec482014c 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.131 2002/04/08 01:49:45 frantzen Exp $ +# $OpenBSD: files.pci,v 1.132 2002/04/15 06:23:07 deraadt 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. @@ -361,11 +361,6 @@ device sk: ether, ifnet, mii, ifmedia attach sk at skc file dev/pci/if_sk.c skc | sk -# Intel 82452 (Pro/1000 gigabit server adapter) -device wx: ether, ifnet, mii, ifmedia, mii_phy -attach wx at pci -file dev/pci/if_wx.c wx - # PCI "universal" communication device driver, for PCI com, lpt, etc. ports # (see documentation in the driver for what, exactly, should be supported) device puc { port = -1 } |