diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-12 22:22:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-12 22:22:37 +0000 |
commit | d45105968c2b2c26e15fe4f7d2115e6e5eedf613 (patch) | |
tree | 3d24eddd7e11e300de4189cde84dd379d3d78b25 /sys/arch/sparc64/conf | |
parent | ae8ec80c4eeccc8ee8b58228520a2c912a8d65a5 (diff) |
Add ral(4) at cardbus(4).
Diffstat (limited to 'sys/arch/sparc64/conf')
-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 928c5a235c0..a429b45ba2e 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.211 2008/06/12 22:03:19 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.212 2008/06/12 22:22:36 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -87,6 +87,7 @@ tht* at thtc? pgt* at pci? # Prism54 (only full-mac varients) acx* at pci? # TI ACX100/ACX111 (802.11b/g) ral* at pci? # Ralink RT2500/RT2501/RT2600 +ral* at cardbus? # Ralink RT2500/RT2501/RT2600 malo* at pcmcia? # Marvell 88W8385 # PCI SCSI |