History log of /openbsd/sys/arch/hppa/include/autoconf.h (Results 1 – 25 of 25)
Revision Date Author Comments
# 32ffafad 22-May-2024 jsg <jsg@openbsd.org>

remove prototypes with no matching function; ok miod@


# 36fd90dc 11-Mar-2021 jsg <jsg@openbsd.org>

spelling


# c7260238 29-Apr-2010 jsing <jsing@openbsd.org>

Currently pdc_scanbus() scans in reverse, which results in physical CPU0
attaching as cpu1 and physical CPU1 attaching as cpu0. Split the device
scan into two parts - the first pass scans forward and

Currently pdc_scanbus() scans in reverse, which results in physical CPU0
attaching as cpu1 and physical CPU1 attaching as cpu0. Split the device
scan into two parts - the first pass scans forward and attaches memory
and CPUs, whilst the second pass scans in reverse attaching the
remaining devices, thus preserving current semantics.

Found the hard way whilst trying to spin up the secondary CPU on my j6750.

ok miod@ kettenis@

show more ...


# 15fe2033 27-May-2007 kettenis <kettenis@openbsd.org>

Dynamically allocate irq's for pci devices on elroy(4).

ok martin@


# 7bd303e4 15-Sep-2004 mickey <mickey@openbsd.org>

scan cpu bus manually for some machines do not support that in prom


# fef2e65f 07-Apr-2004 mickey <mickey@openbsd.org>

update copyright; miod@ is fine w/ files where he holds it too


# 40f562c2 07-Aug-2003 mickey <mickey@openbsd.org>

make all intr_establish take the same last arg for name


# c007052b 29-Mar-2003 mickey <mickey@openbsd.org>

fetch the device address list for where supported; say 16 addresses is ought to be enough for every case. dim off the disk led amongst the other lights


# fa7c453a 18-Dec-2002 mickey <mickey@openbsd.org>

newer machines use phantom bus to attach lasi and other bus adapters.
oledr machines did not have a real device for the phantom bus port.
change the device scanning technique to both include a full d

newer machines use phantom bus to attach lasi and other bus adapters.
oledr machines did not have a real device for the phantom bus port.
change the device scanning technique to both include a full device path
in the attach_args and do proper shifting in the pdc_scanbus() and
add a device for the newer machines as well as use a newer device
mapping (path to hpa) available on newer firmware versions, where
old (hversion-dependant) is not available.
tested on 712,715/33,c110, miod@ ok, weissmandude -- testing

show more ...


# 70016991 17-Dec-2002 mickey <mickey@openbsd.org>

real interrupts/spl framework.
tested on 712/* 715/100, 715/33 which main cpu/bus types.
miod@ ok


# 9d159c9d 16-Mar-2002 mickey <mickey@openbsd.org>

separate out interrupt handling stuff


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

Final __P removal plus some cosmetic fixups


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

First round of __P removal in sys


# f75e072a 12-Feb-2002 mickey <mickey@openbsd.org>

support 712's programmable power switch, no interrupt yet


# ae3e77a0 02-Dec-2001 mickey <mickey@openbsd.org>

allow to configure devices on particular bus offsets
to be able to attach units to them.
main reason is the secondary gsc busses on add-on cards
which stick 'emselves in the front.


# 2c5b29cc 05-May-2001 art <art@openbsd.org>

Rename configure() to cpu_configure().
Move it from cpu_startup() to main().


# 3a81311e 16-Aug-1999 mickey <mickey@openbsd.org>

evcnt count the interrupts, also optimize diagnostic printing


# cce659a2 14-Aug-1999 mickey <mickey@openbsd.org>

clock_intr() proto


# 51985b2a 20-Apr-1999 mickey <mickey@openbsd.org>

all the devices info is now in one table


# 1a751fd1 25-Feb-1999 mickey <mickey@openbsd.org>

support irq on mainbus


# ffff5acb 11-Jan-1999 mickey <mickey@openbsd.org>

pass dmatag in confargs


# 2f14ddd3 29-Dec-1998 mickey <mickey@openbsd.org>

help MI code


# fb57a81b 23-Nov-1998 mickey <mickey@openbsd.org>

cpu_intr_establish() proto


# 94f17381 30-Oct-1998 mickey <mickey@openbsd.org>

populate futher w/ structs and function declarations


# e55ab885 07-Jul-1998 mickey <mickey@openbsd.org>

more includes