Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add mpt(4).
details: https://anonhg.NetBSD.org/src/rev/bf0a98d642d7
branches: trunk
changeset: 545846:bf0a98d642d7
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Apr 16 23:39:02 2003 +0000
description:
Add mpt(4).
diffstat:
sys/arch/alpha/conf/ALPHA | 5 +++--
sys/arch/alpha/conf/GENERIC | 5 +++--
sys/arch/alpha/conf/INSTALL | 3 ++-
sys/arch/i386/conf/GENERIC | 5 +++--
sys/arch/i386/conf/INSTALL | 3 ++-
5 files changed, 13 insertions(+), 8 deletions(-)
diffs (112 lines):
diff -r 496860be997b -r bf0a98d642d7 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Wed Apr 16 23:36:22 2003 +0000
+++ b/sys/arch/alpha/conf/ALPHA Wed Apr 16 23:39:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.179 2003/04/10 22:06:52 christos Exp $
+# $NetBSD: ALPHA,v 1.180 2003/04/16 23:41:35 thorpej Exp $
#
# Alpha kernel with all the options you'd want, and more.
@@ -6,7 +6,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "ALPHA-$Revision: 1.179 $"
+ident "ALPHA-$Revision: 1.180 $"
maxusers 32
@@ -287,6 +287,7 @@
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
+mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
ohci* at pci? dev ? function ? # USB Open Host Controller
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
diff -r 496860be997b -r bf0a98d642d7 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Wed Apr 16 23:36:22 2003 +0000
+++ b/sys/arch/alpha/conf/GENERIC Wed Apr 16 23:39:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.227 2003/04/10 22:06:52 christos Exp $
+# $NetBSD: GENERIC,v 1.228 2003/04/16 23:41:35 thorpej Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.227 $"
+#ident "GENERIC-$Revision: 1.228 $"
maxusers 32
@@ -295,6 +295,7 @@
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
+mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
ohci* at pci? dev ? function ? # USB Open Host Controller
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
diff -r 496860be997b -r bf0a98d642d7 sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL Wed Apr 16 23:36:22 2003 +0000
+++ b/sys/arch/alpha/conf/INSTALL Wed Apr 16 23:39:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.71 2003/04/10 22:06:52 christos Exp $
+# $NetBSD: INSTALL,v 1.72 2003/04/16 23:41:36 thorpej Exp $
#
# Alpha INSTALL kernel.
@@ -196,6 +196,7 @@
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
+mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
pciide* at pci? dev ? function ? # PCI IDE controllers
diff -r 496860be997b -r bf0a98d642d7 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Apr 16 23:36:22 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Apr 16 23:39:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.555 2003/04/16 23:36:22 thorpej Exp $
+# $NetBSD: GENERIC,v 1.556 2003/04/16 23:39:02 thorpej Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.555 $"
+#ident "GENERIC-$Revision: 1.556 $"
maxusers 32 # estimated number of users
@@ -511,6 +511,7 @@
iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
+mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
#options SIOP_SYMLED # drive the act. LED in software
diff -r 496860be997b -r bf0a98d642d7 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Wed Apr 16 23:36:22 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL Wed Apr 16 23:39:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.214 2003/04/10 22:06:58 christos Exp $
+# $NetBSD: INSTALL,v 1.215 2003/04/16 23:39:02 thorpej Exp $
#
# INSTALL - Installation kernel.
#
@@ -328,6 +328,7 @@
iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID
+mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
siop* at pci? dev ? function ? # NCR 53c8xx SCSI (new driver)
trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI
Home |
Main Index |
Thread Index |
Old Index