summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard_cis.c
Commit message (Expand)AuthorAgeFilesLines
* Store the entire funce for disk type functions (eg CF cards and theimp2009-02-061-0/+2
* Bring consistent debugging output for all values that are supposedwkoszek2009-02-051-21/+21
* Some PC Cards don't have the proper IRQ mask in them. The standardimp2008-08-271-0/+2
* Slight simplification of the power parsing code, as well as usingimp2008-06-011-45/+27
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Thomas Wintergerst reports that when this tsleep went away, certainimp2006-08-091-0/+10
* Call the passed function on cis scanning for all nodes in the CISimp2005-09-201-0/+17
* Add a few new functions interfaces to allow reading/writing attributeimp2005-09-131-9/+9
* I believe that this tsleep was placed here in 1.28 to try to solve theimp2005-07-171-3/+1
* The supposed OLD STYLE network MAC id tuple was really just a buggyimp2005-07-131-13/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-011-9/+5
* Add a much-requested feature: The ability for pccard attachments toimp2005-07-011-6/+5
* deal with malloc failuresam2005-03-261-1/+4
* memspace is set to some value by masking off bits. When these bitsimp2005-02-171-4/+3
* Some older PC Cards have a weird format for FUNCE tuples. They appearimp2005-01-211-2/+14
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Improve reading of CIS cards:imp2004-04-121-3/+10
* o move the cis tuple definitions into a common file.imp2003-10-071-21/+22
* When debugging CIS, only print 10 CISTPL_NULLs. Chances are good theyimp2003-08-201-3/+12
* Put a band-aide(tm) on the CIS panic problem. This is a similar fiximp2003-08-181-5/+16
* Tag longling_addr as maybe using a bad type, I'm not sure.imp2003-03-181-1/+1
* Fix printf() format errors.mux2002-11-141-1/+1
* Merge changes from NetBSD through version 1.17 of this file. Theseimp2002-10-071-14/+54
* Better comment for the product ID thing.imp2002-10-071-2/+5
* Improve support of MFC cards (Multi-function cards). This commitimp2002-03-291-2/+4
* Make hw.pccard.debug and hw.pccard.cis_debug tunable/sysctl. Setting to 1imp2002-03-071-3/+4
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteshiba2002-02-201-0/+9
* Do the cast away of unsignedness in a way that is more commprehensible.imp2002-02-191-1/+1
* Default debugging to OFF now.imp2002-02-041-1/+1
* implement MFC links properly (and I think long links too). This makeimp2001-12-041-42/+7
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-111-2/+2
* Update cis tuple parser, add a pccarddevs entry,shiba2001-09-021-0/+45
* Make a few more mallocs use M_ZERO.dwmalone2000-10-291-4/+2
* o Move to using PCCARD_SOFTC(dev)imp2000-08-191-1/+1
* Matching commits to pccard for last pcic changes. We now at least toimp2000-06-181-2/+0
* OK. Next step: we read in CIS.imp2000-04-191-1/+2
* checkpoint latest pccard/pcic hacking:imp2000-04-131-4/+9
* Fix pcic_detach_socket to get right pcic_handle.imp2000-04-041-1/+1
* Minor changes to some of the interfaces.imp2000-03-261-1/+1
* Eliminate pccard_chip_* tonight.imp2000-01-101-52/+25
* Tonight's cleanups.imp1999-12-071-2/+2
* Flesh out the pccard bus_ methods with either the generic one (whereimp1999-11-291-2/+2
* Update pccard code to latest NetBSD code. This is the last mergeimp1999-11-281-16/+19
* Moderately hacked pccard code from newconfig. It is somewhat inimp1999-10-261-0/+1229
OpenPOWER on IntegriCloud