aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/pccard_cis.c
Commit message (Expand)AuthorAgeFilesLines
* pccard: Remove more of the PC Card infrastructureWarner Losh2021-12-141-1308/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-6/+6
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-1/+1
* Allow zero length memroy space descriptor sections. It is apparentlyWarner Losh2009-03-111-4/+2
* Store the entire funce for disk type functions (eg CF cards and theWarner Losh2009-02-061-0/+2
* Bring consistent debugging output for all values that are supposedWojciech A. Koszek2009-02-051-21/+21
* Some PC Cards don't have the proper IRQ mask in them. The standardWarner Losh2008-08-271-0/+2
* Slight simplification of the power parsing code, as well as usingWarner Losh2008-06-011-45/+27
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* Thomas Wintergerst reports that when this tsleep went away, certainWarner Losh2006-08-091-0/+10
* Call the passed function on cis scanning for all nodes in the CISWarner Losh2005-09-201-0/+17
* Add a few new functions interfaces to allow reading/writing attributeWarner Losh2005-09-131-9/+9
* I believe that this tsleep was placed here in 1.28 to try to solve theWarner Losh2005-07-171-3/+1
* The supposed OLD STYLE network MAC id tuple was really just a buggyWarner Losh2005-07-131-13/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byWarner Losh2005-07-011-9/+5
* Add a much-requested feature: The ability for pccard attachments toWarner Losh2005-07-011-6/+5
* deal with malloc failureSam Leffler2005-03-261-1/+4
* memspace is set to some value by masking off bits. When these bitsWarner Losh2005-02-171-4/+3
* Some older PC Cards have a weird format for FUNCE tuples. They appearWarner Losh2005-01-211-2/+14
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Improve reading of CIS cards:Warner Losh2004-04-121-3/+10
* o move the cis tuple definitions into a common file.Warner Losh2003-10-071-21/+22
* When debugging CIS, only print 10 CISTPL_NULLs. Chances are good theyWarner Losh2003-08-201-3/+12
* Put a band-aide(tm) on the CIS panic problem. This is a similar fixWarner Losh2003-08-181-5/+16
* Tag longling_addr as maybe using a bad type, I'm not sure.Warner Losh2003-03-181-1/+1
* Fix printf() format errors.Maxime Henrion2002-11-141-1/+1
* Merge changes from NetBSD through version 1.17 of this file. TheseWarner Losh2002-10-071-14/+54
* Better comment for the product ID thing.Warner Losh2002-10-071-2/+5
* 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