From mboxrd@z Thu Jan 1 00:00:00 1970 From: Parademius Plops Message-Id: <200301272126.h0RLQDWP011684@m-net.arbornet.org> To: 9fans@cse.psu.edu Subject: [9fans] D-Link PCMCIA ethernet Date: Mon, 27 Jan 2003 16:26:13 -0500 Topicbox-Message-UUID: 49315a0c-eacb-11e9-9e20-41e7f4b1d025 This message was written on my first native Plan 9 system - as I am new to it I used "ssh m-net.arbornet.org" though. I edited "/sys/src/9/pc/etherec2t.c" to get my D-Link DE-660 PCMCIA / PC CARD 10Mbit Ethernet card working. aux/pcmcia: device 16384 bytes of 250ns IO+MEM attr device 512 bytes of 250ns EEPROM version 4.1 D-Link DE-660 118B6603 configuration registers at (0)0x400 (1)0x402 (3)0x406 configuration 32 (default) I/O device, Memory Wait required IO space 5 address lines 8bit or 16bit access interrupts:level, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 15 I just put the line line: { "D-Link", 0,}, /* D-Link DE-660 10 PC Card */ into the struct Ec2t ec2tpcmcia[] It works only, when I do "init 6" or "reboot" in Linux. Probably the card needs some initialization which has not been implemented in the driver yet. I would be pleased if someone could help me. (I am using a Plan9CD I downloaded several days ago and I am doing a replica/pull right now -- its still running but I think there has not been a patch regarding this card.) Danielo Parisien