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
/
ic
/
gem.c
Age
Commit message (
Expand
)
Author
2003-10-26
Another possibly uninitialized lasttx
christos
2003-10-26
Don't return random garbage in the default case; return the smallest ring
christos
2003-08-24
make this build with GEM_DEBUG. fix rxhist counters.
chs
2003-05-03
DMA, not dma nor Dma.
wiz
2003-02-26
Add MBUFTRACE kernel option.
matt
2003-02-20
Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces an
matt
2003-01-31
Use aprint_*().
thorpej
2002-10-22
Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK
fair
2002-08-28
From OpenBSD:
matt
2002-06-01
SIMPLEQ rototill:
lukem
2002-05-15
Let's put a s = splnet(); to match the splx(s); already in the routine.
matt
2002-05-15
Only enable detailed evcnts if GEM_COUNTERS is defined. But always count
matt
2002-05-15
Add evcnt stuff for interrupts.
matt
2002-05-14
Fix initialization of GEM_RX_MAC_INTR. 1 means mask.
matt
2002-05-11
Supress RX_MAC interrupts regarding the FRAME_COUNT register.
matt
2002-05-11
Many fixes. Multicast hash filter works now. Autonegotiation with GigE
matt
2002-05-08
If the detected media is gigabit, change the gem to use GMII mode otherwise
matt
2002-03-29
Correct a comment and cleanup slightly how the local ethernet is programmed
matt
2002-01-19
Remove some obsolete code.
eeh
2001-11-17
Back out the last two changes I made to this driver -- some people
thorpej
2001-11-13
add/cleanup RCSID
lukem
2001-10-21
Reserve one descriptor at the end of the ring as a termination point,
thorpej
2001-10-20
gem_init(): Don't call gem_mii_statchg() directly. Instead, call
thorpej
2001-10-18
Yet more cruft removal.
thorpej
2001-10-18
Remove more cruft left over from copying bits of other drivers.
thorpej
2001-10-18
Remove some more stuff left over from copying bits of the HME driver.
thorpej
2001-10-18
Manipulate the Tx desc pointer as 2 32-bit values, just as
thorpej
2001-10-01
Remove some debug messages.
eeh
2001-10-01
Increase receive ring to 128 entries and handle both endian devices.
eeh
2001-09-16
Driver for Sun GEM gigabit ethernet, Sun ERI 10/100, and Apple GMAC.
eeh