summaryrefslogtreecommitdiffstats
path: root/sys/dev/tc/if_le_ioasic.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement media auto selection for DEC 3000.mpi2017-10-131-1/+127
| | | | diff from miod@
* unifdef INETtedu2014-12-221-3/+1
|
* Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:miod2013-09-241-16/+14
| | | | | | | | | | | | | | | | - 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.
* Pass a device name to {tc,tcds,ioasic}_intr_establish in order to getmiod2008-08-091-2/+2
| | | | meaningful names associated to the interrupt counters.
* Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.miod2007-11-061-2/+2
| | | | No functional change.
* fix pasto'sjasper2007-06-181-2/+2
| | | | from janjaap@stack.nl
* ansify/de-registerjasper2007-06-171-28/+12
| | | | ok miod@
* Big TURBOchannel support catchup from NetBSD, part 1.miod2002-05-021-78/+222
| | | | | | | | | 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.
* First round of __P removal in sysmillert2002-03-141-12/+12
|
* Sprinkle pmap_update calls where relevant and some otherart2001-12-081-1/+2
| | | | misc pmap usage fixes.
* Kill uvm_pagealloc_contig. The two drivers that still used it should haveart2001-11-301-5/+27
| | | | | | been converted to bus_dma ages ago, but since noone haven't bothered to do that I haven't bothered to do more than to test that the kernel still builds with those changes.
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+1
| | | | (Look ma, I might have broken the tree)
* zap old vmart2001-06-271-9/+1
|
* allocate le_iomem in le_ioasic_attach instead of MD code,art2000-11-081-3/+17
| | | | only for UVM.
* o if_media'fied am7990jason1998-09-161-1/+2
| | | | o if_media'fied sun4m le.
* $OpenBSD$niklas1997-11-071-0/+1
|
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-12/+170
|
* make these work togetherderaadt1996-05-021-0/+104