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

constify struct cfattach


# faa9569f 18-Jan-2014 dlg <dlg@openbsd.org>

instead of having every bit of glue set up and attach an identical
scsi_adapter struct, just do it once in the chip code.

ok krw@


# e4610596 11-Nov-2010 miod <miod@openbsd.org>

DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz;
correctly report this.

Then, in asc@tc, compute synchronous transfer periods (involving the bus
clock) with a better accuracy.

DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz;
correctly report this.

Then, in asc@tc, compute synchronous transfer periods (involving the bus
clock) with a better accuracy.

ok krw@

show more ...


# 8952d2e0 28-Jun-2010 krw <krw@openbsd.org>

Remove all adapter-specific 'struct scsi_device's. They are never used. First
step in elminating 'struct scsi_device' entirely.

Spotted and initial diff from matthew@.

ok matthew@ dlg@ deraadt@ mar

Remove all adapter-specific 'struct scsi_device's. They are never used. First
step in elminating 'struct scsi_device' entirely.

Spotted and initial diff from matthew@.

ok matthew@ dlg@ deraadt@ marco@ miod@

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.


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# 54c6c021 11-Feb-2003 mickey <mickey@openbsd.org>

be consistant on Hz vs hz


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


# 816b070a 25-Jun-2001 aaron <aaron@openbsd.org>

Convert to new timeouts; miod@ ok


# 3e51ae24 18-May-1998 millert <millert@openbsd.org>

newer asc driver from NetBSD


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

$OpenBSD$


# 8db4ce19 08-Dec-1996 niklas <niklas@openbsd.org>

Forgotten files from NetBSD merge