diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-08 07:44:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-08 07:44:44 +0000 |
commit | 21f76d57f9c5ee3319ff1ad5cb910cd5a1b2e090 (patch) | |
tree | 516b1774fda3afa273dd43f77b5aa2981a2f1d6f /sys | |
parent | 437dbd92fd7d36954c7a8ec5777d3c2fa0bbcd9d (diff) |
ral(4) reported to work on sparc64 by Maxim Belooussov <belooussov@gmail.com>
so enable it.
Diffstat (limited to 'sys')
-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 7106fee24ee..18dbe6b1af1 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.172 2007/04/04 20:47:54 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.173 2007/04/08 07:44:43 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -73,6 +73,7 @@ re* at pci? # RealTek 8169/8169S/8110S pgt* at pci? # Prism54 (only full-mac varients) acx* at pci? # TI ACX100/ACX111 (802.11b/g) +ral* at pci? # Ralink RT2500/RT2501/RT2600 # PCI SCSI ahc* at pci? # Adaptec 2940 SCSI controllers |