diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-30 17:38:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-30 17:38:03 +0000 |
commit | d6192dbba5166ba60dba6f8c7c3352b029104a12 (patch) | |
tree | b8b0083667630610338642da26b5cec61ddbdb91 /sys/arch/sgi | |
parent | f3434256e160e2bd949be54e3d09673bcd3b64b5 (diff) |
wi@pci now works.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index c1ffa9f7361..5cce86ac3d0 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 2008/04/07 22:36:26 miod Exp $ +# $OpenBSD: GENERIC,v 1.30 2008/07/30 17:38:02 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -103,6 +103,9 @@ urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY ukphy* at mii? # "unknown" PHYs +#### Wireless +wi* at pci? + #### Audio audio* at mavb? emu* at pci? |