From c58613f34438524fd04bc87b7449c22485d4b9bf Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 20 Jul 1993 02:02:12 +0000 Subject: [PATCH] Changed comment relating to memsize to be a little less misleading. --- sys/dev/ed/if_ed.c | 7 ++++++- sys/i386/isa/if_ed.c | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index c1a7ff74bc60..a539d0d74818 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 @@ ed_probe(isa_dev) 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 c1a7ff74bc60..a539d0d74818 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 @@ ed_probe(isa_dev) 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;