diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-19 12:36:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-19 12:36:07 +0000 |
commit | a793b69894240736e0c3aacfc267c524535528e2 (patch) | |
tree | 63882803e49600bee7732b6ee71c7f17a3254765 | |
parent | 64664c6cd6961ea9b079ab83fad18a2a6f3efc53 (diff) |
Add acx(4) at cardbus(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 72861236ed7..cb8cbc7c0cd 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.217 2008/07/18 22:27:50 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.218 2008/07/19 12:36:06 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -93,6 +93,7 @@ tht* at thtc? pgt* at pci? # Prism54 (only full-mac varients) acx* at pci? # TI ACX100/ACX111 (802.11b/g) +acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 malo* at pci? # Marvell Libertas |