NetBSD/cats Frequently Asked Questions
This is the FAQ list for the NetBSD/cats port of NetBSD.
General Information
- What peripherals are supported?
- How can I use the secondary com port?
- On my CATS, how can I use serial console?
General Information
What peripherals are supported? (top)
You should be able to use any PCI card that NetBSD supports (except for those that have 'machine dependent' requirements). Take a look at the supported hardware pages.
How can I use the secondary com port? (top)
On CATS, the secondary com port is connected to
footbridge com port, not com1 port at ISA. You need to
create a device node for it by mknod(8) command, as
“mknod /dev/fcom0 c 54 0”. Note
that on NetBSD 1.6 or later you can use
“cd /dev; ./MAKEDEV fcom0”.
On my CATS, how can I use serial console? (top)
The Cyclone firmware on CATS supports serial console by
default and it uses the secondary (footbridge) com port,
which is mentioned in the previous entry.
NetBSD/cats kernel also supports serial console on footbridge com.
Make kernel without vga configuration or specify boot args at the
firmware prompt like
“boot> boot wd0a:/netbsd console=fcom”,
and then kernel choose to use footbridge com for its
console.
Back to NetBSD/cats Port page
Back to Documentation Top Level
![[NetBSD Logo]](/images/NetBSD-headerlogo.png)