summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus
AgeCommit message (Expand)AuthorFilesLines
2020-06-17Remove the bus specific sc_ih (interrup handle) variable and use the commonclaudio2-13/+11
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi1-2/+1
2020-01-05consistently uppercase pci product definesjsg1-2/+2
2019-11-30cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha1-3/+3
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.dlg1-2/+2
2018-02-14prune files.* entries that refer to files not in treejsg1-7/+1
2017-01-12Finish initial 11n support for athn(4).stsp1-1/+2
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg1-3/+2
2016-08-24pool_setipl for cardbus and drm pools.dlg1-2/+4
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi1-5/+2
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi12-25/+14
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi4-9/+5
2015-11-14Various *syncron* -> *synchron* typos.miod1-2/+2
2015-11-11mark ehci_intr() as IPL_MPSAFE here as welljsg1-2/+2
2015-08-28fairly simple sizes for free(); ok teduderaadt2-7/+7
2015-05-04Fix some misuse of the | operator. In particular | has higherjsg1-2/+2
2015-03-14Remove some includes include-what-you-use claims don'tjsg13-27/+13
2015-01-27remove the second void * argument on tasks.dlg1-4/+4
2014-12-22unifdef INETtedu4-12/+4
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>guenther5-15/+10
2014-12-19if you really must look inside the pool to decide if you've calledtedu1-2/+2
2014-12-18Merge from NetBSD r1.54 from Matthias Drochner:mpi2-23/+16
2014-11-24use the correct capitalization for Realtek.brad3-8/+8
2014-11-18Nuke yet more obvious #include duplications.krw1-2/+1
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,miod1-2/+2
2014-09-14remove uneeded proc.h includesjsg6-12/+6
2014-09-06Various changes to the re(4) feature flags..brad1-1/+3
2014-08-11Fewer <netinet/in_systm.h>mpi4-20/+4
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu2-7/+7
2014-05-17Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().stsp1-10/+1
2014-05-16There is no need to remember which usb(4) device is the child of an USBmpi3-12/+9
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt5-21/+12
2013-11-14replace workqs with tasks for handling resumedlg3-9/+10
2013-11-14replace workqs with tasks for handling resumedlg1-2/+2
2013-11-14replace workqs with tasks for handling resumedlg1-2/+2
2013-10-30Replace workqs with tasks.mpi2-4/+16
2013-08-07Most network drivers include netinet/in_var.h, but apparently theybluhm4-8/+4
2013-06-20Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD'smpi2-8/+2
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2-6/+4
2013-04-15Get rid of various 'typedef struct' definitions and use plain structuremglocker3-6/+6
2013-03-07Sort the CardBus ids.brad1-5/+5
2013-03-07Fix and simplify determining whether we're using a 8129 or 8139 chipset. Onlybrad1-2/+1
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-3/+1
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codederaadt1-5/+2
2012-07-12Support NetMos NM9820 cardbus (added to puc as well, for thederaadt1-1/+3
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyderaadt1-2/+2
2011-10-09add support for WCH CH352 serialjsg1-1/+3
2011-04-02- use nitems(); no binary change@jasper6-18/+12
2011-01-08clear pci configuration register 0x41 on resume, like during attach.damien1-3/+3
2010-12-31move the printing of the MAC address to the same line than the MAC rev.damien1-2/+2