Bug 23068

Summary: Xircom CreditCard Modem CM-56T pccard.conf.sample entry needs to be updated.
Product: Base System Reporter: kienow <kienow>
Component: confAssignee: MIHIRA Sanpei Yoshiro <sanpei>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description kienow 2000-11-24 14:20:01 UTC
---<Snip pccard.conf.sample>---
# Xircom CreditCard Modem
card "Xircom" "CreditCard Modem CM-56T"
        config  0x17 "sio1" ?
        reset   100
        insert  logger -t pccard:$device -s Xircom CreditCard Modem CM-56T inser
ted
        remove  logger -t pccard:$device -s Xircom CreditCard Modem CM-56T remov
ed
---<Snip pccard.conf.sample>---

$ pccardc dumpcis
<...snip>
Tuple #8, code = 0x1b (Configuration entry), length = 20
    000:  e7 c1 9d 0f 55 4d 5d 26 e0 17 17 ea 60 e8 02 07
    010:  f0 bc 8e 20
        Config index = 0x27(default)
<snip...>

The Xircom CreditCard Modem CM-56T entry in pccard.conf.sample will work,
but it is incorrect.  The default config index is 0x27 and not 0x17.

(I guess the sio# doesn't really matter, I just set it to what most
of the modem entries in pccard.conf.sample were)

So, the entry should read:

# Xircom CreditCard Modem
card "Xircom" "CreditCard Modem CM-56T"
        config  0x27 "sio2" ?
        insert  logger -t pccard:$device -s Xircom CreditCard Modem CM-56T inser
ted
        remove  logger -t pccard:$device -s Xircom CreditCard Modem CM-56T remov
ed
Comment 1 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2000-12-11 15:09:30 UTC
>> The Xircom CreditCard Modem CM-56T entry in pccard.conf.sample will work,
>> but it is incorrect.  The default config index is 0x27 and not 0x17.

  Would you like to test config auto?

# Xircom CreditCard Modem
card "Xircom" "CreditCard Modem CM-56T"
	config	auto "sio" ?
		~~~~
Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2000-12-15 21:57:59 UTC
State Changed
From-To: open->feedback

Hi 

Does it work with 'auto' for you? 

Please respond to 'freebsd-gnats-submit@FreeBSD.ORG' 
with the subject of this mail as subject. 


Comment 3 Johan Karlsson freebsd_committer freebsd_triage 2000-12-15 21:57:59 UTC
Responsible Changed
From-To: freebsd-bugs->sanpei

sanpei asked for feedback.
Comment 4 kienow 2000-12-17 19:13:37 UTC
I am sorry for the delay, I have been busy.  I changed my pccard.conf to try the 'auto'
setting and yes it does work.  My modem is detected as before, and works just as before.

Thanks

johan@FreeBSD.org wrote:

> Synopsis: Xircom CreditCard Modem CM-56T pccard.conf.sample entry needs to be updated.
>
> State-Changed-From-To: open->feedback
> State-Changed-By: johan
> State-Changed-When: Fri Dec 15 13:57:59 PST 2000
> State-Changed-Why:
> Hi
>
> Does it work with 'auto' for you?
>
> Please respond to 'freebsd-gnats-submit@FreeBSD.ORG'
> with the subject of this mail as subject.
>
> Responsible-Changed-From-To: freebsd-bugs->sanpei
> Responsible-Changed-By: johan
> Responsible-Changed-When: Fri Dec 15 13:57:59 PST 2000
> Responsible-Changed-Why:
> sanpei asked for feedback.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=23068
Comment 5 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2000-12-23 13:07:53 UTC
State Changed
From-To: feedback->closed

update config line (changed to auto) 
Rev. 1.165	src/etc/defaults/pccard.conf