aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* o Modify the access control checks for the ia64 /dev/mem (and friends)Robert Watson2001-09-261-2/+6
* Tidy up and fix a runtime warning.Doug Rabson2001-09-261-8/+14
* The faith(4) device is no longer a count device so don't specify a count.Brooks Davis2001-09-251-1/+1
* Use b6 instead of b1 - b1 is supposed to be preserved and b6 is scratch.Doug Rabson2001-09-242-8/+8
* Make the Alternate {I,D} TLB vector code actually work for virtualDoug Rabson2001-09-242-4/+4
* Don't try to access external files from SKI unless we are actually runningDoug Rabson2001-09-241-0/+3
* Increase the number of bootstrap PVs.Doug Rabson2001-09-241-1/+1
* Include <machine/pte.h> instead of <machine/pmap.h>Doug Rabson2001-09-242-2/+2
* We need different call stubs for static and stacked calling conventions.Doug Rabson2001-09-243-12/+99
* Factor out PTE and related definitions from pmap.h - they are useful inDoug Rabson2001-09-242-89/+151
* Fix a few comment typos from the last commit.Doug Rabson2001-09-242-6/+6
* Add some code which can be used to change to/from physical mode whenDoug Rabson2001-09-242-0/+134
* + Fix misplacement of `txp'David E. O'Brien2001-09-241-5/+5
* Add definitions of SAL System Table.Doug Rabson2001-09-231-0/+98
* Don't activate the ssc console unless we are running in SKI.Doug Rabson2001-09-221-1/+5
* Add implementations of readx() and writex().Doug Rabson2001-09-221-6/+33
* Add declaration of ia64_running_in_simulator().Doug Rabson2001-09-221-0/+1
* * Turn off memory descriptor debugging - its served its purpose.Doug Rabson2001-09-221-10/+15
* Remove a redundant stop.Doug Rabson2001-09-222-2/+0
* Fix a warning and make sure we flush the cache after writing anDoug Rabson2001-09-211-0/+3
* Add ia64_fc().Doug Rabson2001-09-211-0/+9
* If two @fptr relocations refer to the same symbol, use the same fptrDoug Rabson2001-09-202-14/+48
* Don't clear the single-step bit after a trap - leave it up to theDoug Rabson2001-09-201-6/+0
* The second instruction in an MLX bundle is slot one, not slot two, evenDoug Rabson2001-09-201-1/+13
* Tidy.Doug Rabson2001-09-201-21/+21
* Don't include NFS headers. I have no idea why they were here in the firstDoug Rabson2001-09-201-4/+0
* Replicate a change from alpha/genassym.c to other arches. This shouldPeter Wemm2001-09-201-3/+3
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-182-3/+4
* Whitespace fixes.John Baldwin2001-09-181-2/+2
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-182-18/+18
* Add ia64_get_cpuid().Doug Rabson2001-09-181-0/+12
* Flesh out identifycpu().Doug Rabson2001-09-181-1/+35
* Rearrange so we search for I/O port space as early as possible (i.e.Doug Rabson2001-09-151-44/+53
* Avoid the region used for thread0's trapframe when setting up the stackDoug Rabson2001-09-152-2/+2
* Use the MI console code to initialise the console.Doug Rabson2001-09-152-15/+17
* Implement inx() and outx() functions for accessing I/O ports.Doug Rabson2001-09-151-6/+38
* Add ia64_mf_a() which executes an mf.a instruction.Doug Rabson2001-09-151-0/+6
* * Use Intel's EFI headers instead of home-grown ones.Doug Rabson2001-09-151-23/+41
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sDoug Rabson2001-09-154-34/+131
* Sync the PCI NIC sections with i386.Doug Rabson2001-09-151-4/+8
* * Enable dynamically linked kernel. This involves adding a self-relocatorDoug Rabson2001-09-136-73/+299
* KSE Milestone 2Julian Elischer2001-09-1227-414/+465
* o Fix struct ssc_time and enable the SSC call to get the RTC.Marcel Moolenaar2001-09-121-17/+11
* * Make a start on a realistic definition for bootinfo.Doug Rabson2001-09-105-70/+68
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movePeter Wemm2001-09-101-25/+8
* Missing part of dillon's coredump commit. cpu_coredump() was stillPeter Wemm2001-09-081-2/+1
* Add options to select between 4k, 8k and 16k page sizes on ia64. TheDoug Rabson2001-09-071-0/+15
* Typo in comment.Doug Rabson2001-09-071-2/+2
* * Track ref/mod information properly when a mapping changes.Doug Rabson2001-09-071-4/+36
* Remove old setjmp/longjmp stubs.Doug Rabson2001-09-072-138/+0