diff options
author | bz <bz@FreeBSD.org> | 2006-01-14 15:35:21 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2006-01-14 15:35:21 +0000 |
commit | 0b25aee5f486321d3b8ad6312e547c02c44d27c9 (patch) | |
tree | fbb09085f005db38ca290a474bd0c823fb571b19 /sys/conf | |
parent | c70a5f466800680dccb571a0ee4ac3a9f335c52b (diff) | |
download | FreeBSD-src-0b25aee5f486321d3b8ad6312e547c02c44d27c9.zip FreeBSD-src-0b25aee5f486321d3b8ad6312e547c02c44d27c9.tar.gz |
The LinkSys EG1032 is supported by re(4) not nge(4) [1].
I couldn't find the ID for the EG1064 anywhere in our sources
so I removed the reference for now.
Pointed out by: Robert Huff <roberthuffi at rcn dot com> [1]
Reviewed by: simon
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 36bb715..65284c3 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1732,8 +1732,8 @@ device miibus # nge: Support for PCI gigabit ethernet adapters based on the National # Semiconductor DP83820 and DP83821 chipset. This includes the # SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet -# GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the LinkSys -# EG1032 and EG1064, the Surecom EP-320G-TX and the Netgear GA622T. +# GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the Surecom +# EP-320G-TX and the Netgear GA622T. # pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x # chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and # PCnet/Home. These were previously handled by the lnc driver (and |