Module Name:    src
Committed By:   tsutsui
Date:           Fri May 10 16:30:50 UTC 2013

Modified Files:
        src/sys/arch/luna68k/conf: GENERIC

Log Message:
Enable cd at scsibus, just works on LUNA-II.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/luna68k/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/luna68k/conf/GENERIC
diff -u src/sys/arch/luna68k/conf/GENERIC:1.105 src/sys/arch/luna68k/conf/GENERIC:1.106
--- src/sys/arch/luna68k/conf/GENERIC:1.105	Sat Apr 27 21:43:31 2013
+++ src/sys/arch/luna68k/conf/GENERIC	Fri May 10 16:30:50 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.105 2013/04/27 21:43:31 christos Exp $
+# $NetBSD: GENERIC,v 1.106 2013/05/10 16:30:50 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/luna68k/conf/std.luna68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.105 $"
+#ident 		"GENERIC-$Revision: 1.106 $"
 
 maxusers	8
 
@@ -167,7 +167,7 @@ scsibus* at spc?
 # 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

Reply via email to