History log of /openbsd/sys/arch/alpha/pci/apecs_pci.c (Results 1 – 12 of 12)
Revision Date Author Comments
# adde9fa4 30-Oct-2015 miod <miod@openbsd.org>

Use NULL instead of 0 for pci_decompose_tag() pointer arguments.


# b1926db3 04-Dec-2010 miod <miod@openbsd.org>

Introduce a new pci routine, pci_conf_size(), which returns the size of a
given pcitag_t configuration address space. Currently, all pci controllers
will return the usual 0x100 bytes of PCI configura

Introduce a new pci routine, pci_conf_size(), which returns the size of a
given pcitag_t configuration address space. Currently, all pci controllers
will return the usual 0x100 bytes of PCI configuration space, but this will
eventually change on PCIe-capable controlers.
ok kettenis@

show more ...


# 556455ba 26-Mar-2006 brad <brad@openbsd.org>

Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and
remove alpha_pci_decompose_tag().

From NetBSD

ok martin@


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


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


# 625a31e9 16-Feb-2001 jason <jason@openbsd.org>

Bring apecs closer to current netbsd work (updated copyrights, plus
a few bug fixes I missed earlier).


# 3a630e3f 24-Jan-1997 niklas <niklas@openbsd.org>

Sync with NetBSD 961207


# 50ce9ee0 30-Oct-1996 niklas <niklas@openbsd.org>

Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
-Wall -Wstrict-prototypes -Wmissing-prototypes too.


# d335780c 29-Jul-1996 niklas <niklas@openbsd.org>

Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention


# 417eba8c 18-Jun-1996 deraadt <deraadt@openbsd.org>

sync to 0616, retaining local diffs


# 34fbf6de 14-Dec-1995 deraadt <deraadt@openbsd.org>

update to netbsd


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree