summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/if_gem_sbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework gem_start to check that there's enough space in the ring beforejmatthew2015-11-281-3/+3
* 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-9/+12
* Add more initialisation steps (read reset register; pause; set burst sizebrad2008-11-071-2/+6
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* nuke sc_enaddr here toojason2006-12-211-3/+3
* initial stab at an SBus front end for gem(4). currently untested.brad2006-11-251-0/+158