summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* We need to free the ivars for the child that we just deleted.imp2007-02-031-0/+3
* When pccard_safe_quote is passed NULL for src, it shouldn't panic.imp2006-04-271-1/+1
* Add some sanity checking to the pccard insertion case. Whine if theimp2005-12-281-4/+6
* Remove compat layer for OLDCARD compatibility. All instances of itimp2005-09-221-26/+0
* remove some dead codeimp2005-09-201-9/+1
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.imp2005-09-201-1/+6
* Add a few new functions interfaces to allow reading/writing attributeimp2005-09-131-1/+89
* Define and use PCCARD_MEM_PAGE_SIZE.imp2005-09-131-1/+1
* Insert missing int i;imp2005-07-151-0/+1
* Also provide the function type in the nomatch routine.imp2005-07-141-4/+7
* o Check to make sure the card has a function (panic if not) in read_ivar.imp2005-07-131-44/+64
* Add a much-requested feature: The ability for pccard attachments toimp2005-07-011-0/+1
* Big cleanup of resource code for pccard. Once coventry noticedimp2005-04-121-101/+30
* Cleanup of resource allocation code after having my attention focused onimp2005-04-121-31/+61
* Use return value of resource_list_add to avoid a secondimp2005-04-121-7/+11
* Need to initialize the resource list that we keep for our children.imp2005-03-181-0/+1
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-1/+1
* Add an XXX comment about string quoting.imp2005-02-161-0/+1
* Ignore the expected function number.imp2005-01-241-5/+0
* u_intXX_t -> uintXX_timp2005-01-241-12/+12
* Fix spelling errorimp2005-01-191-1/+1
* Go ahead and match on CIS3 and CIS4 strings as well. These are NULLimp2005-01-171-1/+14
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Some cards don't have the info entries in the CIS, so vendorstr and/orimp2004-08-161-7/+21
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Use %#jx for both args.imp2003-11-041-2/+2
* Fix two small style nits pointed out by bde: Remove spaces after cast andimp2003-11-031-1/+1
* o Use %j and uintmax_t rather than uint64_t for casting.imp2003-11-031-4/+3
* ia64 tenderbox hates what I did wrt a printf, so cast the snot out ofimp2003-11-031-2/+2
* MFp4:imp2003-11-021-45/+97
* Const poison string accessor functions.imp2003-10-261-3/+4
* o move the cis tuple definitions into a common file.imp2003-10-071-23/+0
* Whacked out CIS configurations can cause us to not have any child. Whenimp2003-09-051-2/+4
* Probe routines can return < 0 for speculative matches. In theimp2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* pc98pcic isn't the name of the media driver. tcic likely will neverimp2003-08-201-3/+0
* Add a comment about the MPSAFEness of this pccard_intr handler. Givenimp2003-06-131-0/+4
* In [bsd-nomads:16650] shibagaki-san presented an example product id ofimp2003-04-101-1/+1
* 1.77 was bogus: there is no logic bug. Back it out and compare theimp2003-04-091-1/+1
* Fix a logic bug in previous commit (use || rather than &&). In order tojhb2003-04-091-1/+1
* Make sure that both pp_name and pp_vendor are zero to know we're at theimp2003-04-091-4/+5
* MFP4:imp2003-04-081-3/+21
* fix typosanpei2003-04-041-1/+1
* Use %jd and a cast to intmax_t instead of a cast to long.imp2003-03-181-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fix printf() format errors.mux2002-11-141-1/+1
* Remove an impossible condition. pf->dev is always non-null here.imp2002-11-141-2/+1
* MFp4:imp2002-11-021-4/+4
* o Add a nomatch routine so we whine when we don't know what to attach toimp2002-10-071-19/+90
OpenPOWER on IntegriCloud