Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/arch/luna68k/conf Pull up following revision(s) (requ...
details: https://anonhg.NetBSD.org/src/rev/055d85ee456b
branches: netbsd-6
changeset: 776540:055d85ee456b
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Jan 12 12:08:36 2014 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #1000):
sys/arch/luna68k/conf/GENERIC: revision 1.106
sys/arch/luna68k/conf/GENERIC: revision 1.109
sys/arch/luna68k/conf/GENERIC: revision 1.110
Enable cd at scsibus, just works on LUNA-II.
Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration).
Enable file-system CD9660 to make cd(4) actually usable.
diffstat:
sys/arch/luna68k/conf/GENERIC | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diffs (56 lines):
diff -r f94eddb988ea -r 055d85ee456b sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Tue Jan 07 18:03:26 2014 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Sun Jan 12 12:08:36 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.97.2.1 2012/07/25 21:30:34 martin Exp $
+# $NetBSD: GENERIC,v 1.97.2.2 2014/01/12 12:08:36 bouyer Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.97.2.1 $"
+#ident "GENERIC-$Revision: 1.97.2.2 $"
maxusers 8
@@ -79,7 +79,7 @@
#file-system LFS # log-structured file system
file-system NFS # nfs client support
file-system MFS
-#file-system CD9660 # ISO 9660 + Rock Ridge file system
+file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system MSDOSFS # MS-DOS FAT file system
file-system KERNFS # /kern
file-system PROCFS # /proc
@@ -160,8 +160,8 @@
# Workstation Console attachments
wsdisplay* at fb?
-wskbd* at ws? console ?
-wsmouse* at ws?
+wskbd* at ws? console ? mux 1
+wsmouse* at ws? mux 0
# SCSI bus support
scsibus* at spc?
@@ -169,7 +169,7 @@
# SCSI devices
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tapes
-#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
+cd* at scsibus? target ? lun ? # SCSI CD-ROMs
#ch* at scsibus? target ? lun ? # SCSI changer devices
#ss* at scsibus? target ? lun ? # SCSI scanners
#uk* at scsibus? target ? lun ? # unknown SCSI devices
@@ -206,6 +206,8 @@
#pseudo-device pf # PF packet filter
#pseudo-device pflog # PF log if
+pseudo-device wsmux # mouse & keyboard multiplexsor
+
# Veriexec
#
# a pseudo device needed for veriexec
Home |
Main Index |
Thread Index |
Old Index