summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweak ohci_checkrev so it doesnt print a leading comma and space.dlg2019-01-071-2/+2
* prune files.* entries that refer to files not in treejsg2018-02-141-7/+1
* Finish initial 11n support for athn(4).stsp2017-01-121-1/+2
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-3/+2
* pool_setipl for cardbus and drm pools.dlg2016-08-241-2/+4
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-5/+2
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-2412-25/+14
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-244-9/+5
* Various *syncron* -> *synchron* typos.miod2015-11-141-2/+2
* mark ehci_intr() as IPL_MPSAFE here as welljsg2015-11-111-2/+2
* fairly simple sizes for free(); ok teduderaadt2015-08-282-7/+7
* Fix some misuse of the | operator. In particular | has higherjsg2015-05-041-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-1413-27/+13
* remove the second void * argument on tasks.dlg2015-01-271-4/+4
* unifdef INETtedu2014-12-224-12/+4
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-195-15/+10
* if you really must look inside the pool to decide if you've calledtedu2014-12-191-2/+2
* Merge from NetBSD r1.54 from Matthias Drochner:mpi2014-12-182-23/+16
* use the correct capitalization for Realtek.brad2014-11-243-8/+8
* Nuke yet more obvious #include duplications.krw2014-11-181-2/+1
* Remove even more unnecessary `needs-flag' attributes from config machinery,miod2014-10-181-2/+2
* remove uneeded proc.h includesjsg2014-09-146-12/+6
* Various changes to the re(4) feature flags..brad2014-09-061-1/+3
* Fewer <netinet/in_systm.h>mpi2014-08-114-20/+4
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-122-7/+7
* Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().stsp2014-05-171-10/+1
* There is no need to remember which usb(4) device is the child of an USBmpi2014-05-163-12/+9
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-065-21/+12
* replace workqs with tasks for handling resumedlg2013-11-143-9/+10
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* Replace workqs with tasks.mpi2013-10-302-4/+16
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-074-8/+4
* Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD'smpi2013-06-202-8/+2
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-302-6/+4
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-153-6/+6
* Sort the CardBus ids.brad2013-03-071-5/+5
* Fix and simplify determining whether we're using a 8129 or 8139 chipset. Onlybrad2013-03-071-2/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-5/+2
* Support NetMos NM9820 cardbus (added to puc as well, for thederaadt2012-07-121-1/+3
* Simplify various parts of the puc(4) attachment code. Tested lightlyderaadt2011-11-151-2/+2
* add support for WCH CH352 serialjsg2011-10-091-1/+3
* - use nitems(); no binary change@jasper2011-04-026-18/+12
* clear pci configuration register 0x41 on resume, like during attach.damien2011-01-081-3/+3
* move the printing of the MAC address to the same line than the MAC rev.damien2010-12-311-2/+2
* Make the athn(4) back-end more bus agnostic by moving read and writedamien2010-12-311-10/+44
* fix up a pointer bug introduced in the previous revisionmikeb2010-11-151-3/+3
* remove unused offset argument to rbus functionsjsg2010-09-222-19/+14
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-072-27/+2