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 njs(4) at pci(4) and cardbus(4).



details:   https://anonhg.NetBSD.org/src/rev/83efd0acbcfc
branches:  trunk
changeset: 321555:83efd0acbcfc
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Mar 22 12:26:29 2018 +0000

description:
Add njs(4) at pci(4) and cardbus(4).

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e9d4de2f3999 -r 83efd0acbcfc sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Mar 22 12:20:55 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Mar 22 12:26:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.485 2018/02/26 05:52:50 maxv Exp $
+# $NetBSD: GENERIC,v 1.486 2018/03/22 12:26:29 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.485 $"
+#ident         "GENERIC-$Revision: 1.486 $"
 
 maxusers       64              # estimated number of users
 
@@ -607,6 +607,7 @@
 mly*   at pci? dev ? function ?        # Mylex AcceleRAID and eXtremeRAID
 mpt*   at pci? dev ? function ?        # LSILogic 9x9 and 53c1030 (Fusion-MPT)
 mpii*  at pci? dev ? function ?        # LSI Logic Fusion-MPT II
+njs*   at pci? dev ? function ?        # Workbit NinjaSCSI-32
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
 siop*  at pci? dev ? function ?        # Symbios 53c8xx SCSI
 esiop* at pci? dev ? function ?        # Symbios 53c875 and newer SCSI
@@ -621,6 +622,7 @@
 # CardBus SCSI cards
 adv*   at cardbus? function ?  # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 ahc*   at cardbus? function ?  # Adaptec ADP-1480
+njs*   at cardbus? function ?  # Workbit NinjaSCSI-32
 
 # SCSI bus support
 scsibus* at scsi?



Home | Main Index | Thread Index | Old Index