summaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Implement bus_space_subregion.Jake Burkholder2003-01-081-0/+10
* Change the iommu code to be able to handle more than one DVMA area perThomas Moestl2003-01-066-133/+466
* - remove the unused parent DMA tag argument fromThomas Moestl2003-01-062-90/+45
* Bump the IOMMU TSB size to 32kB, to match the default size on PCIThomas Moestl2003-01-061-1/+1
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withThomas Moestl2003-01-065-175/+180
* Style and comment fixes, no functional changes.Thomas Moestl2003-01-061-30/+18
* Look for the correct method in sparc64_dmamap_load_mbuf() andThomas Moestl2003-01-061-2/+2
* Initialize the cache line size register of all PCI devices in theThomas Moestl2003-01-061-0/+15
* Some cleanup:Thomas Moestl2003-01-062-26/+30
* - remove some outdated commentsThomas Moestl2003-01-063-33/+20
* 1.) fix a copy-and-paste-o in a panic() messageThomas Moestl2003-01-061-14/+36
* - Reorganize PMAP_STATS to scale a little better.Jake Burkholder2003-01-056-124/+167
* Make imgact_elf32.c compile on sparc64.Jake Burkholder2003-01-051-0/+10
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.Jake Burkholder2003-01-011-0/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-014-8/+8
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-302-2/+2
* Use memset instead of __builtin_memset. Apparently there's an inlineJake Burkholder2002-12-291-1/+1
* Use the meaningful mnemonics for ancillary state registers now that gasJake Burkholder2002-12-293-8/+7
* Forgot this file in previous commit.Jake Burkholder2002-12-281-0/+1
* - Moved storing %g1-%g5 in the trapframe until after interrupts are enabled.Jake Burkholder2002-12-281-27/+41
* Pass 0 in %o1 to tl0_trap for all non-interrupt traps. This will be usedJake Burkholder2002-12-281-0/+7
* Hold the page queues lock around calls to vm_page_flag_clear() andAlan Cox2002-12-281-0/+4
* Use VM_ALLOC_WIRED in pmap_pinit().Alan Cox2002-12-281-4/+1
* Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free willJake Burkholder2002-12-271-0/+2
* Teach /dev/kmem about direct mapped addresses.Jake Burkholder2002-12-271-5/+6
* Implement uma_small_alloc and uma_small_free. Not yet used.Jake Burkholder2002-12-271-0/+52
* - Use direct mapped addresses for the message buffer, for the crash dumpJake Burkholder2002-12-273-62/+12
* - Change the way the direct mapped region is implemented to be generallyJake Burkholder2002-12-235-108/+220
* - Fix a bug where the faulting address for an mmu miss could sometimes beJake Burkholder2002-12-231-5/+5
* - Rearrange pmap_bootstrap slightly to be more in dependency order.Jake Burkholder2002-12-221-50/+49
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,Jake Burkholder2002-12-224-19/+19
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-222-2/+0
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatJake Burkholder2002-12-214-69/+70
* Make pmap_qenter and pmap_qremove look more like the other pmaps.Jake Burkholder2002-12-211-7/+10
* Removed unused pmap_qenter_flags.Jake Burkholder2002-12-212-17/+0
* Make the atomic arithmetic functions return the old value, since they'reJake Burkholder2002-12-211-40/+38
* Add page queue locking around functions that call vm_page_flag_set. ThisJake Burkholder2002-12-202-0/+4
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storageJulian Elischer2002-12-101-1/+1
* Exclude yet more interrupt mapping registers from the OBIO INO search,Thomas Moestl2002-12-061-2/+2
* Remove a workaround for a binutils bug that was fixed in the recentThomas Moestl2002-12-021-19/+4
* Always initialize the UPA target module id in the interrupt mappingThomas Moestl2002-12-013-33/+34
* 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; theyThomas Moestl2002-12-011-2/+6
* Remove some long-dead cruft in the interrupt handling code which wasThomas Moestl2002-12-011-44/+31
* Reverse the quirk table entry for swizzling on a missing interrupt map;Thomas Moestl2002-12-011-7/+10
* Fix some comments describing psycho registers.Thomas Moestl2002-12-011-2/+2
* Do not panic when a dmamap is unloaded more then once, but just silentlyThomas Moestl2002-12-011-4/+2
* Add page queues locking to vunmapbuf().Alan Cox2002-11-241-0/+2
* Under certain circumstances, we were calling kmem_free() fromMaxime Henrion2002-11-221-0/+5
* Fix compile in the case of SMP defined but DDB not defined.John Baldwin2002-11-201-1/+7
* Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like otherJake Burkholder2002-11-181-1/+1