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
/
dev
/
pci
/
if_bge.c
Age
Commit message (
Expand
)
Author
2022-10-11
fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ and
andvar
2022-09-04
bge(4): Use BUS_DMA_WAITOK in ring initilization now that it's safe
skrll
2022-09-04
bge(4): fix the MP improvements and improve some more.
skrll
2022-09-04
bge(4): use a local variable to make bge_ifmedia initialization pretty.
skrll
2022-08-27
Convert bge_pending_rxintr_change to a bool (from int)
skrll
2022-08-27
Include headers once (and don't pretend this compiles without INET)
skrll
2022-08-27
Correct the abbreviation of approximately to 'approx.'
skrll
2022-08-25
G/C
skrll
2022-08-19
Make bge_detaching a bool. NFC.
skrll
2022-08-19
softc member naming consistency with wm(4). (Taylor made me do it... not
skrll
2022-08-19
Should be checking ifp->if_flags in bge_init and not sc->bge_if_flags.
skrll
2022-08-14
bge: Use BUS_DMA_WAITOK in attach routines.
skrll
2022-08-14
bge: Mirror the bus_dma RX buffer changes in the OpenBSD driver
skrll
2022-08-14
Make bge(4) MP safe
skrll
2022-08-14
bge: Fix bge_ring_map bus_dmamap_sync POST{READ,WRITE} operations.
skrll
2022-08-07
Provide and use (when appropriate) a bge_free_jumbo_mem.
skrll
2022-08-07
Misc tidyup. NFC.
skrll
2022-08-07
Unwrap a long line and remove unecessary brackets. NFC.
skrll
2022-08-07
Fix the KNF. oops.
skrll
2022-08-07
whitespace
skrll
2022-08-07
KNF
skrll
2022-07-26
Whitespace
skrll
2022-07-22
malloc -> kmem.
skrll
2022-07-03
*** empty log message ***
skrll
2022-07-03
KNF
skrll
2022-07-03
Perform a BUS_DMASYNC_POSTREAD on the bge_status_block before reading from
skrll
2022-07-02
KNF. Remove brackets around return values.
skrll
2022-07-02
One timeout message (the write one) in bge_miibus_writereg is enough.
skrll
2022-07-02
Modernise bge_update_all_threshes. Same code before and after.
skrll
2022-07-02
Simplification. Same code before and after.
skrll
2022-07-02
More const. Remove strange ifp assignments in bge_init.
skrll
2022-06-30
KNF some comments
skrll
2022-06-30
Remove strange (duplicate) assignment.
skrll
2022-06-30
KNF
skrll
2022-06-28
Sprinkle some const. Same code before and after.
skrll
2022-05-19
For chips which contain an ASF/IPMI firmware, instruct the chip to shut the h...
buhrow
2022-04-07
fix various typos in comments.
andvar
2022-01-22
Explicitly cast a 40-bit mask to bus_addr_t in a dead branch (gcc apparently
martin
2022-01-22
Ensure bus_dmatag_subregion is called with an inclusive max_addr
skrll
2021-09-16
fix various typos, mainly in comments.
andvar
2021-09-03
fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/
andvar
2021-08-30
bge_txeof/bge_rxeof may be called with no pending descriptors, so skip
jmcneill
2020-07-02
prop_data_data_nocopy -> prop_data_value
msaitoh
2020-02-07
Use callout_setfunc() / callout_schedule().
thorpej
2020-02-04
Use ifmedia_fini().
thorpej
2020-02-01
Adopt <net/if_stats.h>.
thorpej
2019-11-25
Modify PHY initialization code. This change fix a bug that SK-9D21 doesn't
msaitoh
2019-11-25
- Use *_FLUSH() more. The main purpose is to wait following delay() correctly.
msaitoh
2019-11-25
Fix a bug that SK-9D41 can't detect fiber media. Check the subsystem ID
msaitoh
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
[next]