Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf revert last change, amd64 doesnt have mo...



details:   https://anonhg.NetBSD.org/src/rev/5e36b0673c99
branches:  trunk
changeset: 753769:5e36b0673c99
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Fri Apr 09 14:37:57 2010 +0000

description:
revert last change, amd64 doesnt have monolith so dont remove pad.

diffstat:

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

diffs (28 lines):

diff -r b214adca2943 -r 5e36b0673c99 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Apr 09 14:02:05 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Apr 09 14:37:57 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.275 2010/04/09 14:02:05 ahoka Exp $
+# $NetBSD: GENERIC,v 1.276 2010/04/09 14:37:57 ahoka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.275 $"
+#ident                 "GENERIC-$Revision: 1.276 $"
 
 maxusers       64              # estimated number of users
 
@@ -1149,6 +1149,9 @@
 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
 



Home | Main Index | Thread Index | Old Index