Module Name:    src
Committed By:   rin
Date:           Thu Mar 22 12:26:29 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
Add njs(4) at pci(4) and cardbus(4).


To generate a diff of this commit:
cvs rdiff -u -r1.485 -r1.486 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.485 src/sys/arch/amd64/conf/GENERIC:1.486
--- src/sys/arch/amd64/conf/GENERIC:1.485	Mon Feb 26 05:52:50 2018
+++ src/sys/arch/amd64/conf/GENERIC	Thu Mar 22 12:26:29 2018
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 @@ mfi*	at pci? dev ? function ?	# LSI Mega
 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 @@ spc*	at pcmcia? function ?		# Fujitsu MB
 # 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?

Reply via email to