summaryrefslogtreecommitdiffstats
path: root/sys/dev/dec
AgeCommit message (Collapse)AuthorFilesLines
2015-02-09typomiod1-2/+2
2014-12-22unifdef INETtedu1-3/+1
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:miod1-14/+17
- the am7990_get() - now lance_get() - is unchanged. - the interrupt acknowledge logic is unchanged, and will disable interrupts, then acknowledge all interrupt conditions. Add ILACC (79900) support (from NetBSD). Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code (lance.c) as possible. This affects all le(4) attachments, but the changes are mostly mechanical, to split am7990-specific parts from lance-agnostic parts. Compile tested on all affected platforms. Tested on alpha, hp300, luna88k, mvme88k, sparc, sparc64 and vax.
2007-06-18fix pasto'sjasper1-2/+2
from janjaap@stack.nl
2007-06-17ansify/de-registerjasper1-14/+6
ok miod@
2005-03-08Cosmetics...tdeval1-3/+3
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
rescinded 22 July 1999. Proofed by myself and Theo.
2002-05-02Big TURBOchannel support catchup from NetBSD, part 1.miod4-0/+279
A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing.