Subject: Re: NetBSD-current, does it support the 3Com 3c589D?
To: Brian Buhrow <buhrow@cats.ucsc.edu>
From: None <ks@ub.uni-mainz.de>
List: current-users
Date: 03/19/1999 09:21:09
hi,
I have this card working in my toshiba 490. it's sitting in the
docking-station to connect to the network here at work. here's the
relevant part form dmesg:
pcic1 at isa0 port 0x3e2-0x3e3 iomem 0xd4000-0xd7fff: using irq 4
pcic1: controller 0 (Intel 82365SL Revision 1) has sockets A and B
pcmcia2 at pcic1 controller 0 socket 0
ep1 at pcmcia2 function 0 port 0x420-0x42f: 3Com 3c589 10Mbps Ethernet
ep1: address 00:10:4b:7e:41:06, 8KB byte-wide FIFO, 5:3 Rx:Tx split
ep1: 10baseT, 10base5, 10base2 (default 10baseT)
to get the thing going I added the following lines to the config
file:
# set PCI BUS probing for this beast
options PCIC_ISA_ALLOC_IOBASE=0x400
options PCIC_ISA_ALLOC_IOSIZE=0x100
maybe you got some conflicting interrupts so you can try to play with:
#options PCIC_ISA_INTR_ALLOC_MASK=0x0608
it's not needed for my toshiba but i don't use the buildin sound chip,
nor the parallel and serial ports...
hope this helps,
-kurt