History log of /openbsd/sys/arch/alpha/pci/tsreg.h (Results 1 – 6 of 6)
Revision Date Author Comments
# bd7fd72f 24-Dec-2014 miod <miod@openbsd.org>

tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to
the fan sensors on systems without RMC. From NetBSD, ok deraadt@


# 3c4251e0 02-Oct-2009 miod <miod@openbsd.org>

Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems
are very close to the Tsunami systems (rpb family 34) and share the existing
Tsunami code; the tsc(4) Tsunami controller

Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems
are very close to the Tsunami systems (rpb family 34) and share the existing
Tsunami code; the tsc(4) Tsunami controller code is extended to handle the
Titan differences, except for the Titan AGP GART which is left unsupported
for now.

Tested to not cause regressions on DS20 (deraadt@) and ES40 (miod@).
Titan support tested by Sergey Prysiazhnyi on DS25, many thanks for your time!

show more ...


# cdfbcf00 04-Jan-2006 martin <martin@openbsd.org>

missing zero

from KUDO Takashi


# 11e0e42d 13-Dec-2005 martin <martin@openbsd.org>

Pchip0 PCI memory starts at 0x80000000000, correct and use
P_PCI_MEM accordingly

pointed out by KUDO Takashi in PR 4936

ok deraadt@ miod@


# a347b448 18-Oct-2003 jmc <jmc@openbsd.org>

typos from Jared Yanovich;


# 8186b1fc 16-Nov-2000 ericj <ericj@openbsd.org>

initial support for 21264 systems.
from NetBSD.