]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/mips/conf/AP94.hints
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / mips / conf / AP94.hints
1 # $FreeBSD$
2
3 hint.arge.0.phymask=0x000c
4 hint.arge.0.media=100
5 hint.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
17 hint.pcib.0.bus.0.17.0.ath_fixup_addr=0x1fff1000
18 hint.pcib.0.bus.0.17.0.ath_fixup_size=4096
19
20 # ath1 - slot 18
21 hint.pcib.0.bus.0.18.0.ath_fixup_addr=0x1fff5000
22 hint.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.
26 hint.ath.0.eeprom_firmware="pcib.0.bus.0.17.0.eeprom_firmware"
27 hint.ath.1.eeprom_firmware="pcib.0.bus.0.18.0.eeprom_firmware"
28