summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hopefully unbreak modules build.ru2005-01-291-1/+1
* At least on some U30 there's a spurious duplicate device node of an EBusmarius2005-01-201-5/+12
* Add a small API to manage the MD user trap structures. Specifically, wejhb2005-01-194-17/+48
* Add the bus_dmamap_load_mbuf_sg() function to sparc64.scottl2005-01-153-15/+99
* Fixed sparc64 LINT build.ru2005-01-141-0/+1
* Don't panic when we're asked to allocate a resource type that we knowmarcel2005-01-091-3/+2
* /* -> /*- for license, minor formatting changesimp2005-01-0759-61/+62
* Minor sync to alpha and i386:jhb2004-12-301-1/+4
* Identify USIIIi processors.scottl2004-12-242-0/+4
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-2/+0
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-0/+8
* Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to callalc2004-12-111-2/+1
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-1/+1
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-012-2/+2
OpenPOWER on IntegriCloud