History log of /openbsd/sys/arch/alpha/pci/tsp_bus_io.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 106ae577 02-Sep-2003 miod <miod@openbsd.org>

Our extent implementation relies on the fact that extents all have distinct
names.

However, the tsp code uses one global extent, which both device instances
want to reinitialize and use for themselv

Our extent implementation relies on the fact that extents all have distinct
names.

However, the tsp code uses one global extent, which both device instances
want to reinitialize and use for themselves (whether this is a genuine bug
or not is left to the reader).

Solve the problem by putting the extents into the tsp softc, and change the
pci_bwx_bus code to handle variable extent names.

This makes DS20 systems with tsp0 and tsp1 work again.

ok deraadt@

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)


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

initial support for 21264 systems.
from NetBSD.