freebsd-nq/sys/mips/conf/OCTEON.hints
Warner Losh 75c1942047 Import Cavium's FreeBSD port, or the Octeon specific pieces, verbatim.
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.
2009-06-14 02:46:07 +00:00

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"