aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andMike Barcroft2002-04-101-6/+15
* Forgot these files in previous commit to frame.h. Also add needed includeJake Burkholder2002-04-092-7/+8
* Oops. machine/emul.h didn't exist yet.Jake Burkholder2002-04-091-0/+39
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,Jake Burkholder2002-04-095-23/+33
* Add device se (commented out, most people won't find this useful yet).Jake Burkholder2002-04-091-0/+1
* Enable device pass.Jake Burkholder2002-04-081-1/+1
* GC the "dumplo" variable, which is no longer used.Poul-Henning Kamp2002-04-071-1/+0
* Enable isp and ispfw. Remove the nonexistant SUN_DISKLABEL andJake Burkholder2002-04-061-6/+3
* Provide an implementation of KTR_CPU that doesn't use pcpu, so we don'tJake Burkholder2002-04-062-27/+31
* Remove invalid KASSERTS.Jake Burkholder2002-04-061-9/+0
* Add missing header for the eeprom driver frontents.Thomas Moestl2002-04-051-0/+68
* Add MD frontents for the mk48txx driver, ported from NetBSD, and removeThomas Moestl2002-04-044-13/+406
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-042-2/+2
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Dike out a highly insecure UCONSOLE option.Ruslan Ermilov2002-04-031-1/+0
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-021-12/+1
* Fix crashes that would happen when more than one 4MB page was used toThomas Moestl2002-04-022-21/+13
* Remove the superfluous second argument from the IOTSBSLOT() macro.Thomas Moestl2002-04-022-16/+16
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largerThomas Moestl2002-04-021-1/+1
* Set mp_maxid so that UMA works with SMP.Thomas Moestl2002-04-021-0/+1
* Do not try to set up the PCI bus B error interrupt on "sabre"s, sinceThomas Moestl2002-04-021-12/+14
* Remove a debugging panic that was triggered when a resource that was outThomas Moestl2002-04-021-5/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-013-26/+75
* Move the CTASSERT macro from MD code to systm.h alongside KASSERT so otherJake Burkholder2002-04-011-4/+0
* ktr changes to improve performance and make writing a userland utility toJake Burkholder2002-04-011-6/+7
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyPoul-Henning Kamp2002-03-311-2/+0
* Correct a comment: sendsig() calls the MI vm_map_growstack() butAlan Cox2002-03-301-1/+1
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()Jake Burkholder2002-03-292-8/+46
* Don't be too fancy with null'ed out functions.David E. O'Brien2002-03-281-20/+3
* Add sysbeep() for the msmith RAID drivers.David E. O'Brien2002-03-281-0/+27
* style(9)David E. O'Brien2002-03-281-1/+0
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-271-1/+1
* Fix style bugs.Jake Burkholder2002-03-271-3/+8
* Fix breakage.Jake Burkholder2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-273-18/+68
* Add missing includes for the KTRACE case.Thomas Moestl2002-03-251-0/+4
* Add missing declarations.Thomas Moestl2002-03-251-0/+4
* Make this compile (submitted by jake), add a missing include.Thomas Moestl2002-03-251-1/+2
* Remove second copy of iommu_decode_fault() which I accidentially added.Thomas Moestl2002-03-251-15/+0
* Guard against redefining __gnuc_va_list.David E. O'Brien2002-03-241-1/+2
* Revamp the busdma implementation a bit:Thomas Moestl2002-03-247-223/+450
* Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().Thomas Moestl2002-03-241-1/+1
* Make the OpenFirmware interrupt mapping code more generic, to reduceThomas Moestl2002-03-2411-282/+288
* Map the device memory belonging to resources of type SYS_RES_MEMORY intoThomas Moestl2002-03-241-0/+17
* Add code to print the fault virtual address for uncorrectable DMA errorsThomas Moestl2002-03-234-0/+33
* De-__P(), de-K&R, remove superfluous comments and prototypes, someThomas Moestl2002-03-231-565/+122
* De-K&R.Thomas Moestl2002-03-231-3/+1
* Fix syscall ktraceing.Thomas Moestl2002-03-231-1/+2
* Make this compile without options DDB; use intr_disable() instead ofThomas Moestl2002-03-231-2/+11
* Decruft some #if 0'ed code.Thomas Moestl2002-03-231-2/+0