Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Add driver for ATAPI disk drives.



details:   https://anonhg.NetBSD.org/src/rev/8b1c16b38892
branches:  trunk
changeset: 779060:8b1c16b38892
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Apr 29 15:59:32 2012 +0000

description:
Add driver for ATAPI disk drives.

diffstat:

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

diffs (26 lines):

diff -r 82ca9813c639 -r 8b1c16b38892 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Sun Apr 29 14:00:15 2012 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Sun Apr 29 15:59:32 2012 +0000
@@ -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 @@
 
 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 @@
 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
 
 #



Home | Main Index | Thread Index | Old Index