diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-01-10 13:58:17 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-01-10 13:58:17 +0000 |
commit | 41e60aed9b1aa411162b120a5913387f6db6102d (patch) | |
tree | 4df75234444eccf19803e126537c86120c57d176 /sys/dev/pci/files.pci | |
parent | 43cec5683a682a1d1ef953a955b8d6c61dd055bd (diff) |
Remove PNIC driver
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 6a70880b757..4adbf6698eb 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.61 2000/01/09 23:59:57 jason Exp $ +# $OpenBSD: files.pci,v 1.62 2000/01/10 13:58:16 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. @@ -129,10 +129,10 @@ device rl: ether, ifnet, mii, ifmedia attach rl at pci file dev/pci/if_rl.c rl -# Lite-On PNIC -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 |