summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_hme_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove clause #3 from mrg@NetBSD license.mpi2019-12-051-3/+1
* 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
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-6/+24
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* Be a little more tolerant about matching ROMs. Makes todd@'s quad hme(4) getkettenis2009-01-281-12/+17
* Don't map the full 16 MB PROM to prevent running out of kva. We're onlykettenis2009-01-281-2/+3
* betetr yet, just nuke sc_enaddr all together, just fill in arpcom andjason2006-12-211-6/+6
* Fix indentation.kettenis2006-10-151-2/+2
* - __sparc__ -> __sparc64__brad2005-10-271-14/+16
* tidy up dmesg printing a bit, makes PCI hme only take 2 linesbrad2005-10-211-13/+9
* Do not do arithmetic on bus_space_handle_t.henric2003-02-141-5/+9
* Try to fetch MAC address from ebus bridge; based on NetBSDjason2003-02-101-7/+112
* First round of __P removal in sysmillert2002-03-141-4/+4
* Fetch mac address from local-mac-address property, and use myetheraddr() onlyjason2002-03-131-2/+5
* Hmm, too bad the interrupts do not configure. need pci_intr_fixup().drahn2001-12-141-2/+8
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* only include <machine/autoconf.h> on sparc64jason2001-08-231-1/+3
* pci bus frontend for hme from netbsdjason2001-08-221-0/+189