summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Move pccard_safe_quote() up to subr_bus.c and rename toimp2016-03-281-22/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-5/+5
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-10/+10
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+2
* Revert r267961, r267973:gjb2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+2
* 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
OpenPOWER on IntegriCloud