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
/
sgimips
/
mace
Age
Commit message (
Expand
)
Author
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-07-07
Overhaul the interface to pci_configure_bus():
thorpej
2020-06-14
replace EX_NOWAIT with EX_WAITOK in device attach methods.
chs
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-12-26
s/lenght/length/
msaitoh
2019-10-01
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
chs
2019-06-07
mavb supports only playback for now, so drop FULLDUPLEX and INDEPENDENT
isaki
2019-05-30
Simplify MII structure initialization and reference. No functional change.
msaitoh
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
-No functional change:
msaitoh
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki
2019-03-16
Use C99 style struct initializer to audio_hw_if.
isaki
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-12-08
Clean up initialization of com_regs structure, in preparation for
thorpej
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-03-23
No need to print interrupt status for RX underflow as this status bit is hand...
jmcneill
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-08-05
simplify macepci_intr():
macallan
2016-07-13
appease gcc by removing now unnecessary cast
macallan
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-10-02
PCI Extended Configuration stuff written by nonaka@:
msaitoh
2015-09-30
pass the port's hardware address in COM_INIT_REGS() so the com driver can
macallan
2015-09-24
on mips64 we can use the whole PCI space, not just the two 32MB windows
macallan
2015-06-30
shorten the interrupt name so the level field is actually readable in systat
macallan
2015-04-13
Missed a spot: rnd.h -> rndsource.h.
riastradh
2015-04-04
malloc() -> kmem_alloc() for private data, also kmem_free() them if we
macallan
2015-02-18
switch sgimips to common bus_dma and bus_space in arch/mips/
macallan
2015-02-17
move DAC1 output channel to master so things like OSS and kmix work
macallan
2014-11-20
use the inline bcdtobin and bintobcd directly instead through a macro.
christos
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2014-03-26
kill sprintf.
christos
2013-12-16
- remove unused variables
mrg
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2012-01-27
converting extent(9) from malloc(9) to kmem(9)
para
2011-11-23
Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From
jmcneill
2011-11-19
First step of random number subsystem rework described in
tls
2011-08-18
device_t-ify
macallan
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-05-17
PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional
dyoung
2011-05-11
Now that GENERIC32_IPX3x builds again, fix some pci_attach_args
dyoung
2011-02-20
Merge forward matt-nb5-mips64
matt
2011-01-10
Use ether_aton_r() in sys/net/if_ethersubr.c instead of home grown copies.
tsutsui
[next]