Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove pad from GENERIC, add to MONOLITH, we have i...
details: https://anonhg.NetBSD.org/src/rev/b214adca2943
branches: trunk
changeset: 753768:b214adca2943
user: ahoka <ahoka%NetBSD.org@localhost>
date: Fri Apr 09 14:02:05 2010 +0000
description:
Remove pad from GENERIC, add to MONOLITH, we have it as a module now.
diffstat:
sys/arch/amd64/conf/GENERIC | 7 ++-----
sys/arch/i386/conf/GENERIC | 7 ++-----
sys/arch/i386/conf/MONOLITHIC | 5 ++++-
3 files changed, 8 insertions(+), 11 deletions(-)
diffs (72 lines):
diff -r fe2e55594759 -r b214adca2943 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Fri Apr 09 13:49:12 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC Fri Apr 09 14:02:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.274 2010/04/08 17:32:30 jruoho Exp $
+# $NetBSD: GENERIC,v 1.275 2010/04/09 14:02:05 ahoka Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.274 $"
+#ident "GENERIC-$Revision: 1.275 $"
maxusers 64 # estimated number of users
@@ -1149,9 +1149,6 @@
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
-# pseudo audio device driver
-pseudo-device pad
-
# userland interface to drivers, including autoconf and properties retrieval
pseudo-device drvctl
diff -r fe2e55594759 -r b214adca2943 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Fri Apr 09 13:49:12 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC Fri Apr 09 14:02:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.977 2010/04/08 17:32:30 jruoho Exp $
+# $NetBSD: GENERIC,v 1.978 2010/04/09 14:02:05 ahoka Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.977 $"
+#ident "GENERIC-$Revision: 1.978 $"
maxusers 64 # estimated number of users
@@ -1574,9 +1574,6 @@
# cmos(4) pseudo-device
pseudo-device cmos
-# pseudo audio device driver
-pseudo-device pad
-
# userland interface to drivers, including autoconf and properties retrieval
pseudo-device drvctl
diff -r fe2e55594759 -r b214adca2943 sys/arch/i386/conf/MONOLITHIC
--- a/sys/arch/i386/conf/MONOLITHIC Fri Apr 09 13:49:12 2010 +0000
+++ b/sys/arch/i386/conf/MONOLITHIC Fri Apr 09 14:02:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MONOLITHIC,v 1.10 2010/01/01 22:12:19 dholland Exp $
+# $NetBSD: MONOLITHIC,v 1.11 2010/04/09 14:02:05 ahoka Exp $
#
# Non MODULAR, used mostly as a reference as to what we modularized.
#
@@ -58,3 +58,6 @@
pseudo-device nsmb # experimental - SMB requester
pseudo-device putter # for puffs and pud
+
+pseudo-device pad # pseudo audio device driver
+
Home |
Main Index |
Thread Index |
Old Index