summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/if_le_ledma.c
AgeCommit message (Collapse)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-05-31use the right capitalization for `MBus' and `SBus'Igor Sobrado
ok jmc@
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
used to store a per-device reset callback, for use in sbusreset(). Except sbusreset() has never, ever, been used since Torek's sbus code went in. Time to recycle those wasted bits.
2006-05-15Sprinkle bus_space_barrier()s after LANCE register writes, as already doneMiod Vallat
in if_le.c; ok jason@
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@
2003-05-14Silence the "lost carrier on FOO port" messages when the port has been setMiod Vallat
in stone with "ifconfig le0 media foo". Inspired by previous am7990.c change. ok todd@ jason@
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
Reduce the size of a GENERIC kernel by ~190k Remove the nasty pointer/bus_space_handle_t casts Adds debug bus_space code including the ability to trace bus operations (it actually works now). The following rules are now followed (and verfified by the debug code): 1. A "bus_space_handle_t" may only be used with the "bus_space_tag_t" that created it. 2. Only "bus_space_map()" may create "bus_space_handle_t"s. 3. A "bus_space_handle_t" may not be modified after it has been created (other than being destroyed by "bus_space_unmap()"). Thanks to help from mcbride, marc, jason, drahn, to anyone that might have slipped my mind at the moment. ok jason@, deraadt@
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