Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-12 | Add some missing GEM_SBUS_CONFIG bits. | Mark Kettenis | |
ok miod@, jsg@ | |||
2009-03-22 | Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@. | Mark Kettenis | |
ok dlg@ | |||
2008-11-07 | Add more initialisation steps (read reset register; pause; set burst size | Brad Smith | |
in config register). From NetBSD | |||
2008-11-07 | - According to the Apple GMAC driver, the GEM ASIC specification and | Brad Smith | |
the OpenSolaris eri(7D) the TX FIFO threshold has to be set to 0x4ff for the Gigabit variants and 0x100 for the ERI in order to avoid TX underruns. - Turn on workarounds for silicon bugs in the Apple GMAC variants. This was based on information obtained from the Darwin GMAC and Linux GEM drivers. - Turn on "infinite" (i.e. maximum 31 * 64 bytes in length) DMA bursts. From FreeBSD Tested by a few users with Apple GMAC's and Sun ERI. | |||
2007-05-18 | spelling in comment fix | David Gwynne | |
2006-11-25 | additional registers and some comment fixes. | Brad Smith | |
From NetBSD | |||
2005-08-01 | remove whitespace | Brad Smith | |
2004-09-28 | remove unused GEM_MTU | Brad Smith | |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre | |
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural | |||
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn | |
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright | |
correctly and it doesn't crash | |||
2002-01-28 | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and | Jason Wright | |
copies). This makes the Blade100 gem stable for me. | |||
2001-12-14 | $OpenBSD$ | Dale Rahn | |
2001-12-13 | changes to work with 32bit platforms and get ethernet address on powerpc. | Dale Rahn | |
Inspired by NetBSD. | |||
2001-09-23 | solve mtu problem a little more elegantly (ramdisk works on blade100 and | Jason Wright | |
u5 now). | |||
2001-09-21 | openbsd style %b handling | Jason Wright | |
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski | |
From NetBSD |