History log of /openbsd/sys/dev/tc/files.tc (Results 1 – 15 of 15)
Revision Date Author Comments
# 4d5fab15 14-Feb-2018 jsg <jsg@openbsd.org>

prune files.* entries that refer to files not in tree
ok krw@ mpi@


# 4ea40b3f 02-Nov-2017 mpi <mpi@openbsd.org>

Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.

ttyB* minor numbers change; be sure to rerun MAKEDEV if you do not
upgrade with bsd.rd

Adapted from NetBSD by miod@


# ac2bb4f3 11-May-2015 ratchov <ratchov@openbsd.org>

Remove all audio format conversion code from the kernel (btw holding
the kernel_lock), as we already do better conversions in
user-mode. Yet, no need for every single driver to fiddle with the
conver

Remove all audio format conversion code from the kernel (btw holding
the kernel_lock), as we already do better conversions in
user-mode. Yet, no need for every single driver to fiddle with the
conversion code as they are done transparently by common MI code. With
help from armani and miod, support from mpi

ok armani@

show more ...


# e392834e 18-Oct-2014 miod <miod@openbsd.org>

Remove even more unnecessary `needs-flag' attributes from config machinery,
as well as useless include of the generated flag files.


# a8b8a9ba 28-Oct-2013 mpi <mpi@openbsd.org>

tedu FDDI support and the 3 flavors the driver for DEC devices, even
miod@ cannot find two boards using the same media.

With precious punctuation review from guenther@, thanks!

ok deraadt@, henning@


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


# 26cb63dd 04-Sep-2011 miod <miod@openbsd.org>

Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, with
changes to allow using non-native encodings, and alpha specific code to try
and avoid doing 8 bit memory access.
Tested on

Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, with
changes to allow using non-native encodings, and alpha specific code to try
and avoid doing 8 bit memory access.
Tested on 3000/300LX, deaf testing on 3000/600.

show more ...


# 66ed6627 08-Mar-2005 tdeval <tdeval@openbsd.org>

Cosmetics...
Mainly remove space between locators parens, replace spaces with tabs
where appropriate and consistently align dependencies.


# cd0cdd20 16-Sep-2004 mickey <mickey@openbsd.org>

cleanup deafult locators (blah ?); please check that your most hated architecture is still fluffy (;


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


# f1a5e2be 26-May-1996 deraadt <deraadt@openbsd.org>

sync 0521


# 8073c4d0 10-May-1996 deraadt <deraadt@openbsd.org>

split le driver, add iy driver


# d724e01a 21-Apr-1996 deraadt <deraadt@openbsd.org>

partial sync with netbsd 960418, more to come


# 8bd19141 18-Apr-1996 niklas <niklas@openbsd.org>

NetBSD 960317 merge


# a1699f11 26-Dec-1995 deraadt <deraadt@openbsd.org>

from netbsd:
files file to define 'tcbus' attribute, to which 'tc's attach.
also defines tc device. does _not_ define le driver, because
of conflicts with other (e.g. ISA) le drivers. (Alpha kernel

from netbsd:
files file to define 'tcbus' attribute, to which 'tc's attach.
also defines tc device. does _not_ define le driver, because
of conflicts with other (e.g. ISA) le drivers. (Alpha kernel
configuration files include files.isa and files.tc.)

show more ...