diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-19 02:20:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-19 02:20:52 +0000 |
commit | 446fa02a370130e6e35005a005c2af0bcdc62a46 (patch) | |
tree | e82f374f1ed5f1508caf1ebecb509231ffb3ee54 /sys | |
parent | d2bbc1d4c0857d49057c7cc0a8d16513a593d042 (diff) |
nate does not know about grep(1)
Diffstat (limited to 'sys')
-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 908da3c0032..b885cffdfeb 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.143 2002/09/24 18:56:01 nate Exp $ +# $OpenBSD: files.pci,v 1.144 2002/11/19 02:20:51 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. @@ -443,11 +443,6 @@ device stge: ether, ifnet, mii, ifmedia, mii_phy, mii_bitbang attach stge at pci file dev/pci/if_stge.c stge -# Intel gigabit ethernet -device gx: ether, ifnet, mii, ifmedia, mii_phy -attach gx at pci -file dev/pci/if_gx.c gx - # AMD 768MPX power management controller device amdpm {} attach amdpm at pci |