index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
evbppc
/
explora
/
dev
/
le_elb.c
Age
Commit message (
Collapse
)
Author
2022-05-29
le(4): Fix resource leaks for error paths.
rin
XXX Compile test only (at least one arch per driver).
2021-12-08
fix various typos in comments and log messages.
andvar
2021-03-02
Convert to intr_establish_xname().
rin
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-04
Split device_t/softc for le(4) and variants and misc cosmetic changes.
tsutsui
2007-03-07
Add a required __UNVOLATILE() around argument to memcpy() / memset().
he
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
2003-08-16
Add bus_dmamap_sync as dma regions are no longer uncached.
hannken
2003-07-15
__KERNEL_RCSID()
lukem
2003-03-11
Add a port to the NCD Explora451 ThinClient.
hannken
- Supported devices: le, com, lpt, pckbd, frame buffer. - Support missing: phy, audio, pcmcia. - Boots from network or md. Approved by: Eduardo Horvath <eeh@netbsd.org>