diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-01-14 01:08:12 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-01-14 01:08:12 +0000 |
commit | d170bb3702bf54e2500dd108e9c92b2215d1b161 (patch) | |
tree | ddf59d1fdf16de449d716804fd1bd1cab45f5c26 /sys/dev/pci/files.pci | |
parent | 80f5023c654738071de83ff2d565766f964a7385 (diff) |
split re(4) into bus-independent code (ic/re.c) and PCI front-end
(pci/if_re_pci.c) for soon-to-come cardbus support; ok deraadt
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 38036a9377f..38eda9a75b8 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.169 2004/12/29 01:02:30 jsg Exp $ +# $OpenBSD: files.pci,v 1.170 2005/01/14 01:08:11 pvalchev 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. @@ -247,6 +247,10 @@ file dev/pci/if_mtd_pci.c mtd_pci attach rl at pci with rl_pci file dev/pci/if_rl_pci.c rl_pci +# Realtek 8169/8169S/8110S +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 @@ -473,11 +477,6 @@ device bge: ether, ifnet, mii, ifmedia, mii_phy attach bge at pci file dev/pci/if_bge.c bge -# Realtek 8139C+/8169/8169S/8110S -device re: ether, ifnet, mii, ifmedia, mii_phy -attach re at pci -file dev/pci/if_re.c re - # VIA VT6122 device vge: ether, ifnet, mii, ifmedia, mii_phy attach vge at pci |