diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2006-08-29 20:04:55 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2006-08-29 20:04:55 +0000 |
commit | 7bcc9968dc4790c57433e91eae64d47cfbcfa9cf (patch) | |
tree | 35b6b3465642c6860128e4fe9c5723a29c673565 /sys/arch | |
parent | 0bd9a98f41d1946ab29e633fb0ab91b6724ef7a1 (diff) |
enable arc, ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index cb37d50889d..cceaf9ca4e0 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.154 2006/08/22 13:52:29 jsg Exp $ +# $OpenBSD: GENERIC,v 1.155 2006/08/29 20:04:54 jolan Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -246,6 +246,8 @@ ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? ahd* at pci? # Adaptec 79?? SCSI controllers scsibus* at ahd? +arc* at pci? # Areca RAID Controller +scsibus* at arc? mpi* at pci? # LSI Logic Message Passing Interface scsibus* at mpi? #dpt* at pci? # DPT SmartCache/SmartRAID PCI diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index f114b7ab4c3..ab27fa098d4 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.61 2006/08/17 19:24:54 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.62 2006/08/29 20:04:54 jolan Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -141,6 +141,8 @@ ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? ahd* at pci? # Adaptec 79?? SCSI controllers scsibus* at ahd? +arc* at pci? # Areca RAID Controller +scsibus* at arc? mpi* at pci? # LSI Logic Message Passing Interface scsibus* at mpi? #dpt* at pci? # DPT SmartCache/SmartRAID PCI |