summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/if_le.c
AgeCommit message (Collapse)Author
2004-09-30Do not pretend we have set up an ifmedia structure if we did not; fixesMiod Vallat
PR #3407 and #3661.
2003-07-07ansify and remove staticsJason Wright
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@
2002-05-13- Request 24bit dvma allocation if we fail to find an lebuffer to attach toJason Wright
- add bus_space_barrier's to the csr read/write functions - KNF and other cleaning
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-20$OpenBSD$Jason Wright
2001-08-20modifications to support OpenBSD/sparc style bootpath determinationJason Wright
2001-08-19remove dependence on lancereg.h/lancevar.hJason Wright
2001-08-19enough from netbsd to get le at ledma attachedJason Wright