summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/if_hme_sbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Fewer <netinet/in_systm.h>mpi2014-08-111-5/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Don't attach when the PROM didn't give us an interrupt. Fix printed messageskettenis2009-07-121-16/+16
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* betetr yet, just nuke sc_enaddr all together, just fill in arpcom andjason2006-12-211-3/+3
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-6/+1
* tidy up dmesg printing a bit, makes PCI hme only take 2 linesbrad2005-10-211-2/+3
* handle burst size of 64brad2005-04-011-3/+9
* ansify and remove staticsjason2003-07-071-8/+3
* These don't need linear mappings either.jason2003-06-271-26/+16
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-2/+2
* Add support for the Sun Enterprise 450henric2003-02-171-6/+6
* First round of __P removal in sysmillert2002-03-141-4/+4
* Try fetching the mac address from the local-mac-address property, and ifjason2002-03-131-2/+5
* sbus specific driver for hme (from netbsd)jason2001-08-211-0/+208