aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-142-147/+153
* Declare as volatile the memory location referenced by a pointer rather thanAlan Cox2005-03-061-1/+1
* - sparc64/fhc/fhc.c:Marius Strobl2005-03-041-39/+57
* Let central(4) manage the resources of its children so they don't needMarius Strobl2005-03-042-37/+104
* Addendum to netchild's C compiler abstraction mega-patch which somehowJoerg Wunsch2005-03-041-1/+3
* Minor changes:Marius Strobl2005-03-044-33/+45
* Minor changes:Marius Strobl2005-03-041-12/+11
* Remove the transition aid for the change of the sparc64 default systemMarius Strobl2005-03-031-4/+0
* Remove COMPAT_FREEBSD4 again. It was added in rev. 1.41 as a transitionMarius Strobl2005-03-031-1/+0
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-025-17/+26
* - Allow multiple INTR_FAST handlers for the same source. The motivationMarius Strobl2005-03-021-48/+68
* Assorted style fixes and minor changes:Marius Strobl2005-03-021-17/+16
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingWes Peters2005-03-011-0/+2
* Use the kernel pmap's lock to guarantee that only one thread at a time isAlan Cox2005-03-011-0/+10
* The zs(4) driver is superseded by uart(4) and broken in -CURRENT. RemoveMarius Strobl2005-02-272-2/+0
* Silence witness warnings about duplicate pmap lock emitted sinceMarius Strobl2005-02-181-1/+1
* UltraSparc II[e,i] based systems come up with the tick compare registerMarius Strobl2005-02-171-0/+6
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportMarius Strobl2005-02-122-85/+175
* Add lock assertion.Alan Cox2005-02-121-0/+1
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-0/+6
* Finish the job of sorting all includes and fix the build by includingNate Lawson2005-02-061-11/+10
* Acquire the source pmap's lock in pmap_copy().Alan Cox2005-02-051-1/+8
* Sort includes a little so that bus.h comes before cpu.h (for device_t).Nate Lawson2005-02-041-4/+4
* Add an implementation of cpu_est_clockrate(9). This function estimates theNate Lawson2005-02-041-0/+9
* Yikes! Fix a typo in a function name that managed to occur twice.Scott Long2005-01-311-2/+2
* o Enable puc(4) and uart(4).Marcel Moolenaar2005-01-301-5/+5
* Hopefully unbreak modules build.Ruslan Ermilov2005-01-291-1/+1
* At least on some U30 there's a spurious duplicate device node of an EBusMarius Strobl2005-01-201-5/+12
* Add a small API to manage the MD user trap structures. Specifically, weJohn Baldwin2005-01-194-17/+48
* Add the bus_dmamap_load_mbuf_sg() function to sparc64.Scott Long2005-01-153-15/+99
* Fixed sparc64 LINT build.Ruslan Ermilov2005-01-141-0/+1
* Don't panic when we're asked to allocate a resource type that we knowMarcel Moolenaar2005-01-091-3/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0759-61/+62
* Minor sync to alpha and i386:John Baldwin2004-12-301-1/+4
* Identify USIIIi processors.Scott Long2004-12-242-0/+4
* Modify pmap_enter_quick() so that it expects the page queues to be lockedAlan Cox2004-12-231-2/+0
* In the common case, pmap_enter_quick() completes without sleeping.Alan Cox2004-12-151-0/+8
* Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to callAlan Cox2004-12-111-2/+1
* PNP BIOS devices are fundamentally different than ISA PNP devices.Warner Losh2004-12-071-1/+1
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-012-2/+2
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-275-6/+4
* Remove references to U area and garbage collect includes.David Schultz2004-11-201-2/+0
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.David Schultz2004-11-201-3/+0
* Add a front-end for the `rtc' device which is a MC146818 compatibleMarius Strobl2004-11-173-0/+185
* o sparc64/isa/isa.c:Marius Strobl2004-11-171-112/+186
* Shorten the description of the mk48txx driver to just say that it supportsMarius Strobl2004-11-172-2/+2
* o Sync with the NetBSD mk48txx driver (the result simplyfies some changesMarius Strobl2004-11-174-44/+52
* Catch up with version 600000 of config(8), quotes around device namesMarius Strobl2004-11-172-17/+17
* Fix paths after repocopies done by scottlTom Rhodes2004-11-101-2/+2