summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ed/if_ed.c7
-rw-r--r--sys/i386/isa/if_ed.c7
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index c1a7ff7..a539d0d 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -17,6 +17,11 @@
* Modification history
*
* $Log: if_ed.c,v $
+ * Revision 1.6 1993/07/20 01:39:24 jkh
+ * Fixed to allow iosiz config parameter to override what was (for me,
+ * incorrectly) probed. This allows you more flexibility in getting weird
+ * WD 80x3 clones to work.
+ *
* Revision 1.5 1993/06/27 10:28:28 davidg
* fixed bugs in the probe routine uncovered by the previous fix.
*
@@ -304,7 +309,7 @@ type_WD80x3:
for (i=0; i<8; i++)
printf("%x -> %x\n", i, inb(sc->asic_addr + i));
#endif
- /* Allow memsize to override */
+ /* Allow id_msize to override */
if (isa_dev->id_msize)
memsize = isa_dev->id_msize;
diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c
index c1a7ff7..a539d0d 100644
--- a/sys/i386/isa/if_ed.c
+++ b/sys/i386/isa/if_ed.c
@@ -17,6 +17,11 @@
* Modification history
*
* $Log: if_ed.c,v $
+ * Revision 1.6 1993/07/20 01:39:24 jkh
+ * Fixed to allow iosiz config parameter to override what was (for me,
+ * incorrectly) probed. This allows you more flexibility in getting weird
+ * WD 80x3 clones to work.
+ *
* Revision 1.5 1993/06/27 10:28:28 davidg
* fixed bugs in the probe routine uncovered by the previous fix.
*
@@ -304,7 +309,7 @@ type_WD80x3:
for (i=0; i<8; i++)
printf("%x -> %x\n", i, inb(sc->asic_addr + i));
#endif
- /* Allow memsize to override */
+ /* Allow id_msize to override */
if (isa_dev->id_msize)
memsize = isa_dev->id_msize;
OpenPOWER on IntegriCloud