Changed comment relating to memsize to be a little less misleading.
authorJordan K. Hubbard <jkh@FreeBSD.org>
Tue, 20 Jul 1993 02:02:12 +0000 (02:02 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Tue, 20 Jul 1993 02:02:12 +0000 (02:02 +0000)
sys/i386/isa/if_ed.c

index c1a7ff7..a539d0d 100644 (file)
  * Modification history
  *
  * $Log: if_ed.c,v $
  * 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.
  *
  * 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
        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;
 
         if (isa_dev->id_msize)
                memsize = isa_dev->id_msize;