Enable arc(4).
This commit is contained in:
parent
8e6cf74867
commit
b5738c49b6
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.177 2007/12/02 05:19:12 kiyohara Exp $
|
||||
# $NetBSD: GENERIC,v 1.178 2007/12/04 18:53:57 xtraeme Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.177 $"
|
||||
#ident "GENERIC-$Revision: 1.178 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -471,6 +471,7 @@ uk* at scsibus? target ? lun ? # SCSI unknown
|
|||
# RAID controllers and devices
|
||||
aac* at pci? dev ? function ? # Adaptec AAC family
|
||||
amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
|
||||
arc* at pci? dev ? function ? # Areca SATA RAID controllers
|
||||
cac* at pci? dev ? function ? # Compaq PCI array controllers
|
||||
ciss* at pci? dev ? function ? # HP Smart Array controllers
|
||||
icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.74 2007/11/19 11:04:46 jnemeth Exp $
|
||||
# $NetBSD: INSTALL,v 1.75 2007/12/04 18:53:57 xtraeme Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.74 $"
|
||||
#ident "INSTALL-$Revision: 1.75 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -317,6 +317,7 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|||
# RAID controllers and devices
|
||||
aac* at pci? dev ? function ? # Adaptec AAC family
|
||||
amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
|
||||
arc* at pci? dev ? function ? # Areca SATA RAID controllers
|
||||
cac* at pci? dev ? function ? # Compaq PCI array controllers
|
||||
ciss* at pci? dev ? function ? # HP Smart Array controllers
|
||||
icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.864 2007/12/02 05:19:13 kiyohara Exp $
|
||||
# $NetBSD: GENERIC,v 1.865 2007/12/04 18:53:57 xtraeme Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.864 $"
|
||||
#ident "GENERIC-$Revision: 1.865 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -737,6 +737,7 @@ uk* at scsibus? target ? lun ? # SCSI unknown
|
|||
# RAID controllers and devices
|
||||
aac* at pci? dev ? function ? # Adaptec AAC family
|
||||
amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID
|
||||
arc* at pci? dev ? function ? # Areca SATA RAID controllers
|
||||
cac* at eisa? slot ? # Compaq EISA array controllers
|
||||
cac* at pci? dev ? function ? # Compaq PCI array controllers
|
||||
ciss* at pci? dev ? function ? # HP Smart Array controllers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_LARGE,v 1.9 2007/10/17 19:54:42 garbled Exp $
|
||||
# $NetBSD: INSTALL_LARGE,v 1.10 2007/12/04 18:53:57 xtraeme Exp $
|
||||
#
|
||||
# INSTALL_LARGE -- INSTALL suitable for modern machines
|
||||
#
|
||||
|
@ -25,6 +25,7 @@ ixpide* at pci? dev ? function ? # ATI IXP IDE controllers
|
|||
gcscide* at pci? dev ? function ? # AMD CS5535 Companion IDE controllers
|
||||
svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
|
||||
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
|
||||
arc* at pci? dev ? function ? # Areca SATA RAID controllers
|
||||
|
||||
puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
com* at puc? port ? # 16x50s on "universal" comm boards
|
||||
|
|
Loading…
Reference in New Issue