Module Name:    src
Committed By:   phx
Date:           Sun Apr 29 15:59:32 UTC 2012

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

Log Message:
Add driver for ATAPI disk drives.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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.72 src/sys/arch/sandpoint/conf/GENERIC:1.73
--- src/sys/arch/sandpoint/conf/GENERIC:1.72	Sat Mar 10 21:51:55 2012
+++ src/sys/arch/sandpoint/conf/GENERIC	Sun Apr 29 15:59:32 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.72 2012/03/10 21:51:55 joerg Exp $
+# $NetBSD: GENERIC,v 1.73 2012/04/29 15:59:32 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.72 $"
+#ident 		"GENERIC-$Revision: 1.73 $"
 
 maxusers	32
 
@@ -262,6 +262,7 @@ sd*	at scsibus? target ? lun ?	# SCSI di
 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
 
 atapibus* at atapi?
+sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
 
 #

Reply via email to