index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
cardbus
Age
Commit message (
Expand
)
Author
2024-09-04
Fix some spelling.
Marcus Glocker
2024-05-24
remove unneeded includes
Jonathan Gray
2024-01-19
consolidate pci and cardbus detach code, and have it detach kstats.
David Gwynne
2023-01-04
Ichiro FUKUHARA agreed to rescind clause 3 and 4 in
Jonathan Gray
2022-07-24
Update Atheros AR928X pcidev string
Klemens Nanni
2022-04-06
constify struct cfattach
Christian Weisgerber
2021-04-15
Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.
Stefan Sperling
2020-06-17
Remove the bus specific sc_ih (interrup handle) variable and use the common
Claudio Jeker
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-01-05
consistently uppercase pci product defines
Jonathan Gray
2019-11-30
cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2019-01-07
tweak ohci_checkrev so it doesnt print a leading comma and space.
David Gwynne
2018-02-14
prune files.* entries that refer to files not in tree
Jonathan Gray
2017-01-12
Finish initial 11n support for athn(4).
Stefan Sperling
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-08-24
pool_setipl for cardbus and drm pools.
David Gwynne
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-14
Various *syncron* -> *synchron* typos.
Miod Vallat
2015-11-11
mark ehci_intr() as IPL_MPSAFE here as well
Jonathan Gray
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-05-04
Fix some misuse of the | operator. In particular | has higher
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-12-19
if you really must look inside the pool to decide if you've called
Ted Unangst
2014-12-18
Merge from NetBSD r1.54 from Matthias Drochner:
Martin Pieuchot
2014-11-24
use the correct capitalization for Realtek.
Brad Smith
2014-11-18
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-10-18
Remove even more unnecessary `needs-flag' attributes from config machinery,
Miod Vallat
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-06
Various changes to the re(4) feature flags..
Brad Smith
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-17
Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().
Stefan Sperling
2014-05-16
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2013-10-30
Replace workqs with tasks.
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-06-20
Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD's
Martin Pieuchot
2013-05-30
Enforce ca_activate tree-walks over the entire heirarchy for all events,
Theo de Raadt
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-07
Sort the CardBus ids.
Brad Smith
[next]