summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* The synchronization provided by vm object locking has eliminated thealc2004-11-031-1/+0
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-253-1/+181
* Flush the register windows before we start changing the context.kensmith2004-10-091-0/+2
* Port NetBSD auxio driver. The driver was modified to use led(4) and canyongari2004-10-092-0/+2
* This along with v1.6 of counter.c fixes some timecounter issues onkensmith2004-09-301-0/+19
* Set the tc_quality field of the struct before calling tc_init(), sincekensmith2004-09-301-0/+2
* We seem to have occasions where sending an IPI takes significantlykensmith2004-09-291-1/+1
* Add an assertion that the pcb_nsaved field of the pcb be less thankensmith2004-09-281-0/+2
* Some minor print/panic message cleanups.kensmith2004-09-271-3/+3
* Initialize the count of saved register windows to 0 in the pcb createdkensmith2004-09-271-0/+1
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-6/+9
* Better fix the busdma problem exposed by ATA. With the CMD 646 formarcel2004-09-101-1/+5
* sparc64 is not ready for PREEMPTION, so turn it off for now.scottl2004-09-091-1/+1
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-6/+5
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.scottl2004-09-071-1/+3
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Remove an unneeded argument..julian2004-08-311-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-6/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-1/+0
* Properly free the temporary sf_buf in uiomove_fromphys() if a copyin oralc2004-08-211-1/+4
* - Sync whitespace and comments with i386 GENERIC.marius2004-08-161-53/+65
* Try to catch up with reality:marius2004-08-161-30/+38
OpenPOWER on IntegriCloud