Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add ssdfb(4) to ALL
details: https://anonhg.NetBSD.org/src/rev/ba20d6cd322d
branches: trunk
changeset: 962561:ba20d6cd322d
user: tnn <tnn%NetBSD.org@localhost>
date: Wed Jul 24 23:13:46 2019 +0000
description:
add ssdfb(4) to ALL
diffstat:
sys/arch/amd64/conf/ALL | 7 +++++--
sys/arch/i386/conf/ALL | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (56 lines):
diff -r c9e8cb927c04 -r ba20d6cd322d sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Wed Jul 24 21:19:05 2019 +0000
+++ b/sys/arch/amd64/conf/ALL Wed Jul 24 23:13:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.119 2019/05/07 22:00:10 mrg Exp $
+# $NetBSD: ALL,v 1.120 2019/07/24 23:13:46 tnn Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.119 $"
+#ident "ALL-$Revision: 1.120 $"
maxusers 64 # estimated number of users
@@ -724,6 +724,9 @@
ims* at ihidev? reportid ?
wsmouse* at ims? mux 0
+# I2C Displays
+ssdfb* at iic?
+
# I2O devices
iop* at pci? dev ? function ? # I/O processor
iopsp* at iop? tid ? # SCSI/FC-AL ports
diff -r c9e8cb927c04 -r ba20d6cd322d sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Wed Jul 24 21:19:05 2019 +0000
+++ b/sys/arch/i386/conf/ALL Wed Jul 24 23:13:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.468 2019/05/07 22:00:10 mrg Exp $
+# $NetBSD: ALL,v 1.469 2019/07/24 23:13:46 tnn Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.468 $"
+#ident "ALL-$Revision: 1.469 $"
maxusers 64 # estimated number of users
@@ -786,6 +786,9 @@
ims* at ihidev? reportid ?
wsmouse* at ims? mux 0
+# I2C Displays
+ssdfb* at iic?
+
# I2O devices
iop* at pci? dev ? function ? # I/O processor
iopsp* at iop? tid ? # SCSI/FC-AL ports
Home |
Main Index |
Thread Index |
Old Index