| Commit message (Expand) | Author | Age | Files | Lines |
| * | use nitems(); no binary change for drivers that are compiled on amd64. |  jasper | 2011-04-03 | 1 | -2/+2 |
| * | Add detach support to a few more drivers, and in others do the neccessary |  deraadt | 2009-10-15 | 1 | -7/+28 |
| * | Use pci_mapreg_map() to map ROM. |  kettenis | 2009-07-23 | 1 | -12/+7 |
| * | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -2/+2 |
| * | Cleanup phy selection code, simplifying the code considerably. Attach only |  kettenis | 2007-04-19 | 1 | -8/+8 |
| * | betetr yet, just nuke sc_enaddr all together, just fill in arpcom and |  jason | 2006-12-21 | 1 | -5/+5 |
| * | ANSI |  brad | 2006-11-25 | 1 | -8/+3 |
| * | Split the GEM registers into two halfs and provide a bus_space_handle_t |  brad | 2006-11-25 | 1 | -3/+10 |
| * | Fix last commit. |  kettenis | 2006-10-15 | 1 | -2/+3 |
| * | Get MAC address from VPD, just like we already do for hme(4). |  kettenis | 2006-10-15 | 1 | -7/+104 |
| * | recognize the Intrepid 2 GMAC |  brad | 2006-04-10 | 1 | -1/+4 |
| * | - unmap resources allocated by pci_mapreg_map() on failure to attach |  brad | 2005-11-02 | 1 | -13/+15 |
| * | Start using the unused sc_variant to identify the GMAC vendor and chipset |  brad | 2005-10-17 | 1 | -1/+16 |
| * | update names. |  brad | 2005-10-01 | 1 | -5/+5 |
| * | Add support for K2 GMAC. |  kettenis | 2005-09-30 | 1 | -1/+2 |
| * | Add support for Shasta GMAC. |  kettenis | 2005-09-29 | 1 | -1/+2 |
| * | remove whitespace |  brad | 2005-08-01 | 1 | -7/+7 |
| * | sparc -> sparc64 |  brad | 2005-04-22 | 1 | -3/+3 |
| * | take 2 times less room in dmesg, prettier too |  pvalchev | 2004-06-20 | 1 | -14/+9 |
| * | no vtophys(), don't need uvm_extern.h anymore. |  brad | 2003-12-29 | 1 | -3/+1 |
| * | Grrr, missed this in the pci id match |  jason | 2002-11-20 | 1 | -1/+2 |
| * | Add a simplistic table driven lookup routine and use it where appropriate. |  jason | 2002-11-19 | 1 | -15/+10 |
| * | Recognize additional gem pci id, from NetBSD. |  drahn | 2002-07-26 | 1 | -2/+3 |
| * | Try 'local-mac-address' before myetheraddr(). This allows us to correctly |  jason | 2002-03-15 | 1 | -10/+8 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -4/+4 |
| * | Revert to previous (non hacked =) version now that the iommu is handled |  jason | 2002-02-22 | 1 | -5/+14 |
| * | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and |  jason | 2002-01-28 | 1 | -14/+5 |
| * | $OpenBSD$ |  drahn | 2001-12-14 | 1 | -0/+1 |
| * | changes to work with 32bit platforms and get ethernet address on powerpc. |  drahn | 2001-12-13 | 1 | -0/+3 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -1/+0 |
| * | Pretty the printout (don't know if it's right, but it does the job). |  art | 2001-09-29 | 1 | -0/+1 |
| * | Driver for Sun GEM ethernet. Not ready yet. |  art | 2001-09-21 | 1 | -0/+193 |