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

constify struct cfattach


# 93016575 21-Feb-2022 jsg <jsg@openbsd.org>

onbard -> onboard


# 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.


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

ansify/de-register

ok miod@


# f7b53bf8 11-Oct-2005 martin <martin@openbsd.org>

TC le(4) needs to be accessed in sparse address space for alpha.
Should fix TC ethernet cards as noted by some people.

from NetBSD

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


# 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