summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-4/+16
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-8/+43
* Fix compilation when DEBUG is defined.marius2005-04-181-1/+1
* Style and minor changes:marius2005-04-173-121/+102
* Re-commit the following changes which were committed to these filesmarius2005-04-172-13/+13
* - Split the bus probe function into a bus probe and a bus attach functionmarius2005-04-171-57/+70
* Some clean-up announced in rev. 1.31:marius2005-04-171-80/+67
* - MFi386: sys/i386/i386/intr_machdep.c rev. 1.11marius2005-04-164-20/+28
* Some changes to intr_execute_handlers():marius2005-04-161-6/+6
* - In sparc64_init() remove the call to tick_stop(). There's no need tomarius2005-04-161-7/+4
* - Add a workaround for a bug in BlackBird CPUs (said to be part of themarius2005-04-165-65/+116
* Fix a style(9) bug in the stxa_sync() macro (DO NOT use function callsmarius2005-04-161-1/+2
* Close a race I introduced in the spinlock_* changes. We need to finishjhb2005-04-141-1/+3
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-2/+2
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-046-153/+41
* fix kldloading of pci driver modules after boot on sparc64... sincejmg2005-03-231-1/+1
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+1
* Add a driver for the 'clock-board' device (the clock board is anmarius2005-03-194-0/+261
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-194-38/+66
* Enrich with some register descriptions and additional register macros.marius2005-03-191-7/+51
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-191-32/+27
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-171-3/+23
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-147/+153
* Declare as volatile the memory location referenced by a pointer rather thanalc2005-03-061-1/+1
* - sparc64/fhc/fhc.c:marius2005-03-041-39/+57
* Let central(4) manage the resources of its children so they don't needmarius2005-03-042-37/+104
* Addendum to netchild's C compiler abstraction mega-patch which somehowjoerg2005-03-041-1/+3
* Minor changes:marius2005-03-044-33/+45
* Minor changes:marius2005-03-041-12/+11
* Remove the transition aid for the change of the sparc64 default systemmarius2005-03-031-4/+0
* Remove COMPAT_FREEBSD4 again. It was added in rev. 1.41 as a transitionmarius2005-03-031-1/+0
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-025-17/+26
* - Allow multiple INTR_FAST handlers for the same source. The motivationmarius2005-03-021-48/+68
* Assorted style fixes and minor changes:marius2005-03-021-17/+16
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-011-0/+2
* Use the kernel pmap's lock to guarantee that only one thread at a time isalc2005-03-011-0/+10
* The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Removemarius2005-02-272-2/+0
* Silence witness warnings about duplicate pmap lock emitted sincemarius2005-02-181-1/+1
* UltraSparc II[e,i] based systems come up with the tick compare registermarius2005-02-171-0/+6
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportmarius2005-02-122-85/+175
* Add lock assertion.alc2005-02-121-0/+1
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-0/+6
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-11/+10
* Acquire the source pmap's lock in pmap_copy().alc2005-02-051-1/+8
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-041-4/+4
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+9
* Yikes! Fix a typo in a function name that managed to occur twice.scottl2005-01-311-2/+2
* o Enable puc(4) and uart(4).marcel2005-01-301-5/+5
OpenPOWER on IntegriCloud