diff options
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 68d66ccd9b3..93213a6e545 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.149 2003/08/19 03:36:21 mickey Exp $ +# $OpenBSD: files.pci,v 1.150 2004/02/13 23:24:30 andreas 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. @@ -469,3 +469,8 @@ file dev/pci/fwohci_pci.c fwohci_pci # IEEE 1394 TI "Lynx" controller attach fwlynx at pci with fwlynx_pci file dev/pci/fwlynx_pci.c fwlynx_pci + +# Broadcom BCM4401 gigabit ethernet +device bce: ether, ifnet, mii, ifmedia, mii_phy +attach bce at pci +file dev/pci/if_bce.c bce |