Subject: Re: Further to vnconfig problem.
To: None <darcy@druid.net>
From: None <Havard.Eidnes@runit.sintef.no>
List: current-users
Date: 05/10/1999 19:15:06
> I forgot to ask if someone can build me an install disk. I
> basically need the normal install config with the following
> lines. The first is a replacement to INSTALL and the rest are
> additions. This is to get a PCMCIA 3c589D card working on a
> ThinkPad 560.
>
> options PCIC_ISA_INTR_ALLOC_MASK=0xff5f
> options PCIC_ISA_ALLOC_IOBASE=0x2a0
> options PCIC_ISA_ALLOC_IOSIZE=0x060
>
> If you can help me, just let me know where I can pick up the image.
If I'm not terribly mistaken, the INSTALL kernel is compiled with
ddb, so you could halt the boot block from booting directly, and
do
> boot -d fd0a:netbsd
to boot the kernel and pop into the debugger right away, and then
tweak the corresponding variables:
pcic_isa_intr_alloc_mask
pcic_isa_alloc_iobase
pcic_isa_alloc_iosize
before proceeding.
Regards,
- Havard