diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-26 05:54:24 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-26 05:54:24 +0000 |
commit | ff0471f0c2f9700f2ffdd728d673772916029068 (patch) | |
tree | 06f8c4442ae8405eeaf1f89f68bf48d683a72d32 | |
parent | 9180b87400fd86c3445bcf9b8d39c4bd3d6a5ba4 (diff) |
enable cardbus rtw(4) on macppc.
-rw-r--r-- | share/man/man4/man4.macppc/intro.4 | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/man4.macppc/intro.4 b/share/man/man4/man4.macppc/intro.4 index 46b64700714..7c22d2052e5 100644 --- a/share/man/man4/man4.macppc/intro.4 +++ b/share/man/man4/man4.macppc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.28 2005/05/04 08:52:26 miod Exp $ +.\" $OpenBSD: intro.4,v 1.29 2005/05/26 05:54:23 jsg Exp $ .\" .\" Copyright (c) 2001 Peter Valchev. .\" All rights reserved. @@ -145,6 +145,8 @@ Hifn 6500 crypto accelerator. .\" PMU interrupt router. .It Xr re 4 Realtek 8169/8169S/8110S Gigabit Ethernet. +.It Xr rtw 4 +Realtek RTL8180L IEEE 802.11b wireless network interfaces. .It Xr safe 4 SafeNet SafeXcel 1141/1741. .It Xr siop 4 diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 7eccd8383a9..e63c68e9124 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.84 2005/05/24 07:51:20 brad Exp $g +# $OpenBSD: GENERIC,v 1.85 2005/05/26 05:54:23 jsg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -246,6 +246,7 @@ dc* at cardbus? # 21143, "tulip" clone ethernet #fxp* at cardbus? # Intel PRO/100 ethernet xl* at cardbus? # 3C575/3C656 ethernet #rl* at cardbus? # RealTek 81[23]9 ethernet +rtw* at cardbus? # Realtek 8180 wdc* at pcmcia? wsdisplay* at vgafb? |