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
/
ic
/
gemvar.h
Age
Commit message (
Expand
)
Author
2008-12-14
Switch gem(4) over to using MCLGETI when allocating mbufs for the rx ring.
Mark Kettenis
2008-11-07
Simplify the interface flag handling in the ioctl handler.
Brad Smith
2008-08-30
garbage collect the no longer used GEM_IS_APPLE macro.
Brad Smith
2007-04-19
Cleanup phy selection code, simplifying the code considerably. Attach only
Mark Kettenis
2006-12-21
betetr yet, just nuke sc_enaddr all together, just fill in arpcom and
Jason Wright
2006-11-25
Split the GEM registers into two halfs and provide a bus_space_handle_t
Brad Smith
2006-04-10
fix the macro so gem recognizes the Intrepid 2 GMAC.
Brad Smith
2006-04-10
recognize the Intrepid 2 GMAC
Brad Smith
2006-02-05
and the softc addition too.
Brad Smith
2005-10-17
Start using the unused sc_variant to identify the GMAC vendor and chipset
Brad Smith
2005-08-01
remove whitespace
Brad Smith
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2002-06-07
Multicast fixes, Gig-E support, mostly from netbsd. ok jason@
Dale Rahn
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-22
Revert to previous (non hacked =) version now that the iommu is handled
Jason Wright
2002-01-28
Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and
Jason Wright
2001-12-14
$OpenBSD$
Dale Rahn
2001-10-03
Rewrite transmit handling (looks something more like hme), also takes advantage
Jason Wright
2001-10-02
increase rx descriptors, remove some debugging code, deal with different endi...
Jason Wright
2001-09-21
Driver for Sun GEM ethernet. Not ready yet.
Artur Grabowski