summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify resource activation a bit.imp2012-06-281-16/+26
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Make a couple of debug printfs DEVPRINTF.imp2011-06-061-4/+4
* Add in parsing of the disk FUNCE tuples.imp2009-03-031-0/+4
* Bring consistent debugging output for all values that are supposedwkoszek2009-02-051-10/+10
* Fix parameter types for set_res_flags and read_ivarsimp2009-02-051-4/+4
* Fix a small problem in the comment about departure from NetBSD.imp2008-08-071-1/+1
* Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)imp2008-08-071-17/+3
* Unify the initial card probe/attach procedure with the kldloadimp2008-08-061-63/+111
* only register a ithread handler if the card requests an ithreadimp2007-06-161-3/+2
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...piso2007-05-311-16/+19
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-9/+22
* 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
OpenPOWER on IntegriCloud