Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/dev/pci Pull up revision 1.217 via patch (requested...



details:   https://anonhg.NetBSD.org/src/rev/3fc0113ec4a2
branches:  netbsd-2-0
changeset: 562497:3fc0113ec4a2
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Aug 30 09:24:46 2004 +0000

description:
Pull up revision 1.217 via patch (requested by itohy in ticket #800):
Workbit NinjaSCSI-32 PCI/CardBus SCSI driver (njs)

diffstat:

 sys/dev/pci/files.pci |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 28065f1db145 -r 3fc0113ec4a2 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Aug 30 09:24:39 2004 +0000
+++ b/sys/dev/pci/files.pci     Mon Aug 30 09:24:46 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.210.2.2 2004/07/14 09:07:05 tron Exp $
+#      $NetBSD: files.pci,v 1.210.2.3 2004/08/30 09:24:46 tron Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -712,3 +712,8 @@
 # Realtek 8129/8139 Ethernet controllers
 attach re at pci
 file   dev/pci/if_re.c                 re
+
+# Workbit NinjaSCSI-32 controllers
+# device declaration in sys/conf/files
+attach njs at pci with njs_pci
+file   dev/pci/njs_pci.c               njs_pci



Home | Main Index | Thread Index | Old Index