aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Create wrapper for Giant taken for newbusWarner Losh2022-06-211-2/+2
* pccard: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+2
* Use better gone_in_dev rather than just gone_in to print the device name.Warner Losh2020-08-181-1/+1
* Document that PC Card will likely be removed before 13.Warner Losh2020-08-181-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Fix a minor typoOlivier Cochard2019-09-241-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-3/+4
* Fix a race between setting up the interrupt handler and it firing byWarner Losh2019-01-071-4/+7
* pccard: recode to use devctl_safe_quote_sb instead of devctl_safe_quote.Warner Losh2018-06-271-6/+12
* Push down Giant one layer. In the days of yore, back when PenitumsWarner Losh2018-03-201-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-3/+3
* Move pccard_safe_quote() up to subr_bus.c and rename toWarner Losh2016-03-281-22/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-5/+5
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-10/+10
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Simplify resource activation a bit.Warner Losh2012-06-281-16/+26
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Make a couple of debug printfs DEVPRINTF.Warner Losh2011-06-061-4/+4
* Add in parsing of the disk FUNCE tuples.Warner Losh2009-03-031-0/+4
* Bring consistent debugging output for all values that are supposedWojciech A. Koszek2009-02-051-10/+10
* Fix parameter types for set_res_flags and read_ivarsWarner Losh2009-02-051-4/+4
* Fix a small problem in the comment about departure from NetBSD.Warner Losh2008-08-071-1/+1
* Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)Warner Losh2008-08-071-17/+3
* Unify the initial card probe/attach procedure with the kldloadWarner Losh2008-08-061-63/+111
* only register a ithread handler if the card requests an ithreadWarner Losh2007-06-161-3/+2
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...Paolo Pisati2007-05-311-16/+19
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-9/+22
* We need to free the ivars for the child that we just deleted.Warner Losh2007-02-031-0/+3
* When pccard_safe_quote is passed NULL for src, it shouldn't panic.Warner Losh2006-04-271-1/+1
* Add some sanity checking to the pccard insertion case. Whine if theWarner Losh2005-12-281-4/+6
* Remove compat layer for OLDCARD compatibility. All instances of itWarner Losh2005-09-221-26/+0
* remove some dead codeWarner Losh2005-09-201-9/+1
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.Warner Losh2005-09-201-1/+6
* Add a few new functions interfaces to allow reading/writing attributeWarner Losh2005-09-131-1/+89
* Define and use PCCARD_MEM_PAGE_SIZE.Warner Losh2005-09-131-1/+1
* Insert missing int i;Warner Losh2005-07-151-0/+1
* Also provide the function type in the nomatch routine.Warner Losh2005-07-141-4/+7
* o Check to make sure the card has a function (panic if not) in read_ivar.Warner Losh2005-07-131-44/+64
* Add a much-requested feature: The ability for pccard attachments toWarner Losh2005-07-011-0/+1
* Big cleanup of resource code for pccard. Once coventry noticedWarner Losh2005-04-121-101/+30
* Cleanup of resource allocation code after having my attention focused onWarner Losh2005-04-121-31/+61
* Use return value of resource_list_add to avoid a secondWarner Losh2005-04-121-7/+11
* Need to initialize the resource list that we keep for our children.Warner Losh2005-03-181-0/+1