Module Name:    src
Committed By:   phx
Date:           Fri Feb 10 21:09:20 UTC 2012

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

Log Message:
Enable support for USB CD/DVD drives. OK releng@.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/sandpoint/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/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.68 src/sys/arch/sandpoint/conf/GENERIC:1.69
--- src/sys/arch/sandpoint/conf/GENERIC:1.68	Mon Jan 23 14:13:51 2012
+++ src/sys/arch/sandpoint/conf/GENERIC	Fri Feb 10 21:09:19 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.68 2012/01/23 14:13:51 phx Exp $
+# $NetBSD: GENERIC,v 1.69 2012/02/10 21:09:19 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@ include 	"arch/sandpoint/conf/std.sandpo
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.68 $"
+#ident 		"GENERIC-$Revision: 1.69 $"
 
 maxusers	32
 
@@ -97,7 +97,7 @@ file-system 	EXT2FS		# second extended f
 file-system 	MFS		# memory file system
 file-system 	NFS		# Network File System client
 #file-system 	NTFS		# Windows/NT file system (experimental)
-#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
+file-system 	CD9660		# ISO 9660 + Rock Ridge file system
 file-system 	MSDOSFS		# MS-DOS file system
 file-system 	FDESC		# /dev/fd
 file-system 	KERNFS		# /kern
@@ -262,6 +262,7 @@ wd*	at umass?
 
 scsibus* at umass?
 sd*	at scsibus? target ? lun ?	# SCSI disk drives
+cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
 
 #
 # Pseudo-Devices

Reply via email to