Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add st at atapibus, now that it works.



details:   https://anonhg.NetBSD.org/src/rev/38d2f371889f
branches:  trunk
changeset: 518478:38d2f371889f
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Dec 01 00:09:07 2001 +0000

description:
Add st at atapibus, now that it works.

diffstat:

 sys/arch/i386/conf/GENERIC        |  5 +++--
 sys/arch/i386/conf/GENERIC_LAPTOP |  5 +++--
 sys/arch/i386/conf/INSTALL        |  3 ++-
 sys/arch/i386/conf/INSTALL_LAPTOP |  3 ++-
 sys/arch/i386/conf/INSTALL_SMALL  |  3 ++-
 5 files changed, 12 insertions(+), 7 deletions(-)

diffs (102 lines):

diff -r 49d21854e3ec -r 38d2f371889f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Dec 01 00:05:04 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Dec 01 00:09:07 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.441 2001/11/21 17:11:02 augustss Exp $
+#      $NetBSD: GENERIC,v 1.442 2001/12/01 00:09:07 bouyer Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.441 $"
+#ident                 "GENERIC-$Revision: 1.442 $"
 
 maxusers       32              # estimated number of users
 
@@ -546,6 +546,7 @@
 # flags have the same meaning as for IDE drives.
 cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
 sd*    at atapibus? drive ? flags 0x0000       # ATAPI disk drives
+st*    at atapibus? drive ? flags 0x0000       # ATAPI tape drives
 uk*    at atapibus? drive ? flags 0x0000       # ATAPI unknown
 
 
diff -r 49d21854e3ec -r 38d2f371889f sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Sat Dec 01 00:05:04 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Sat Dec 01 00:09:07 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.34 2001/11/20 12:56:30 lukem Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.35 2001/12/01 00:09:08 bouyer Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -6,7 +6,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.34 $"
+#ident                 "GENERIC-$Revision: 1.35 $"
 
 maxusers       32              # estimated number of users
 
@@ -448,6 +448,7 @@
 # flags have the same meaning as for IDE drives.
 cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
 sd*    at atapibus? drive ? flags 0x0000       # ATAPI disk drives
+st*    at atapibus? drive ? flags 0x0000       # ATAPI tape drives
 uk*    at atapibus? drive ? flags 0x0000       # ATAPI unknown
 
 
diff -r 49d21854e3ec -r 38d2f371889f sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sat Dec 01 00:05:04 2001 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sat Dec 01 00:09:07 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.178 2001/11/20 12:56:30 lukem Exp $
+#      $NetBSD: INSTALL,v 1.179 2001/12/01 00:09:08 bouyer Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -420,6 +420,7 @@
 # flags have the same meaning as for IDE drives.
 cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
 sd*    at atapibus? drive ? flags 0x0000       # ATAPI disk drives
+st*    at atapibus? drive ? flags 0x0000       # ATAPI tape drives
 #uk*   at atapibus? drive ? flags 0x0000       # ATAPI unknown
 
 
diff -r 49d21854e3ec -r 38d2f371889f sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Sat Dec 01 00:05:04 2001 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Sat Dec 01 00:09:07 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_LAPTOP,v 1.15 2001/11/20 12:56:30 lukem Exp $
+#      $NetBSD: INSTALL_LAPTOP,v 1.16 2001/12/01 00:09:08 bouyer Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -356,6 +356,7 @@
 # flags have the same meaning as for IDE drives.
 cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
 sd*    at atapibus? drive ? flags 0x0000       # ATAPI disk drives
+st*    at atapibus? drive ? flags 0x0000       # ATAPI tape drives
 #uk*   at atapibus? drive ? flags 0x0000       # ATAPI unknown
 
 
diff -r 49d21854e3ec -r 38d2f371889f sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL  Sat Dec 01 00:05:04 2001 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL  Sat Dec 01 00:09:07 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_SMALL,v 1.75 2001/11/20 12:56:30 lukem Exp $
+#      $NetBSD: INSTALL_SMALL,v 1.76 2001/12/01 00:09:09 bouyer Exp $
 #
 #      INSTALL_SMALL - Small Installation kernel.
 #
@@ -349,6 +349,7 @@
 # ATAPI devices
 cd*    at atapibus? drive ?            # ATAPI CD-ROM drives
 sd*    at atapibus? drive ?            # ATAPI disk drives
+st*    at atapibus? drive ? flags 0x0000       # ATAPI tape drives
 
 
 # Miscellaneous mass storage devices



Home | Main Index | Thread Index | Old Index