Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some missing GEM_SBUS_CONFIG bits. | 2009-07-12 | 1 | -1/+3 | |
| | | | | ok miod@, jsg@ | ||||
* | Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@. | 2009-03-22 | 1 | -1/+4 | |
| | | | | ok dlg@ | ||||
* | Add more initialisation steps (read reset register; pause; set burst size | 2008-11-07 | 1 | -1/+3 | |
| | | | | | | in config register). From NetBSD | ||||
* | - According to the Apple GMAC driver, the GEM ASIC specification and | 2008-11-07 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | 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. | ||||
* | spelling in comment fix | 2007-05-18 | 1 | -2/+2 | |
| | |||||
* | additional registers and some comment fixes. | 2006-11-25 | 1 | -53/+68 | |
| | | | | From NetBSD | ||||
* | remove whitespace | 2005-08-01 | 1 | -6/+6 | |
| | |||||
* | remove unused GEM_MTU | 2004-09-28 | 1 | -8/+1 | |
| | |||||
* | typos from Tom Cosgrove; | 2003-10-21 | 1 | -6/+6 | |
| | | | | | | | | 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 | ||||
* | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | 2002-06-07 | 1 | -2/+2 | |
| | |||||
* | Revert to previous (non hacked =) version now that the iommu is handled | 2002-02-22 | 1 | -7/+8 | |
| | | | | correctly and it doesn't crash | ||||
* | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and | 2002-01-28 | 1 | -8/+7 | |
| | | | | copies). This makes the Blade100 gem stable for me. | ||||
* | $OpenBSD$ | 2001-12-14 | 1 | -0/+1 | |
| | |||||
* | changes to work with 32bit platforms and get ethernet address on powerpc. | 2001-12-13 | 1 | -1/+2 | |
| | | | | Inspired by NetBSD. | ||||
* | solve mtu problem a little more elegantly (ramdisk works on blade100 and | 2001-09-23 | 1 | -0/+7 | |
| | | | | u5 now). | ||||
* | openbsd style %b handling | 2001-09-21 | 1 | -5/+5 | |
| | |||||
* | Driver for Sun GEM ethernet. Not ready yet. | 2001-09-21 | 1 | -0/+533 | |
From NetBSD |