diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-01-09 23:59:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-01-09 23:59:58 +0000 |
commit | ad23ed6c537d40b8cd3e3304c3955794e527b382 (patch) | |
tree | 32bc09ceb75e5284a891e222ec21da75da4ee2c8 /sys/dev | |
parent | 762cd148b18478451b4a5935da8e7744d2e4d10f (diff) |
more mx removal
Diffstat (limited to 'sys/dev')
-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 b95267c5f11..6a70880b757 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.60 1999/12/09 15:28:35 jason Exp $ +# $OpenBSD: files.pci,v 1.61 2000/01/09 23:59:57 jason 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. @@ -134,11 +134,6 @@ device pn: ether, ifnet, ifmedia attach pn at pci file dev/pci/if_pn.c pn -# Macronix -device mx: ether, ifnet, ifmedia -attach mx at pci -file dev/pci/if_mx.c mx - # Via Rhine device vr: ether, ifnet, ifmedia attach vr at pci |