diff options
author | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2004-02-13 23:24:31 +0000 |
---|---|---|
committer | Andreas Gunnarsson <andreas@cvs.openbsd.org> | 2004-02-13 23:24:31 +0000 |
commit | 5fd00ce73bfd72b17a5fff2d4847fdecfadbb748 (patch) | |
tree | 20d668a4d0d5a25ede99dee2e767ec1c7b479d3e /sys/dev/pci/files.pci | |
parent | ba3a23106fe11c40d05b928e02445742eab02e89 (diff) |
bce (Broadcom 4401 10/100 ethernet driver) from NetBSD
Most work by nate@, ok deraadt@
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 |