summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/include/autoconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spellingjsg2021-03-111-2/+2
|
* Currently pdc_scanbus() scans in reverse, which results in physical CPU0jsing2010-04-291-2/+3
| | | | | | | | | | | 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@
* Dynamically allocate irq's for pci devices on elroy(4).kettenis2007-05-271-1/+2
| | | | ok martin@
* scan cpu bus manually for some machines do not support that in prommickey2004-09-151-2/+2
|
* update copyright; miod@ is fine w/ files where he holds it toomickey2004-04-071-14/+10
|
* make all intr_establish take the same last arg for namemickey2003-08-071-3/+3
|
* 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 lightsmickey2003-03-291-3/+10
|
* newer machines use phantom bus to attach lasi and other bus adapters.mickey2002-12-181-3/+3
| | | | | | | | | | 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
* real interrupts/spl framework.mickey2002-12-171-4/+5
| | | | | tested on 712/* 715/100, 715/33 which main cpu/bus types. miod@ ok
* separate out interrupt handling stuffmickey2002-03-161-1/+2
|
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+3
|
* First round of __P removal in sysmillert2002-03-141-9/+9
|
* support 712's programmable power switch, no interrupt yetmickey2002-02-121-1/+6
|
* allow to configure devices on particular bus offsetsmickey2001-12-021-2/+4
| | | | | | 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.
* Rename configure() to cpu_configure().art2001-05-051-2/+1
| | | | Move it from cpu_startup() to main().
* evcnt count the interrupts, also optimize diagnostic printingmickey1999-08-161-2/+2
|
* clock_intr() protomickey1999-08-141-1/+2
|
* all the devices info is now in one tablemickey1999-04-201-11/+3
|
* support irq on mainbusmickey1999-02-251-2/+6
|
* pass dmatag in confargsmickey1999-01-111-1/+2
|
* help MI codemickey1998-12-291-1/+2
|
* cpu_intr_establish() protomickey1998-11-231-1/+3
|
* populate futher w/ structs and function declarationsmickey1998-10-301-4/+64
|
* more includesmickey1998-07-071-0/+9