diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-02-07 03:23:24 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-02-07 03:23:24 +0000 |
commit | 41e6b615e71104162b43698a875269495183b5e8 (patch) | |
tree | a723c747f934edb10e8147673faad02faf08e27f /sys/arch/macppc/conf | |
parent | 8ba0c45400980903673b6abfaa336b4cf9a0ad8e (diff) |
enable arc(4) for Areca RAID Controllers. they work great.
ok drahn@
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 0d4b441a41c..1f92cfa2c41 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.158 2007/02/07 03:22:29 dlg Exp $g +# $OpenBSD: GENERIC,v 1.159 2007/02/07 03:23:23 dlg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -62,6 +62,7 @@ ahc* at pci? # Adaptec 294x, aic78x0 SCSI pcscp* at pci? # AMD Am53c974 PCscsi-PCI SCSI isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel mpi* at pci? # LSI Logic MPT-Fusion Message Passing Interface +arc* at pci? # Areca RAID Controllers option ISP_COMPILE_FW pciide* at pci? kauaiata* at pci? # Apple ATA 100 @@ -184,6 +185,7 @@ scsibus* at iopsp? scsibus* at pcscp? scsibus* at isp? scsibus* at mpi? +scsibus* at arc? scsibus* at siop? mediabay* at macobio? diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 2b8292c0c02..0d8b5ed1a9d 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.72 2006/12/06 23:09:29 gwk Exp $ +# $OpenBSD: RAMDISK,v 1.73 2007/02/07 03:23:23 dlg Exp $ # # PPC GENERIC config file # @@ -59,6 +59,7 @@ ahc* at pci? # Adaptec 294x, aic78x0 SCSI pcscp* at pci? # AMD Am53c974 PCscsi-PCI SCSI isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel mpi* at pci? # LSI Logic MPT-Fusion Message Passing Interface +arc* at pci? # Areca RAID Controllers option ISP_COMPILE_FW pciide* at pci? kauaiata* at pci? # Apple ATA 100 @@ -148,6 +149,7 @@ scsibus* at iopsp? scsibus* at pcscp? scsibus* at isp? scsibus* at mpi? +scsibus* at arc? mediabay* at macobio? wdc* at mediabay? |