summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_gem_pci.c
AgeCommit message (Expand)Author
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2007-04-19Cleanup phy selection code, simplifying the code considerably. Attach onlyMark Kettenis
2006-12-21betetr yet, just nuke sc_enaddr all together, just fill in arpcom andJason Wright
2006-11-25ANSIBrad Smith
2006-11-25Split the GEM registers into two halfs and provide a bus_space_handle_tBrad Smith
2006-10-15Fix last commit.Mark Kettenis
2006-10-15Get MAC address from VPD, just like we already do for hme(4).Mark Kettenis
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