History log of /openbsd/sys/dev/tc/if_le_ioasic.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 07bd3953 13-Oct-2017 mpi <mpi@openbsd.org>

Implement media auto selection for DEC 3000.

diff from miod@


# f79ee556 22-Dec-2014 tedu <tedu@openbsd.org>

unifdef INET


# 0ec3b04c 24-Sep-2013 miod <miod@openbsd.org>

Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:
- the am7990_get() - now lance_get() - is unchanged.
- the interrupt acknowledge logic is unchanged, and will disable interrupt

Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:
- 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.

show more ...


# 2ab7ce79 09-Aug-2008 miod <miod@openbsd.org>

Pass a device name to {tc,tcds,ioasic}_intr_establish in order to get
meaningful names associated to the interrupt counters.


# ee682b37 06-Nov-2007 miod <miod@openbsd.org>

Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.
No functional change.


# cdc123cc 18-Jun-2007 jasper <jasper@openbsd.org>

fix pasto's
from janjaap@stack.nl


# 30becc13 17-Jun-2007 jasper <jasper@openbsd.org>

ansify/de-register

ok miod@


# aa76beb5 02-May-2002 miod <miod@openbsd.org>

Big TURBOchannel support catchup from NetBSD, part 1.
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.

T

Big TURBOchannel support catchup from NetBSD, part 1.
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.

show more ...


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 0e5798cf 08-Dec-2001 art <art@openbsd.org>

Sprinkle pmap_update calls where relevant and some other
misc pmap usage fixes.


# d6e8c6b4 30-Nov-2001 art <art@openbsd.org>

Kill uvm_pagealloc_contig. The two drivers that still used it should have
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 th

Kill uvm_pagealloc_contig. The two drivers that still used it should have
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.

show more ...


# 489e49f9 06-Nov-2001 miod <miod@openbsd.org>

Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)


# cbaccc6a 27-Jun-2001 art <art@openbsd.org>

zap old vm


# 38fc57b8 08-Nov-2000 art <art@openbsd.org>

allocate le_iomem in le_ioasic_attach instead of MD code,
only for UVM.


# 97f4b186 16-Sep-1998 jason <jason@openbsd.org>

o if_media'fied am7990
o if_media'fied sun4m le.


# 47e81424 07-Nov-1997 niklas <niklas@openbsd.org>

$OpenBSD$


# 17fbbb3b 10-May-1996 deraadt <deraadt@openbsd.org>

if_name/if_unit -> if_xname/if_softc


# fbc5a27f 02-May-1996 deraadt <deraadt@openbsd.org>

make these work together