Fix a comment to match the code.

This commit is contained in:
Warner Losh 2009-04-07 16:15:59 +00:00
parent 59fc1b068f
commit 0ca89d1986
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190807

View File

@ -508,8 +508,7 @@ ed_pccard_attach(device_t dev)
* data from the standard NE-2000 data roms. If that fails,
* check to see if the card has a hint about where to look in
* its CIS. If that fails, maybe we should look at some
* default value. In all fails, we should fail the attach,
* but don't right now.
* default value. In all fails, we fail the attach.
*/
for (i = 0, sum = 0; i < ETHER_ADDR_LEN; i++)
sum |= sc->enaddr[i];