Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to install SanDisk connect plus?

Reply
Thread Tools Display Modes

How to install SanDisk connect plus?

 
 
Dr. Nikolaus Schaller
Guest
Posts: n/a

 
      04-03-2004, 11:59 AM
(E-Mail Removed) (Dr. Nikolaus Schaller) wrote in message news:<(E-Mail Removed). com>...
> * what does the "to 1" mean? I could not find a description in the
> config manual
> * as the card has to load two drivers (the ide and the wifi), how do I
> specify?


I have reverse engineered the sources (yacc_config.y) of cardmgr and
here is the BNF:

list: /* nothing */
| list adjust
| list device
| list mtd
| list card
| list opts
| list mtd_opts
| list error

adjust: "include" resource
| "exclude" resource
| "reserve" resource
| adjust ',' resource

resource: "irq" NUMBER
| "port" NUMBER '-' NUMBER
| "memory" NUMBER '-' NUMBER

device: "device" STRING
| needs_mtd
| module
| class

card: "card" STRING
| anonymous
| tuple
| manfid
| pci
| version
| function
| bind
| cis

anonymous: card "anonymous"

tuple: card "tuple" NUMBER ',' NUMBER ',' STRING

manfid: card "manfid" NUMBER ',' NUMBER

pci: card "pci" NUMBER ',' NUMBER

version: card "version" STRING
| version ',' STRING

function: card "function" NUMBER

cis: card "cis" STRING

bind: card "bind" STRING
| card "bind" STRING "to" NUMBER
| bind ',' STRING
| bind ',' STRING "to" NUMBER

needs_mtd: device "needs_mtd"

opts: "module" STRING "opts" STRING

module: device "module" STRING
| module "opts" STRING
| module ',' STRING

class: device "class" STRING

region: "region" STRING
| dtype
| jedec
| default

dtype: region "dtype" NUMBER

jedec: region "jedec" NUMBER NUMBER

default: region "default"

mtd: region "mtd" STRING
| mtd "opts" STRING

mtd_opts: "mtd" STRING "opts" STRING


So, I can either write:
card "xxx" bind "x" to n, "y", "z"

or

card "xxx" bind "x" to n bind "y" bind "z"

A missing "to" clause means bind "x" to 0

The "to" clause specifies binding to a specific function (which I
don't understand yet).

-- hns
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sandisk 256mb + wifi smartphone leon Wireless Internet 0 01-26-2006 03:34 PM
SanDisk Connect Plus 128Mb+Wifi Compact Flash (SDWCFB-128) card problem Paul Wireless Internet 3 05-14-2004 01:22 PM
Win2K install SP4 = can't connect to MSN and slow connect to others =?Utf-8?B?TE1C?= Windows Networking 0 12-31-2003 06:01 PM
SyChip (SanDisk/SocketComm) SD WiFi Ingo Cyliax Wireless Internet 0 11-24-2003 06:39 PM
Linksys WRT54G + SanDisk Connect Plus Khayman Wireless Internet 0 09-11-2003 03:25 AM



1 2 3 4 5 6 7 8 9 10 11