Deleted Added
full compact
AR933X_BASE.hints (249121) AR933X_BASE.hints (252242)
1# This file (and the kernel config file accompanying it) are not designed
2# to be used by themselves. Instead, users of this file should create a
3# kernel # config file which includes this file (which gets the basic hints),
4# then override the default options (adding devices as needed) and adding
5# hints as needed (for example, the GPIO and LAN PHY.)
6
1# This file (and the kernel config file accompanying it) are not designed
2# to be used by themselves. Instead, users of this file should create a
3# kernel # config file which includes this file (which gets the basic hints),
4# then override the default options (adding devices as needed) and adding
5# hints as needed (for example, the GPIO and LAN PHY.)
6
7# $FreeBSD: head/sys/mips/conf/AR933X_BASE.hints 249121 2013-04-05 00:26:29Z adrian $
7# $FreeBSD: head/sys/mips/conf/AR933X_BASE.hints 252242 2013-06-26 05:02:47Z adrian $
8
9hint.apb.0.at="nexus0"
10hint.apb.0.irq=4
11
12# uart0
13hint.uart.0.at="apb0"
14# NB: This isn't an ns8250 UART
15hint.uart.0.maddr=0x18020000

--- 16 unchanged lines hidden (view full) ---

32hint.arge.1.msize=0x1000
33hint.arge.1.irq=3
34
35# XXX The ath device hangs off of the AHB, rather than the Nexus.
36hint.ath.0.at="nexus0"
37hint.ath.0.maddr=0x18100000
38hint.ath.0.msize=0x20000
39hint.ath.0.irq=0
8
9hint.apb.0.at="nexus0"
10hint.apb.0.irq=4
11
12# uart0
13hint.uart.0.at="apb0"
14# NB: This isn't an ns8250 UART
15hint.uart.0.maddr=0x18020000

--- 16 unchanged lines hidden (view full) ---

32hint.arge.1.msize=0x1000
33hint.arge.1.irq=3
34
35# XXX The ath device hangs off of the AHB, rather than the Nexus.
36hint.ath.0.at="nexus0"
37hint.ath.0.maddr=0x18100000
38hint.ath.0.msize=0x20000
39hint.ath.0.irq=0
40hint.ath.0.vendor_id=0x168c
41hint.ath.0.device_id=0x0035
40# Set this to define where the ath calibration data
41# should be fetched from in physical memory.
42# hint.ath.0.eepromaddr=0x1fff1000
43
44# SPI flash
45hint.spi.0.at="nexus0"
46hint.spi.0.maddr=0x1f000000
47hint.spi.0.msize=0x10

--- 12 unchanged lines hidden ---
42# Set this to define where the ath calibration data
43# should be fetched from in physical memory.
44# hint.ath.0.eepromaddr=0x1fff1000
45
46# SPI flash
47hint.spi.0.at="nexus0"
48hint.spi.0.maddr=0x1f000000
49hint.spi.0.msize=0x10

--- 12 unchanged lines hidden ---