diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-08-28 11:38:18 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-08-28 11:38:18 +0000 |
commit | 5841d546c9d78715417c3ab13a5462f6021e572c (patch) | |
tree | 21161309174c9162393b2da889847c2ee76fa5d8 /sys/arch/i386 | |
parent | 49f43d9e859853c750edb2399c832c876ef58cb9 (diff) |
enable arc
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 523fbfe046a..fee28cef569 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.127 2006/08/16 21:20:29 kettenis Exp $ +# $OpenBSD: RAMDISK_CD,v 1.128 2006/08/28 11:38:17 dlg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -186,6 +186,8 @@ ahc* at pci? # Adaptec 2940/3940/78?? SCSI controllers scsibus* at ahc? ahd* at pci? # Adaptec 79?? SCSI controllers scsibus* at ahd? +arc* at pci? # Areca RAID Controllers +scsibus* at arc? mpi* at pci? # LSI Logic Fusion-MPT Message Passing Interface scsibus* at mpi? dpt* at pci? # DPT SmartCache/SmartRAID PCI |