Subject: Re: How to configure Hayes ESP device?
To: None <netbsd-help@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: netbsd-help
Date: 08/28/1996 03:50:33
In article <199608272125.XAA04590@asterix.urc.tue.nl> P.T.H.Tutelaers@urc.tue.nl (Piet Tutelaers) writes:
>
>I could not find any information that helps me in configuring an extra
>COM port for my Hayes ESP card in the BSD FAQ and/or WWW. I tried to
>build a kernel with the following parameters (NetBSD 1.0 if that may
>play a role):
> device com0 at isa? port "IO_COM1" irq 4
> device com1 at isa? port "IO_COM2" irq 3
> # com2: Hayes ESP serial port
> device com2 at isa? port "IO_COM3" irq 10
>
>I could build the kernel. It got recognized by kermit. But nothing
>happens. Kermit gets blocked. Can somebody help me out of my `silo
>overflow' problems?
add
options COM_HAYESP
to your kernel config file.
You'll need to run the dos utility that configures the card too.
christos