From nobody@FreeBSD.ORG Tue Jul 27 06:58:53 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 04BF114C8A; Tue, 27 Jul 1999 06:58:52 -0700 (PDT)
Message-Id: <19990727135852.04BF114C8A@hub.freebsd.org>
Date: Tue, 27 Jul 1999 06:58:52 -0700 (PDT)
From: dirkx@webweaving.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: PC-Card ctlr(0) Vadem 365 support seems broken since 3.x
X-Send-Pr-Version: www-1.0

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 07:00:00 PDT 1999
>Closed-Date:    Thu Jan 17 08:12:05 PST 2002
>Last-Modified:  Thu Jan 17 08:32:06 PST 2002
>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 = [CT17C]
74.root.hack:dirkx $pccardc dumpcis | grep Manuf
        Version = 4.1, Manuf = [Calluna], card vers = [CT7C30o5'231]
75.root.hack:dirkx $pccardc dumpcis | grep Manuf
        Version = 4.1, Manuf = [Calluna], card vers = [CT7C]
76.root.hack:dirkx $pccardc dumpcis | grep Manuf
        Version = 4.1, Manuf = [Calluna], card vers = [CT7C30o5'231]
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:

From: Nick Hibma <nick.hibma@jrc.it>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: kern/12838: PC-Card ctlr(0) Vadem 365 support seems broken since 3.x (fwd)
Date: Tue, 27 Jul 1999 16:41:03 +0200 (MET DST)

 Two addresses and both wrong, tsk tsk tsk. :-)
 
 ---------- Forwarded message ----------
 Date: Tue, 27 Jul 1999 16:05:30 +0200 (CEST)
 From: Dirk-Willem van Gulik <dirkx@webweaving.org>
 To: gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG
 Subject: Re: kern/12838: PC-Card ctlr(0) Vadem 365 support seems broken since 3.x
 
 
 The 'double' kernel config in the 'How-To-Repeat' section is a
 cut-and-paste error on my behalf.
 
 
 
 

From: Dirk-Willem van Gulik <dirkx@webweaving.org>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: kern/12838: PC-Card ctlr(0) Vadem 365 support seems broken since
 3.x
Date: Tue, 27 Jul 1999 17:44:01 +0200 (CEST)

 Nick Hibma wrote:
 
 > Two addresses and both wrong, tsk tsk tsk. :-)
 
 Gee.. I though I could just do reply (works for apache bugs ;-)... how
 wrong I was. Meanwhile, back at the ranch:
 
 Trying another brand of cards:
 
 	PC-Card ctlr(0) Cirrus Logic PD672X (5 mem & 2 I/O windows)
 
 Gives identical trouble. So it might be more general.
 
 Dw.
 
 
State-Changed-From-To: open->feedback 
State-Changed-By: iedowse 
State-Changed-When: Mon Jul 9 16:12:56 PDT 2001 
State-Changed-Why:  

Have you tried this with more recent releases? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12838 
State-Changed-From-To: feedback->closed 
State-Changed-By: sheldonh 
State-Changed-When: Thu Jan 17 08:12:05 PST 2002 
State-Changed-Why:  
Automatic feedback timeout.  If additional feedback that warrants 
the re-opening of this PR is available but not included in the 
audit trail, please include the feedback in a reply to this message 
(preserving the Subject line) and ask that the PR be re-opened. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=12838 
>Unformatted:
