Source-Changes-HG archive

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

[src/trunk]: src/sys add 'drive' locator to mca edc



details:   https://anonhg.NetBSD.org/src/rev/25989d070011
branches:  trunk
changeset: 518063:25989d070011
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Nov 23 22:35:46 2001 +0000

description:
add 'drive' locator to mca edc

diffstat:

 sys/arch/i386/conf/GENERIC_PS2TINY |  4 ++--
 sys/dev/mca/files.mca              |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2dfd4e230ab0 -r 25989d070011 sys/arch/i386/conf/GENERIC_PS2TINY
--- a/sys/arch/i386/conf/GENERIC_PS2TINY        Fri Nov 23 22:31:22 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_PS2TINY        Fri Nov 23 22:35:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_PS2TINY,v 1.6 2001/11/20 12:56:30 lukem Exp $
+#      $NetBSD: GENERIC_PS2TINY,v 1.7 2001/11/23 22:35:47 jdolecek Exp $
 #
 #      GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
 #      IBM PS/2 related stuff and has been generally trimmed down somewhat,
@@ -190,7 +190,7 @@
 
 # MCA ESDI controllers & disks
 edc*   at mca? slot ?                  # IBM ESDI Disk Controllers
-ed*    at edc?
+ed*    at edc? drive ?
 
 # MCA SCSI controllers
 aha*   at mca? slot ?                  # Adaptec AHA-1640
diff -r 2dfd4e230ab0 -r 25989d070011 sys/dev/mca/files.mca
--- a/sys/dev/mca/files.mca     Fri Nov 23 22:31:22 2001 +0000
+++ b/sys/dev/mca/files.mca     Fri Nov 23 22:35:46 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mca,v 1.13 2001/04/27 18:03:40 jdolecek Exp $
+# $NetBSD: files.mca,v 1.14 2001/11/23 22:35:46 jdolecek Exp $
 #
 # Config.new file and device description for machine-independent MCA code.
 # Included by ports that need it.
@@ -41,7 +41,7 @@
 file   dev/mca/if_ate_mca.c            ate_mca 
 
 # ESDI controllers & disks
-device edc { }
+device edc {[drive = -1]}
 attach edc at mca with edc_mca
 file   dev/mca/edc_mca.c               edc_mca
 



Home | Main Index | Thread Index | Old Index