aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/pccard_cis.c
Commit message (Expand)AuthorAgeFilesLines
* Improve support of MFC cards (Multi-function cards). This commitWarner Losh2002-03-291-2/+4
* Make hw.pccard.debug and hw.pccard.cis_debug tunable/sysctl. Setting to 1Warner Losh2002-03-071-3/+4
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteTakeshi Shibagaki2002-02-201-0/+9
* Do the cast away of unsignedness in a way that is more commprehensible.Warner Losh2002-02-191-1/+1
* Default debugging to OFF now.Warner Losh2002-02-041-1/+1
* implement MFC links properly (and I think long links too). This makeWarner Losh2001-12-041-42/+7
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsWarner Losh2001-11-111-2/+2
* Update cis tuple parser, add a pccarddevs entry,Takeshi Shibagaki2001-09-021-0/+45
* Make a few more mallocs use M_ZERO.David Malone2000-10-291-4/+2
* o Move to using PCCARD_SOFTC(dev)Warner Losh2000-08-191-1/+1
* Matching commits to pccard for last pcic changes. We now at least toWarner Losh2000-06-181-2/+0
* OK. Next step: we read in CIS.Warner Losh2000-04-191-1/+2
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-131-4/+9
* Fix pcic_detach_socket to get right pcic_handle.Warner Losh2000-04-041-1/+1
* Minor changes to some of the interfaces.Warner Losh2000-03-261-1/+1
* Eliminate pccard_chip_* tonight.Warner Losh2000-01-101-52/+25
* Tonight's cleanups.Warner Losh1999-12-071-2/+2
* Flesh out the pccard bus_ methods with either the generic one (whereWarner Losh1999-11-291-2/+2
* Update pccard code to latest NetBSD code. This is the last mergeWarner Losh1999-11-281-16/+19
* Moderately hacked pccard code from newconfig. It is somewhat inWarner Losh1999-10-261-0/+1229