Age | Commit message (Expand) | Author |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-07-23 | Use pci_mapreg_map() to map ROM. | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
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 | ANSI | Brad Smith |
2006-11-25 | Split the GEM registers into two halfs and provide a bus_space_handle_t | Brad Smith |
2006-10-15 | Fix last commit. | Mark Kettenis |
2006-10-15 | Get MAC address from VPD, just like we already do for hme(4). | Mark Kettenis |
2006-04-10 | recognize the Intrepid 2 GMAC | Brad Smith |
2005-11-02 | - unmap resources allocated by pci_mapreg_map() on failure to attach | Brad Smith |
2005-10-17 | Start using the unused sc_variant to identify the GMAC vendor and chipset | Brad Smith |
2005-10-01 | update names. | Brad Smith |
2005-09-30 | Add support for K2 GMAC. | Mark Kettenis |
2005-09-29 | Add support for Shasta GMAC. | Mark Kettenis |
2005-08-01 | remove whitespace | Brad Smith |
2005-04-22 | sparc -> sparc64 | Brad Smith |
2004-06-20 | take 2 times less room in dmesg, prettier too | Peter Valchev |
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith |
2002-11-20 | Grrr, missed this in the pci id match | Jason Wright |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-07-26 | Recognize additional gem pci id, from NetBSD. | Dale Rahn |
2002-03-15 | Try 'local-mac-address' before myetheraddr(). This allows us to correctly | Jason Wright |
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-12-13 | changes to work with 32bit platforms and get ethernet address on powerpc. | Dale Rahn |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-29 | Pretty the printout (don't know if it's right, but it does the job). | Artur Grabowski |
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski |