Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add siisata* at pci (no idea why it wa...



details:   https://anonhg.NetBSD.org/src/rev/e9ebc79a5bcc
branches:  trunk
changeset: 846214:e9ebc79a5bcc
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Nov 05 12:28:23 2019 +0000

description:
Add siisata* at pci (no idea why it was missing)

diffstat:

 sys/arch/sparc64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c5165c4f53b3 -r e9ebc79a5bcc sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Tue Nov 05 10:21:31 2019 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Tue Nov 05 12:28:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.216 2019/05/06 02:24:37 sevan Exp $
+# $NetBSD: GENERIC,v 1.217 2019/11/05 12:28:23 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.216 $"
+#ident         "GENERIC-$Revision: 1.217 $"
 
 maxusers       64
 
@@ -353,6 +353,7 @@
 pdcide* at pci? dev ? function ?       # Promise IDE controllers
 pdcsata* at pci? dev ? function ?      # Promise SATA150 controllers
 satalink* at pci? dev ? function ?     # SiI SATALink controllers
+siisata* at pci? dev ? function ?      # SiI SteelVine controllers
 siside* at pci? dev ? function ?       # SiS IDE controllers
 slide* at pci? dev ? function ?        # Symphony Labs IDE controllers
 viaide* at pci? dev ? function ?       # VIA/AMD/Nvidia IDE controllers



Home | Main Index | Thread Index | Old Index