aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded include of machine/types.h (which no longer exists).Jake Burkholder2002-08-231-1/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-216-174/+148
* remove unit counts from atkbdc, pckbd, scPeter Wemm2002-08-201-2/+2
* Typo fix.Maxime Henrion2002-08-191-1/+1
* Fix warning. These structs should probably be removed altogether.Jake Burkholder2002-08-181-0/+2
* Forgot this in last commit.Jake Burkholder2002-08-181-2/+2
* Add pmap support for user mappings of multiple page sizes (super pages).Jake Burkholder2002-08-1810-380/+481
* Use symbolic constants instead of magic address constants.Jake Burkholder2002-08-161-1/+1
* Minor style. Removed unused declaration.Jake Burkholder2002-08-161-2/+1
* Removed unneeded pmap_initialized flag.Jake Burkholder2002-08-161-4/+0
* Demark sections of code that need special fault handling with labels.Jake Burkholder2002-08-165-148/+169
* Fix some confusion regarding traps that use mmu globals but don't reallyJake Burkholder2002-08-151-2/+4
* Store the number of itlb and dtlb entries separately; they may be different.Jake Burkholder2002-08-156-20/+29
* Set kernel_vm_end. Panic if we try to grow the kernel.Jake Burkholder2002-08-141-0/+3
* Add support for the LSI-Logic Fusion/MP architecture.Matt Jacob2002-08-111-0/+1
* Auto size available kernel virtual address space based on phsyical memoryJake Burkholder2002-08-106-59/+113
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isAlan Cox2002-08-101-3/+3
* Make ppp(4) devices clonable and unloadable.Brooks Davis2002-08-091-1/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedAlan Cox2002-08-051-9/+2
* se -> sab.Jake Burkholder2002-08-041-1/+1
* Forgot to commit this.Jake Burkholder2002-08-011-2/+2
* Fix the link to the HandbookMarc Fonvieille2002-08-011-1/+1
* Modify the cache handling code to assume 2 virtual colours, which is muchJake Burkholder2002-08-011-23/+95
* Add some statistic gathering for cache flushes.Jake Burkholder2002-07-311-2/+41
* These file are no longer used (moved to userland and/or merged intoJake Burkholder2002-07-315-689/+0
* These were repo-copied to have a .S extension.Jake Burkholder2002-07-316-4398/+0
* Add definitions for statistical and high-resolution profiling. The callingJake Burkholder2002-07-303-66/+91
* The data cache on UltraSPARC III is not directly mapped, so don't assertJake Burkholder2002-07-301-2/+0
* Panic if the data cache has too many virtual colors (more than 2).Jake Burkholder2002-07-301-0/+2
* Use _ALIGN_DATA and _ALIGN_TEXT.Jake Burkholder2002-07-302-4/+4
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-294-231/+171
* Add routines needed for high resolution profiling.Jake Burkholder2002-07-291-0/+83
* Add a symbol for btext.Jake Burkholder2002-07-292-0/+2
* Remove a stale comment.Jake Burkholder2002-07-292-8/+0
* Use _ALIGN_TEXT. Implement __cyg_profile_func_enter andJake Burkholder2002-07-292-20/+138
* Add _ALIGN_DATA and _ALIGN_TEXT macros.Jake Burkholder2002-07-291-1/+9
* Remove some stuff that snuck in last commit.Jake Burkholder2002-07-291-5/+0
* Fix a bug introduced in previous commit. Due to the interaction of theJake Burkholder2002-07-281-2/+2
* Revert the previous delta; uintfptr_t needs to be available toMike Barcroft2002-07-281-0/+1
* Add declarations for btext and etext.Jake Burkholder2002-07-281-0/+3
* uintfptr_t has moved to machine/types.h.Jake Burkholder2002-07-271-1/+0
* Implement a direct mapped address region, like alpha and ia64. ThisJake Burkholder2002-07-276-42/+182
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES isMike Barcroft2002-07-271-1/+0
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterJake Burkholder2002-07-269-60/+21
* Set interrupt clear pointer for SBus slots to point to correct spot.Matt Jacob2002-07-251-2/+2
* de-count pciPeter Wemm2002-07-231-1/+1
* Add explicit unit count on 'device pci' for ahc/ahdPeter Wemm2002-07-211-1/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-0/+40
* Various comment and minor style fixes. No actual content changes.John Baldwin2002-07-161-16/+12