diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-01-14 02:52:07 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-01-14 02:52:07 +0000 |
commit | ea7f3031026a011cd8d20bca1c2cec400491bec2 (patch) | |
tree | 911f593d1b6d6416e77b709b54e252168821c26b /sys/arch/i386 | |
parent | 40e9a6cdf34436562481587eb43511900cf73931 (diff) |
cardbus re(4) support (Realtek 8169) heavily based on if_rl.
still work in progress but it works (this is committed through it),
some PHY timeout issues to resolve
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e4c2df36670..de485af539d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.397 2005/01/06 21:37:29 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.398 2005/01/14 02:52:06 pvalchev Exp $ # # GENERIC -- everything that's currently supported # @@ -420,6 +420,7 @@ txp* at pci? # 3com 3CR990 nge* at pci? # NS DP83820/DP83821 GigE bge* at pci? # Broadcom BCM570x (aka Tigon3) re* at pci? # Realtek 8169/8169S/8110S +re* at cardbus? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE hme* at pci? # Sun Happy Meal |