diff options
-rw-r--r-- | distrib/notes/alpha/hardware | 8 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/intro.4 | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
4 files changed, 16 insertions, 4 deletions
diff --git a/distrib/notes/alpha/hardware b/distrib/notes/alpha/hardware index e6f90327df8..21748fefaca 100644 --- a/distrib/notes/alpha/hardware +++ b/distrib/notes/alpha/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.52 2005/02/24 21:05:09 brad Exp $ +dnl $OpenBSD: hardware,v 1.53 2005/02/25 12:57:49 jsg Exp $ OpenBSD/MACHINE OSREV is expected to run on the following hardware. If you have hardware that is listed here and are unable to run OpenBSD, or if you are able to run OpenBSD on hardware not listed @@ -292,6 +292,12 @@ A Netgear GA302T SysKonnect SK-9D21 SysKonnect SK-9D41 + Realtek 8169/8169S/8110S based PCI adapters, including: + Buffalo LGY-PCI-GT (8169S) + Corega CG-LAPCIGT (8169S) + Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) + PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) + Xterasys XN-152 10/100/1000 NIC (8169) Sundance/Tamarack TC9021 based PCI adapters (stge), including: [-] D-Link DGE-550T (10/100/1000baseTX) diff --git a/share/man/man4/man4.alpha/intro.4 b/share/man/man4/man4.alpha/intro.4 index 7ee5aa03c9a..fb2cd2fab21 100644 --- a/share/man/man4/man4.alpha/intro.4 +++ b/share/man/man4/man4.alpha/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.26 2004/11/09 22:01:59 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.27 2005/02/25 12:57:49 jsg Exp $ .\" $NetBSD: intro.4,v 1.10 2003/05/06 07:44:54 wiz Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project @@ -464,6 +464,8 @@ Novell NE1000 and 2000 Ethernet interface. Traditional PC (ISA) keyboard. .It Xr pms 4 PS/2 auxiliary port mouse, for generic mice. +.It Xr re 4 +Realtek 8169/8169S/8110S Gigabit Ethernet. .It Xr rl 4 Realtek 8129/8139 Ethernet. .It Xr sf 4 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 |