diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-07-22 04:41:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-07-22 04:41:34 +0000 |
commit | 7aaa9b693ab4f4466af3f2dadcaa25ce4de4debf (patch) | |
tree | 434be903808bcfbb749ce5a541ba83e0977c3cb2 /sys | |
parent | dd68638446d8a387ba34e11643904b88eeb9ce3b (diff) |
Enable rl(4) on hppa, tested by me, ok kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index b06207a9c55..354573cc4f9 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.106 2007/07/21 16:27:38 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.107 2007/07/22 04:41:33 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -263,7 +263,7 @@ em* at pci? # Intel Pro/1000 ethernet #de* at eisa? dc* at pci? # 21143, "tulip" clone ethernet #dc* at cardbus? -#rl* at pci? # RealTek 81[23]9 ethernet +rl* at pci? # Realtek 81[23]9 ethernet #rl* at cardbus? #ep* at pci? # 3c59x ethernet #ep* at eisa? # 3c579 ethernet @@ -304,6 +304,7 @@ brgphy* at mii? # Broadcom 10/100/1000 PHYs bmtphy* at mii? # Broadcom 10/100 PHYs eephy* at mii? # Marvell 88E1000 Gigabit PHYs xmphy* at mii? # XaQti XMAC-II PHYs +rlphy* at mii? # Realtek 8139 internal PHYs ukphy* at mii? # generic unknown PHYs # MI devices |