summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/if_le_ledma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-2/+2
* unifdef INETtedu2014-12-221-3/+1
* Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:miod2013-09-241-36/+40
* Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_statusmiod2012-07-301-3/+1
* When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE inmiod2012-07-251-1/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* use the right capitalization for `MBus' and `SBus'sobrado2007-05-311-2/+2
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-7/+1
* Sprinkle bus_space_barrier()s after LANCE register writes, as already donemiod2006-05-151-1/+7
* ansify and remove staticsjason2003-07-071-65/+36
* Add a "where" argument to the sparc64 interrupt code. This lets ushenric2003-06-241-2/+2
* Silence the "lost carrier on FOO port" messages when the port has been setmiod2003-05-141-7/+5
* Add support for the Sun Enterprise 450henric2003-02-171-2/+2
* First round of __P removal in sysmillert2002-03-141-13/+13
* implement autoconf mechanism using device_register(); from NetBSD.jason2001-08-311-8/+1
* $OpenBSD$jason2001-08-201-0/+1
* modifications to support OpenBSD/sparc style bootpath determinationjason2001-08-201-6/+8
* remove dependence on lancereg.h/lancevar.hjason2001-08-191-2/+0
* enough from netbsd to get le at ledma attachedjason2001-08-191-0/+451