diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-25 12:57:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-02-25 12:57:50 +0000 |
commit | 1e962196af682192a339f34658912ea897e30d55 (patch) | |
tree | 90144ef59e05c1390b15cfd95a4774afbcc9f8f2 /sys/arch/alpha/conf | |
parent | 33b1590a11275f19b4097cc0dcc5c21bf9022e15 (diff) |
Enable re(4) on alpha.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index d6b0a65b4e2..2df95afa1ea 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.141 2005/02/15 11:03:45 jsg Exp $ +# $OpenBSD: GENERIC,v 1.142 2005/02/25 12:57:49 jsg Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -192,6 +192,7 @@ xl* at pci? # 3COM 3c9xx txp* at pci? # 3COM 3CR990 fpa* at pci? # DEC DEFPA FDDI cards bge* at pci? # Broadcom BCM570x (aka Tigon3) +re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet @@ -239,6 +240,7 @@ bmtphy* at mii? # Broadcom 10/100 PHYs brgphy* at mii? # Broadcom Gigabit PHYs xmphy* at mii? # XaQti XMAC-II PHYs urlphy* at mii? # Realtek RTL8150L internal PHY +rgephy* at mii? # Realtek 8169S/8110S PHY ukphy* at mii? # "unknown" PHYs # ISA/EISA bus support diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 655c93186b2..852fad3915b 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.50 2005/02/15 11:03:45 jsg Exp $ +# $OpenBSD: RAMDISKBIG,v 1.51 2005/02/25 12:57:49 jsg Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -181,6 +181,7 @@ xl* at pci? # 3COM 3c9xx txp* at pci? # 3COM 3CR990 fpa* at pci? # DEC DEFPA FDDI cards bge* at pci? # Broadcom BCM570x (aka Tigon3) +re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE rl* at pci? # RealTek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet @@ -228,6 +229,7 @@ bmtphy* at mii? # Broadcom 10/100 PHYs brgphy* at mii? # Broadcom Gigabit PHYs xmphy* at mii? # XaQti XMAC-II PHYs urlphy* at mii? # Realtek RTL8150L internal PHY +rgephy* at mii? # Realtek 8169S/8110S PHY ukphy* at mii? # "unknown" PHYs # ISA/EISA bus support |