Subject: Re: Cardbus support in NetBSD 1.3?
To: Duncan McEwan <duncan@MCS.VUW.AC.NZ>
From: David Carrel <carrel@redbacknetworks.com>
List: port-i386
Date: 01/07/1998 22:11:55
> When the kernel boots it prints
...
> 	com3 at pcmcia1 function 0 port 0x2f8-0x2ff: ns16550a, working fifo
> 	pcmcia1: card irq 9
> 
> But when I try to access /dev/tty02 (character device, major 8, minor 2) with
> "cu" or "cat" I get the "Device not configured" error.  I don't understand in
> what circumstances the kernel (apparently) successfully probe the device and
> yet I would still get this error.

Try /dev/tty03

com0 == /dev/tty00
com1 == /dev/tty01
com2 == /dev/tty02
com3 == /dev/tty03

Dave