summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-275-6/+4
* Remove references to U area and garbage collect includes.das2004-11-201-2/+0
* Remove UAREA_PAGES.das2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.das2004-11-201-3/+0
* Add a front-end for the `rtc' device which is a MC146818 compatiblemarius2004-11-173-0/+185
* o sparc64/isa/isa.c:marius2004-11-171-112/+186
* Shorten the description of the mk48txx driver to just say that it supportsmarius2004-11-172-2/+2
* o Sync with the NetBSD mk48txx driver (the result simplyfies some changesmarius2004-11-174-44/+52
* Catch up with version 600000 of config(8), quotes around device namesmarius2004-11-172-17/+17
* Fix paths after repocopies done by scottltrhodes2004-11-101-2/+2
* Correct a typo in the previous revision.alc2004-11-081-1/+1
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().alc2004-11-081-3/+5
OpenPOWER on IntegriCloud