diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-08-14 00:11:50 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-08-14 00:11:50 +0000 |
commit | d6ec5bff182554d7f0f3626cfb6a2ec035e6766b (patch) | |
tree | c71ccf1fd544fdac4628811e9025711c2f6cb81f /sys/arch/sparc64 | |
parent | af95dc226bbafe76b70c29c77090e0ef5cc18086 (diff) |
enable arc since it works here
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 5cf4c8c232e..af3c5c144a7 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.153 2006/08/11 08:51:35 damien Exp $ +# $OpenBSD: GENERIC,v 1.154 2006/08/14 00:11:49 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,6 +76,8 @@ pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface scsibus* at mpi? +arc* at pci? # Areca RAID Controllers +scsibus* at arc? # PCI crypto hifn* at pci? # Hifn 7751/7811/7951 |