mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
eb1b8eeafe
we're stuck with this. Given that this branch will soon be merged and retired, I don't think it matters much.
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"
|