1# $FreeBSD$
2
3hint.arge.0.phymask=0x000c
4hint.arge.0.media=100
5hint.arge.0.fduplex=1
6
7# XXX grab these from uboot?
8# hint.arge.0.eeprommac=0x1f01fc00
9
10# The ath NICs have calibration data in flash.
11# PCI slot 17
12# hint.ath.0.eepromaddr=0x1fff1000
13# PCI slot 18
14# hint.ath.1.eepromaddr=0x1fff5000
15
16# ath0 - slot 17
17hint.pcib.0.bus.0.17.0.ath_fixup_addr=0x1fff1000
18hint.pcib.0.bus.0.17.0.ath_fixup_size=4096
19
20# ath1 - slot 18
21hint.pcib.0.bus.0.18.0.ath_fixup_addr=0x1fff5000
22hint.pcib.0.bus.0.18.0.ath_fixup_size=4096
23
24# .. and now, telling each ath(4) NIC where to find the firmware
25# image.
26hint.ath.0.eeprom_firmware="pcib.0.bus.0.17.0.eeprom_firmware"
27hint.ath.1.eeprom_firmware="pcib.0.bus.0.18.0.eeprom_firmware"
28
29