Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 06:19:45 -0800 (PST)
From:      kienow@infinet.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/23068: Xircom CreditCard Modem CM-56T pccard.conf.sample entry needs to be updated.
Message-ID:  <20001124141945.D477737B4CF@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23068
>Category:       conf
>Synopsis:       Xircom CreditCard Modem CM-56T pccard.conf.sample entry needs to be updated.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 24 06:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Matt
>Release:        FreeBSD 4.2-BETA
>Organization:
>Environment:
FreeBSD toshiba 4.2-BETA FreeBSD 4.2-BETA #0: Fri Nov 12 17:20:42 EST 2000
     temp@toshiba:/usr/obj/usr/src/sys/TOSHIBA  i386
>Description:
---<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

>How-To-Repeat:

>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?20001124141945.D477737B4CF>