This is the FAQ list for the NetBSD/cats port of NetBSD.
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.
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”
.
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.