summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Remove bogus include.dfr2001-10-071-1/+0
* Move console probes until after we set boothowto so that 'boot -h' works.dfr2001-10-061-7/+7
* Assume round-to-nearest mode for floating point.dfr2001-10-061-5/+1
* Delete legacy pcib code - we can't possibly work without acpi on ia64.dfr2001-10-061-570/+0
* o Change ia64_memory_address to explicitly take a u_int64_tmarcel2001-10-061-2/+50
* Add BOOTP support.dfr2001-10-051-0/+4
* Fix some dependency violations (don't know why gas didn't catch this).dfr2001-10-052-4/+16
* Use physical addresses, not virtual addresses when calling PHYS_TO_VM_PAGE.dfr2001-10-051-1/+2
* Eliminate some alpha craziness.dfr2001-10-051-4/+2
* In in_cksumdata, len must be a signed type.dfr2001-10-051-1/+1
* Low-level code for programming the I/O SAPIC.dfr2001-10-051-0/+151
* Wire up most of the interrupt handling infrastructure. Not sure it worksdfr2001-10-056-40/+342
* Fix typo which meant that we never actually found the ACPI 2.0 table.dfr2001-10-051-1/+1
* Disable interrupts when we are in DDB.dfr2001-10-051-3/+3
* Add ia64_get_lid().dfr2001-10-051-3/+14
* Don't pretend the argument to clockattach is a device - it isn't.dfr2001-10-041-1/+1
* * Don't pretend the object passed to clockattach is a device - it isn't.dfr2001-10-042-7/+7
* Use EFI (or some reasonable simulation) to read the RTC.dfr2001-10-041-49/+26
* Fake the EFI runtime call GetTime.dfr2001-10-041-1/+45
* Add low-level ACPI support code and make a start on parsing the ACPIdfr2001-10-043-0/+356
* The encoding for the bus being passed to SAL was completely wrong.dfr2001-10-032-4/+3
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-021-1/+1
* Remove redundant and misplaced "options DDB" line.marcel2001-10-021-2/+0
* Support for SKI is now an option.dfr2001-09-291-0/+1
* Make sio0 a console device.dfr2001-09-291-1/+1
* Add a couple of arguments to ia64_init. I'll use them later to improvedfr2001-09-291-1/+1
* Various changes to use the firmware on a real machine.dfr2001-09-292-46/+166
* * Read parameters for ptc.e instruction from PAL Code.dfr2001-09-291-10/+42
* Fake PAL Code for SKI.dfr2001-09-291-0/+58
* Start hooking up devices.dfr2001-09-295-0/+1304
* Add pmap_unmapdev().dfr2001-09-291-0/+1
* Fill out the firmware interfaces somewhat.dfr2001-09-293-583/+46
* Add code to initialise firmware resources (and to fake them if we aredfr2001-09-293-0/+344
* Add shims for calling PAL Code in physical mode.dfr2001-09-292-6/+244
* Add some move definitions.dfr2001-09-291-0/+5
* Call cpu_boot from cpu_reset.dfr2001-09-291-1/+2
* Give up on the backtrace if the calculated pc isn't in region 7.dfr2001-09-291-1/+1
* Use PAGE_SHIFT instead of a hardcoded constant for log2(PAGE_SIZE).dfr2001-09-292-6/+6
* * Preserve ar.rsc in ia64_change_mode.dfr2001-09-292-6/+120
* Change END(locorestart) to END(__start).dfr2001-09-292-4/+2
* o Modify the access control checks for the ia64 /dev/mem (and friends)rwatson2001-09-261-2/+6
* Tidy up and fix a runtime warning.dfr2001-09-261-8/+14
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-251-1/+1
* Use b6 instead of b1 - b1 is supposed to be preserved and b6 is scratch.dfr2001-09-242-8/+8
* Make the Alternate {I,D} TLB vector code actually work for virtualdfr2001-09-242-4/+4
* Don't try to access external files from SKI unless we are actually runningdfr2001-09-241-0/+3
* Increase the number of bootstrap PVs.dfr2001-09-241-1/+1
* Include <machine/pte.h> instead of <machine/pmap.h>dfr2001-09-242-2/+2
* We need different call stubs for static and stacked calling conventions.dfr2001-09-243-12/+99
* Factor out PTE and related definitions from pmap.h - they are useful indfr2001-09-242-89/+151
OpenPOWER on IntegriCloud