Fix typo.

This commit is contained in:
Pyun YongHyeon 2008-09-09 10:10:03 +00:00
parent 4220467ec2
commit 9b45b70125

View File

@ -625,7 +625,7 @@ jme_attach(device_t dev)
}
sc->jme_rev = pci_get_revid(dev);
if (sc->jme_rev == DEVICEREVID_JMC260) {
if (sc->jme_rev == DEVICEID_JMC260) {
sc->jme_flags |= JME_FLAG_FASTETH;
sc->jme_flags |= JME_FLAG_NOJUMBO;
}