mirror of https://github.com/F-Stack/f-stack.git
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
|
# $FreeBSD$
|
||
|
# device.hints
|
||
|
# All these values are complete nonsense...
|
||
|
hw.uart.console="io:0x1"
|
||
|
hint.ciu.0.at="nexus"
|
||
|
hint.rtc.0.at="nexus"
|
||
|
hint.obio.0.at="ciu"
|
||
|
hint.obio.0.maddr="0x1"
|
||
|
hint.obio.0.msize="0x1"
|
||
|
hint.obio.0.flags="0x1"
|
||
|
hint.uart.0.at="obio"
|
||
|
hint.uart.0.maddr="0x1"
|
||
|
hint.uart.0.flags="0x1"
|