75c1942047
Yes, this puts things in the wrong place, doesn't compile and is woefully incomplete. However, it will allow us to more easily track against the upstream sources without needing to import the entire Cavium tree under vendor. This port is based on FreeBSD 7.0 as of April 2007 and the pre-import MIPS tree (aka mips2), so much work is necessary here.
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
# /*
|
|
# * This product includes software developed by the University of
|
|
|
|
# * California, Berkeley and its contributors."
|
|
# */
|
|
# device.hints
|
|
hw.uart.console="io:0x1"
|
|
hint.obio.0.at="nexus"
|
|
hint.obio.0.maddr="0x1"
|
|
hint.obio.0.flags="0x1"
|
|
hint.uart.0.at="obio"
|
|
hint.uart.0.maddr="0x1"
|
|
hint.uart.0.flags="0x1"
|