Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!chi-news.cic.net!newsfeed.internetmci.com!swrinde!sgigate.sgi.com!sdd.hp.com!hplabs!unix.sri.com!news.Stanford.EDU!hyper!dhinds From: dhinds@hyper.stanford.edu (David Hinds) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: PCMCIA Modem problem Date: 17 Feb 1996 22:53:51 GMT Organization: Stanford University Lines: 28 Message-ID: <4g5m9v$9ao@nntp.Stanford.EDU> References: <4f8ero$4a7@rabbit.augusta.de> <4fccup$rk3@kogwy.cc.keio.ac.jp> NNTP-Posting-Host: hyper.stanford.edu X-Newsreader: TIN [version 1.2 PL2] HOSOKAWA Tatsumi (hosokawa@mt.cs.keio.ac.jp) wrote: : >> Tuple #3, code = 0x0 (Null tuple), length = 87 : >> 000: 00 0d 10 21 02 02 00 22 04 00 01 0f 1c 22 09 05 : >> 010: 1f 0d 00 03 00 00 03 00 22 09 06 1f 0d 00 40 00 : >> 020: 00 00 00 ff 00 ff 03 00 3f 0c 03 03 0f 07 00 00 : >> 030: b5 ff 22 08 13 03 00 0f 00 00 00 b5 22 08 23 03 : >> 040: 00 0f 00 00 00 b5 1a 00 ff ff aa 02 00 aa 13 e0 : >> 050: 41 9d 78 5d 1e 26 1d : >> Tuple #4, code = 0x0 (Null tuple), length = 95 : >> 000: aa 60 f8 03 07 30 bc 86 28 1b 07 21 08 aa 60 f8 : >> 010: 02 07 1b 07 22 aa aa 55 e8 03 55 aa 07 23 08 aa : >> 020: 60 e8 02 07 1b 03 30 08 23 23 ff ff ff ff ff ff : >> 030: ff ff ff ff ff ff ff ff ff ff ff aa ff ff ff ff : >> 040: ff ff ff 00 ff ff ff ff ff ff ff ff ff ff ff ff : >> 050: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff : This weird output of 'pccard dumpcis' is caused by : case 1: the bug of CIS tupples of your card, or : case 2: the bug of pccardc CIS parse code. Aside from the possibility that the card's CIS is corrupt, I'd guess that the memory window that is being used to read the CIS has not been configured for an appropriate access speed. -- Dave Hinds dhinds@hyper.stanford.edu