Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf add ips driver.



details:   https://anonhg.NetBSD.org/src/rev/2989d9c30731
branches:  trunk
changeset: 460941:2989d9c30731
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Nov 10 20:41:15 2019 +0000

description:
add ips driver.

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cf05d6d298b9 -r 2989d9c30731 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sun Nov 10 20:38:33 2019 +0000
+++ b/sys/arch/amd64/conf/ALL   Sun Nov 10 20:41:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.128 2019/11/01 02:53:23 msaitoh Exp $
+# $NetBSD: ALL,v 1.129 2019/11/10 20:41:15 chs Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.128 $"
+#ident         "ALL-$Revision: 1.129 $"
 
 maxusers       64              # estimated number of users
 
@@ -835,6 +835,7 @@
 options CISS_NO_INTERRUPT_HACK
 
 icp*   at pci? dev ? function ?        # ICP-Vortex GDT & Intel RAID
+ips*   at pci? dev ? function ?        # Adaptec/IBM ServeRAID
 mlx*   at pci? dev ? function ?        # Mylex DAC960 & DEC SWXCR family
 twa*   at pci? dev ? function ?        # 3ware Escalade 95xx RAID controllers
 twe*   at pci? dev ? function ?        # 3ware Escalade RAID controllers



Home | Main Index | Thread Index | Old Index