summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_gem_pci.c
AgeCommit message (Expand)Author
2006-04-10recognize the Intrepid 2 GMACBrad Smith
2005-11-02- unmap resources allocated by pci_mapreg_map() on failure to attachBrad Smith
2005-10-17Start using the unused sc_variant to identify the GMAC vendor and chipsetBrad Smith
2005-10-01update names.Brad Smith
2005-09-30Add support for K2 GMAC.Mark Kettenis
2005-09-29Add support for Shasta GMAC.Mark Kettenis
2005-08-01remove whitespaceBrad Smith
2005-04-22sparc -> sparc64Brad Smith
2004-06-20take 2 times less room in dmesg, prettier tooPeter Valchev
2003-12-29no vtophys(), don't need uvm_extern.h anymore.Brad Smith
2002-11-20Grrr, missed this in the pci id matchJason Wright
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-07-26Recognize additional gem pci id, from NetBSD.Dale Rahn
2002-03-15Try 'local-mac-address' before myetheraddr(). This allows us to correctlyJason Wright
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-12-13changes to work with 32bit platforms and get ethernet address on powerpc.Dale Rahn
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-29Pretty the printout (don't know if it's right, but it does the job).Artur Grabowski
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski