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 stuff for ESDI disks, marked as EXPER...



details:   https://anonhg.NetBSD.org/src/rev/560f686e6729
branches:  trunk
changeset: 508749:560f686e6729
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Apr 19 07:37:10 2001 +0000

description:
add stuff for ESDI disks, marked as EXPERIMENTAL

diffstat:

 sys/arch/i386/conf/PS2 |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 553bc6ca416a -r 560f686e6729 sys/arch/i386/conf/PS2
--- a/sys/arch/i386/conf/PS2    Thu Apr 19 07:35:14 2001 +0000
+++ b/sys/arch/i386/conf/PS2    Thu Apr 19 07:37:10 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PS2,v 1.14 2001/04/06 06:44:08 jdolecek Exp $
+#      $NetBSD: PS2,v 1.15 2001/04/19 07:37:10 jdolecek Exp $
 #
 #      Sample kernel config for PS/2 with MCA bus
 #
@@ -116,6 +116,10 @@
 we*    at mca? slot ?                  # WD/SMC Ethernet
 ate*   at mca? slot ?                  # Allied Telesis AT1720
 
+# MCA ESDI controllers & disks - EXPERIMENTAL
+dasd*  at mca? slot ?                  # IBM DASD-compliant ESDI controllers
+ed*    at dasd?
+
 # MCA SCSI controllers
 aha*   at mca? slot ?                  # Adaptec AHA-1640
 



Home | Main Index | Thread Index | Old Index