summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2003-01-06 01:55:12 +0000
committersilby <silby@FreeBSD.org>2003-01-06 01:55:12 +0000
commita2f9918dd08330425c5b00bf8f4ab67e55250c80 (patch)
tree78f943e24050772b175c5f6760a2beb8173c7147 /sys/pci/if_xl.c
parent1d946ebfc22e88b955a94e26b8130f1c6a15589c (diff)
downloadFreeBSD-src-a2f9918dd08330425c5b00bf8f4ab67e55250c80.zip
FreeBSD-src-a2f9918dd08330425c5b00bf8f4ab67e55250c80.tar.gz
Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30
Noticed by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index b54a442..f82fb44 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1307,7 +1307,7 @@ xl_attach(dev)
sc->xl_flags = 0;
if (pci_get_device(dev) == TC_DEVICEID_HURRICANE_555)
- sc->xl_flags |= XL_FLAG_EEPROM_OFFSET | XL_FLAG_PHYOK;
+ sc->xl_flags |= XL_FLAG_EEPROM_OFFSET_30 | XL_FLAG_PHYOK;
if (pci_get_device(dev) == TC_DEVICEID_HURRICANE_556 ||
pci_get_device(dev) == TC_DEVICEID_HURRICANE_556B)
sc->xl_flags |= XL_FLAG_FUNCREG | XL_FLAG_PHYOK |
OpenPOWER on IntegriCloud