Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf add mpt(4) SCSI controller support (see...



details:   https://anonhg.NetBSD.org/src/rev/04104be86668
branches:  trunk
changeset: 846291:04104be86668
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 10 09:55:29 2019 +0000

description:
add mpt(4) SCSI controller support (seen plugged into a rockpro64.)

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c5bca58191a4 -r 04104be86668 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sun Nov 10 06:47:30 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sun Nov 10 09:55:29 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.110 2019/11/09 23:30:54 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.111 2019/11/10 09:55:29 mrg Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -515,6 +515,9 @@
 viornd*                at virtio?              # Virtio entropy device
 vioscsi*       at virtio?              # Virtio SCSI device
 
+# SCSI controllers
+mpt*           at pci? dev ? function ?
+
 # SCSI bus support
 scsibus*       at scsi?
 sd*            at scsibus? target ? lun ?      # SCSI disk drives



Home | Main Index | Thread Index | Old Index