diff options
author | wpaul <wpaul@FreeBSD.org> | 2003-09-09 18:17:23 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2003-09-09 18:17:23 +0000 |
commit | fc3a8934ee799891fce3717b06b9a7d3e5530c1e (patch) | |
tree | e411fd06681e58e4a398845eb6bba9231c7b4a12 /etc | |
parent | 16a69608057239baa70babc08a9145399430407c (diff) | |
download | FreeBSD-src-fc3a8934ee799891fce3717b06b9a7d3e5530c1e.zip FreeBSD-src-fc3a8934ee799891fce3717b06b9a7d3e5530c1e.tar.gz |
Add a device driver for the Broadcom BCM4401 ethernet controller,
written by Stuart Walsh and Duncan Barclay (with some kibbitzing by
me). I'm checking it in on Stuart's behalf.
The BCM4401 is built into several x86 laptop and desktop systems. For the
moment, I have only enabled it in the x86 kernel config because although
it's a PCI device, I haven't heard of any standalone NICs that use it. If
somebody knows of one, we can easily add it to the other arches.
This driver uses register/structure data gleaned from the Linux
driver released by Broadcom, but does not contain any of the code
from the Linux driver itself. It uses busdma.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index 2cc0586..2999115 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -18,8 +18,8 @@ options { # Setup some shorthand for regex that we use later in the file. set ethernet-nic-regex - "(an|ar|ath|aue|awi|bge|cm|cnw|cs|cue|dc|de|ed|el|em|ep|ex|\ - fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\ + "(an|ar|ath|aue|awi|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|ep|\ + ex|fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\ sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vr|vx|wb|wi|xe|xl)[0-9]+"; set scsi-controller-regex "(adv|advw|aic|aha|ahb|ahc|ahd|bt|ct|iir|isp|mly|mpt|ncv|nsp|\ |