Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 00:46:23 -0800 (PST)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ep if_ep_isa.c
Message-ID:  <200001230846.AAA40377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2000/01/23 00:46:23 PST

  Modified files:
    sys/dev/ep           if_ep_isa.c 
  Log:
  Fix a bug in the last commit.  >> 4 instead of >> 8.  *bap*
  
  Fix a long-standing bug where I used a 'break;' instead of a 'continue;';
  you had to have multiple ISA boards in non-PnP mode with an 'unknown' board
  with a lower MAC address to find this one.  Since I have 4 3c5x9 boards
  in my test box I was somewhat confused when this happened. :)
  
  Make the messages printed by ep_isa_identify() a little more consistent;
  we'll only see them in verbose boot mode but it makes me feel better if
  they look nice.
  
  Revision  Changes    Path
  1.8       +7 -7      src/sys/dev/ep/if_ep_isa.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001230846.AAA40377>