From owner-freebsd-mobile Thu Jun 8 9:56:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gloworm.Stanford.EDU (gloworm.Stanford.EDU [171.64.99.46]) by hub.freebsd.org (Postfix) with ESMTP id BE3DD37B5FC for ; Thu, 8 Jun 2000 09:56:52 -0700 (PDT) (envelope-from yergeau@gloworm.Stanford.EDU) Received: from localhost (yergeau@localhost) by gloworm.Stanford.EDU (8.9.3/8.9.3) with ESMTP id JAA13890; Thu, 8 Jun 2000 09:56:51 -0700 (PDT) Message-Id: <200006081656.JAA13890@gloworm.Stanford.EDU> To: freebsd-mobile@freebsd.org Cc: yergeau@gloworm.Stanford.EDU Subject: 4.0-RELEASE, Netgear FA410TXC, device timeout Date: Thu, 08 Jun 2000 09:56:51 -0700 From: Dan Yergeau Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As I mentioned in an earlier message, I was unable to get a new FA410TXC to work with 4.0. The card doesn't seem to negotiate a link and, on the FreeBSD side, the only response is "device timeout". There are no apparent IRQ or I/O address space conflicts. With the default if_ed.c, the card was recognized as a NE2000 ed0: address 01:d1:ff:03:00:20, type NE2000 (16 bit) with the incorrect ethernet MAC address (different than that printed on the card). As some else mentioned that these may get recognized as a Linksys (see http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=98471+0+/usr/local/www/db/text/1999/freebsd-mobile/19991107.freebsd-mobile), I left my "force it to be tested as a Linksys" hack in if_ed.c see ( http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=225190+227782+/usr/local/www/db/text/2000/freebsd-mobile/20000604.freebsd-mobile), and it was probed with the correct ethernet MAC address ed0: address 00:e0:98:79:df:88, type Linksys (16 bit) but still didn't negotiate a link or get past the device timeout behavior. (Hey, isn't 00:e0:98 assigned to Linksys?) Anyway, the dumpcis is attached below. Dan Configuration data for card in slot 1 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: d1 3a ff Common memory device information: Device number 1, type Function specific, WPS = OFF Speed = 250nS, Memory block size = 8Kb, 8 units Tuple #2, code = 0x17 (Attribute memory descriptor), length = 3 000: 41 00 ff Attribute memory device information: Device number 1, type EEPROM, WPS = OFF Speed = 250nS, Memory block size = 512b, 1 units Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 49 01 30 02 PCMCIA ID = 0x149, OEM ID = 0x230 Tuple #4, code = 0x21 (Functional ID), length = 2 000: 06 01 Network/LAN adapter - POST initialize Tuple #5, code = 0x15 (Version 1 info), length = 33 000: 04 01 4e 45 54 47 45 41 52 00 46 41 34 31 30 54 010: 58 00 46 61 73 74 20 45 74 68 65 72 6e 65 74 00 020: ff Version = 4.1, Manuf = [NETGEAR],card vers = [FA410TX] Addit. info = [Fast Ethernet] Tuple #6, code = 0x1a (Configuration map), length = 5 000: 01 20 00 04 0b Reg len = 2, config register addr = 0x400, last config = 0x20 Registers: XX-X---- Tuple #7, code = 0x1b (Configuration entry), length = 7 000: e0 81 18 45 30 fc be Config index = 0x20(default) Interface byte = 0x81 (I/O) wait signal supported Card decodes 5 address lines, limited 8/16 Bit I/O IRQ modes: Pulse IRQ level = 5 Tuple #8, code = 0x1b (Configuration entry), length = 7 000: 01 08 ca 60 00 03 1f Config index = 0x1 Card decodes 10 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x300 block length = 0x20 Tuple #9, code = 0x1b (Configuration entry), length = 7 000: 02 08 ca 60 20 03 1f Config index = 0x2 Card decodes 10 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x320 block length = 0x20 Tuple #10, code = 0x1b (Configuration entry), length = 7 000: 03 08 ca 60 40 03 1f Config index = 0x3 Card decodes 10 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x340 block length = 0x20 Tuple #11, code = 0x1b (Configuration entry), length = 7 000: 04 08 ca 60 80 03 1f Config index = 0x4 Card decodes 10 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x380 block length = 0x20 Tuple #12, code = 0x14 (No link), length = 0 Tuple #13, code = 0xff (Terminator), length = 0 2 slots found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message