Source-Changes-HG archive

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

[src/trunk]: src/sys One item off TODO list - we check for MCA bus presence v...



details:   https://anonhg.NetBSD.org/src/rev/741f44bd356b
branches:  trunk
changeset: 509365:741f44bd356b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed May 02 13:20:31 2001 +0000

description:
One item off TODO list - we check for MCA bus presence via bios call

diffstat:

 sys/arch/i386/conf/PS2 |  5 ++---
 sys/dev/mca/TODO       |  3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 01bf78ec4d35 -r 741f44bd356b sys/arch/i386/conf/PS2
--- a/sys/arch/i386/conf/PS2    Wed May 02 13:18:34 2001 +0000
+++ b/sys/arch/i386/conf/PS2    Wed May 02 13:20:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PS2,v 1.22 2001/04/27 18:03:40 jdolecek Exp $
+#      $NetBSD: PS2,v 1.23 2001/05/02 13:20:31 jdolecek Exp $
 #
 #      Sample kernel config for PS/2 with MCA bus
 #
@@ -6,8 +6,7 @@
 #
 #      BEWARE:
 #       MCA support in NetBSD is still experimental at this
-#       stage and should be used with caution. MCA-enabled
-#       kernels won't currently work on non-MCA machines.
+#       stage and should be used with caution.
 #
 #       See also sys/dev/mca/TODO for list of problems and current list of
 #       projects.
diff -r 01bf78ec4d35 -r 741f44bd356b sys/dev/mca/TODO
--- a/sys/dev/mca/TODO  Wed May 02 13:18:34 2001 +0000
+++ b/sys/dev/mca/TODO  Wed May 02 13:20:31 2001 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: TODO,v 1.11 2001/04/23 09:36:01 jdolecek Exp $
+# $NetBSD: TODO,v 1.12 2001/05/02 13:20:31 jdolecek Exp $
 
 Bugs:
-* i386: detect the existence of MCA bus by BIOS call
 * i386: keyboard freezes in fd_mountroothook when booting from floppy;
        if the fd_mountroothook is not executed, the keyboard works
        just fine



Home | Main Index | Thread Index | Old Index