]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/arm/conf/GUMSTIX.hints
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / arm / conf / GUMSTIX.hints
1 # $FreeBSD$
2
3 # Make sure we don't trample important bits in the UART registers.
4 hint.uart.0.ier_mask="0xe0"
5 hint.uart.0.ier_rxbits="0x1d"
6 hint.uart.1.ier_mask="0xe0"
7 hint.uart.1.ier_rxbits="0x1d"
8 hint.uart.2.ier_mask="0xe0"
9 hint.uart.2.ier_rxbits="0x1d"
10
11 # SMSC LAN91C111s found on the netCF, netMMC and netDUO boards.
12 hint.smc.0.at="smi0"
13 hint.smc.0.mem="0x04000300"
14 hint.smc.0.size="0x10"
15 hint.smc.0.irq="100"
16 hint.smc.1.at="smi0"
17 hint.smc.1.mem="0x08000300"
18 hint.smc.1.size="0x10"
19 hint.smc.1.irq="91"