| Summary: | Xircom CreditCard Modem CM-56T pccard.conf.sample entry needs to be updated. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | kienow <kienow> |
| Component: | conf | Assignee: | MIHIRA Sanpei Yoshiro <sanpei> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
>> 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" ?
~~~~
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. Responsible Changed From-To: freebsd-bugs->sanpei sanpei asked for feedback. 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 State Changed From-To: feedback->closed update config line (changed to auto) Rev. 1.165 src/etc/defaults/pccard.conf |
---<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