Date: Tue, 27 Jul 1999 06:58:52 -0700 (PDT) From: dirkx@webweaving.org To: freebsd-gnats-submit@freebsd.org Subject: kern/12838: PC-Card ctlr(0) Vadem 365 support seems broken since 3.x Message-ID: <19990727135852.04BF114C8A@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 12838 >Category: kern >Synopsis: PC-Card ctlr(0) Vadem 365 support seems broken since 3.x >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 27 07:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dirk-Willem van Gulik >Release: 3.x and 4.x >Organization: WebWeaving Consultancy >Environment: FreeBSD hack.ispra.webweaving.org 3.2-RELEASE FreeBSD 3.2-RELEASE #7: Tue Jul 27 13:41:06 GMT 1999 root@hack.ispra.webweaving.org:/usr/src/sys/compile/HACK i386 FreeBSD hack.ispra.webweaving.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Jul 27 15:47:44 CEST 1999 dirkx@brunte.ispra.webweaving.org:/usr/src/sys/compile/HACK i386 >Description: Since 3.2 a set of VADEM 365 singple port ISA slotted PCMCIA adaptor does no longer seem to work. Several identical cards have been tried with several different PCMCIA cards. All of which are known to work under 2.2.8+PAO. Ax an example of the problem; a repeated dumpcis gives partially seemingly random data: 73.root.hack:dirkx $pccardc dumpcis | grep Manuf Version = 4.1, Manuf = [Calluna], card vers = [CT17ÿÿC] 74.root.hack:dirkx $pccardc dumpcis | grep Manuf Version = 4.1, Manuf = [Calluna], card vers = [CTÿ7ÿÿCÿ30ÿoÿÿ5ÿ'2ÿ3ÿÿ1ÿ] 75.root.hack:dirkx $pccardc dumpcis | grep Manuf Version = 4.1, Manuf = [Calluna], card vers = [CTÿ7ÿÿC] 76.root.hack:dirkx $pccardc dumpcis | grep Manuf Version = 4.1, Manuf = [Calluna], card vers = [CTÿ7ÿÿCÿ30ÿoÿÿ5ÿ'2ÿ3ÿÿ1ÿ] 77.root.hack:dirkx $ >How-To-Repeat: Obtain a Vadem 365 card (Kento:-) and use the following kernel config: machine "i386" cpu "I586_CPU" ident HACK maxusers 16 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options LKM # moet dit ?? config kernel root on wd0 dumps on wd0 controller isa0 controller pci0 pseudo-device card 1 device pcic0 at isa? port 0x3e0 irq 11 controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 device npx0 at isa? port IO_NPX irq 13 device ed0 at isa? disable port 0x300 net irq 9 iomem 0xd8000 device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 pseudo-device loop pseudo-device ether pseudo-device pty 32 options DDB options KTRACE options BREAK_TO_DEBUGGER options CONSPEED=9600 options GDB_REMOTE_CHAT machine "i386" cpu "I586_CPU" ident HACK maxusers 16 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options LKM # moet dit ?? config kernel root on wd0 dumps on wd0 controller isa0 controller pci0 pseudo-device card 1 device pcic0 at isa? port 0x3e0 irq 11 controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 device npx0 at isa? port IO_NPX irq 13 device ed0 at isa? disable port 0x300 net irq 9 iomem 0xd8000 device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 pseudo-device loop pseudo-device ether pseudo-device pty 32 options DDB options KTRACE options BREAK_TO_DEBUGGER options CONSPEED=9600 options GDB_REMOTE_CHAT PCMCIA cards tried; 3c598 IBM Wireless LAN Entry Calluna 150M ata card Kodak 30Mb and 10Mb sandisk ata card US robotics card etc. Several motherboads and PCMCIA/ISA vadem adaptor combinations have been tried to sort of rule out hardware problems. Dw./ >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990727135852.04BF114C8A>