diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-10 07:31:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-10 07:31:29 +0000 |
commit | 3e9033756c2f1ae422c059eb8554e36d5655287c (patch) | |
tree | 0b29b5273457ed695a897c20bc10e26bbc0da65f /sys | |
parent | e01fb95bd1e3e13014c879051bee97bc28d668e5 (diff) |
Remove entry for mx driver which was removed a bit over 7 years ago.
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 8939b601886..f95bb3a9a7c 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.223 2006/12/17 16:32:35 mbalmer Exp $ +# $OpenBSD: files.pci,v 1.224 2007/02/10 07:31:28 jsg 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. @@ -281,11 +281,6 @@ file dev/pci/if_rl_pci.c rl_pci attach re at pci with re_pci file dev/pci/if_re_pci.c re_pci -# Macronix -device mx: ether, ifnet, ifmedia -attach mx at pci -file dev/pci/if_mx.c mx - # Via Rhine device vr: ether, ifnet, mii, ifmedia attach vr at pci |