summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_gem_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework gem_start to check that there's enough space in the ring beforejmatthew2015-11-281-6/+5
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-3/+2
* Remove uneeded <net/bpf.h> include which was never used as itjsg2012-10-161-5/+1
* Simplify the gem(4) variant detection code a bit.brad2012-09-301-14/+11
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-7/+28
* Use pci_mapreg_map() to map ROM.kettenis2009-07-231-12/+7
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* Cleanup phy selection code, simplifying the code considerably. Attach onlykettenis2007-04-191-8/+8
* betetr yet, just nuke sc_enaddr all together, just fill in arpcom andjason2006-12-211-5/+5
* ANSIbrad2006-11-251-8/+3
* Split the GEM registers into two halfs and provide a bus_space_handle_tbrad2006-11-251-3/+10
* Fix last commit.kettenis2006-10-151-2/+3
* Get MAC address from VPD, just like we already do for hme(4).kettenis2006-10-151-7/+104
* recognize the Intrepid 2 GMACbrad2006-04-101-1/+4
* - unmap resources allocated by pci_mapreg_map() on failure to attachbrad2005-11-021-13/+15
* Start using the unused sc_variant to identify the GMAC vendor and chipsetbrad2005-10-171-1/+16
* update names.brad2005-10-011-5/+5
* Add support for K2 GMAC.kettenis2005-09-301-1/+2
* Add support for Shasta GMAC.kettenis2005-09-291-1/+2
* remove whitespacebrad2005-08-011-7/+7
* sparc -> sparc64brad2005-04-221-3/+3
* take 2 times less room in dmesg, prettier toopvalchev2004-06-201-14/+9
* no vtophys(), don't need uvm_extern.h anymore.brad2003-12-291-3/+1
* Grrr, missed this in the pci id matchjason2002-11-201-1/+2
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-15/+10
* Recognize additional gem pci id, from NetBSD.drahn2002-07-261-2/+3
* Try 'local-mac-address' before myetheraddr(). This allows us to correctlyjason2002-03-151-10/+8
* First round of __P removal in sysmillert2002-03-141-4/+4
* Revert to previous (non hacked =) version now that the iommu is handledjason2002-02-221-5/+14
* Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andjason2002-01-281-14/+5
* $OpenBSD$drahn2001-12-141-0/+1
* changes to work with 32bit platforms and get ethernet address on powerpc.drahn2001-12-131-0/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-1/+0
* Pretty the printout (don't know if it's right, but it does the job).art2001-09-291-0/+1
* Driver for Sun GEM ethernet. Not ready yet.art2001-09-211-0/+193