summaryrefslogtreecommitdiff
path: root/sys/dev/ic/gemvar.h
AgeCommit message (Expand)Author
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-03-22Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@.Mark Kettenis
2008-12-14Switch gem(4) over to using MCLGETI when allocating mbufs for the rx ring.Mark Kettenis
2008-11-07Simplify the interface flag handling in the ioctl handler.Brad Smith
2008-08-30garbage collect the no longer used GEM_IS_APPLE macro.Brad Smith
2007-04-19Cleanup phy selection code, simplifying the code considerably. Attach onlyMark Kettenis
2006-12-21betetr yet, just nuke sc_enaddr all together, just fill in arpcom andJason Wright
2006-11-25Split the GEM registers into two halfs and provide a bus_space_handle_tBrad Smith
2006-04-10fix the macro so gem recognizes the Intrepid 2 GMAC.Brad Smith
2006-04-10recognize the Intrepid 2 GMACBrad Smith
2006-02-05and the softc addition too.Brad Smith
2005-10-17Start using the unused sc_variant to identify the GMAC vendor and chipsetBrad Smith
2005-08-01remove whitespaceBrad Smith
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2002-06-07Multicast fixes, Gig-E support, mostly from netbsd. ok jason@Dale Rahn
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Revert to previous (non hacked =) version now that the iommu is handledJason Wright
2002-01-28Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andJason Wright
2001-12-14$OpenBSD$Dale Rahn
2001-10-03Rewrite transmit handling (looks something more like hme), also takes advantageJason Wright
2001-10-02increase rx descriptors, remove some debugging code, deal with different endi...Jason Wright
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski