25 lines
490 B
Plaintext
25 lines
490 B
Plaintext
|
# $FreeBSD$
|
||
|
# device.hints
|
||
|
hint.obio.0.at="nexus0"
|
||
|
hint.obio.0.maddr=0x0
|
||
|
hint.obio.0.msize=0x1fffffff
|
||
|
|
||
|
# host-to-pci bridge
|
||
|
hint.pcib.0.at="obio0"
|
||
|
hint.pcib.0.maddr=0x11400000
|
||
|
hint.pcib.0.msize=0x100000
|
||
|
hint.pcib.0.io=0x11500000
|
||
|
hint.pcib.0.iosize=0x100000
|
||
|
|
||
|
# on-board switch engine
|
||
|
hint.admsw.0.at="obio0"
|
||
|
hint.admsw.0.maddr=0x12000000
|
||
|
hint.admsw.0.msize=0x200000
|
||
|
hint.admsw.0.irq=9
|
||
|
|
||
|
# uart0
|
||
|
hint.uart.0.at="obio0"
|
||
|
hint.uart.0.maddr=0x12600000
|
||
|
hint.uart.0.msize=0x200000
|
||
|
hint.uart.0.irq=1
|