Changed comment relating to memsize to be a little less misleading.

This commit is contained in:
Jordan K. Hubbard 1993-07-20 02:02:12 +00:00
parent 2a1e5244b2
commit c58613f344
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165
2 changed files with 12 additions and 2 deletions

View File

@ -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;

View File

@ -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;