Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa The nca.c probe routine falsely claims i82595tx ...



details:   https://anonhg.NetBSD.org/src/rev/38237bb6b8a4
branches:  trunk
changeset: 476193:38237bb6b8a4
user:      is <is%NetBSD.org@localhost>
date:      Thu Sep 09 09:54:08 1999 +0000

description:
The nca.c probe routine falsely claims i82595tx chips to itself.
Move it to after the iy driver.

diffstat:

 sys/dev/isa/files.isa |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r d7b3e67115e5 -r 38237bb6b8a4 sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa     Thu Sep 09 09:34:25 1999 +0000
+++ b/sys/dev/isa/files.isa     Thu Sep 09 09:54:08 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.isa,v 1.88 1999/08/14 21:19:29 augustss Exp $
+#      $NetBSD: files.isa,v 1.89 1999/09/09 09:54:08 is Exp $
 #
 # Config file and device description for machine-independent ISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -112,11 +112,6 @@
 attach wds at isa
 file   dev/isa/wds.c                   wds
 
-# NCR 5380-based boards
-device nca: scsi, ncr5380sbc
-attach nca at isa
-file   dev/isa/nca.c                   nca
-
 #
 # Other ISA disk controllers
 #
@@ -206,6 +201,12 @@
 attach iy at isa
 file    dev/isa/if_iy.c                        iy
 
+# the probe routine of this "recognizes" the iy. Probe after it.
+# NCR 5380-based boards
+device nca: scsi, ncr5380sbc
+attach nca at isa
+file   dev/isa/nca.c                   nca
+
 # AMD am7990 (Lance) -based boards
 # (BICC Isolan, NE2100, DEPCA)
 # device declaration in sys/conf/files



Home | Main Index | Thread Index | Old Index