summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-161-0/+2
* Size the number of pv_entries we use to bootstrap the pv_entry allocatordfr2001-10-161-5/+16
* When compiling with SKI support, create the fake memory regionsmarcel2001-10-151-1/+1
* Only the first eight arguments can possibly be in stacked registers.dfr2001-10-131-2/+5
* Pass the correct trapframe pointer to fork_exit - sp is trapframe-16.dfr2001-10-121-1/+1
* If the faulting instruction is a cmpxchg, then isr.w and isr.r will bothdfr2001-10-121-3/+3
* Implement MCOUNT hook for assembler. Probably doesn't work right.dfr2001-10-111-3/+1
* Implement mcount trampoline (untested).dfr2001-10-111-114/+64
* * Change the calling convention for execve so that it conforms to normaldfr2001-10-111-11/+19
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Add a definition for the ia64's special PLT_RESERVE entry in the _DYNAMICdfr2001-10-101-0/+4
* Clarify a comment.dfr2001-10-091-1/+3
* Don't include isavar.h - we don't need it.dfr2001-10-091-1/+0
* Add a minimalist kernel config which can run inside SKI.dfr2001-10-091-0/+87
* Make printtrap() more informative.dfr2001-10-081-5/+98
* Implement inline versions of ntohl etc.dfr2001-10-071-3/+33
* Dissociate ptrace from procfs.des2001-10-071-1/+0
* * Use srlz.i to serialise changes to psr.icdfr2001-10-072-12/+20
* 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
OpenPOWER on IntegriCloud