summaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct a typo in the previous revision.Alan Cox2004-11-081-1/+1
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().Alan Cox2004-11-081-3/+5
* The synchronization provided by vm object locking has eliminated theAlan Cox2004-11-031-1/+0
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.Andre Oppermann2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* Device driver for onboard CS4231 audio controller which is foundPyun YongHyeon2004-10-253-1/+181
* Flush the register windows before we start changing the context.Ken Smith2004-10-091-0/+2
* Port NetBSD auxio driver. The driver was modified to use led(4) and canPyun YongHyeon2004-10-092-0/+2
* This along with v1.6 of counter.c fixes some timecounter issues onKen Smith2004-09-301-0/+19
* Set the tc_quality field of the struct before calling tc_init(), sinceKen Smith2004-09-301-0/+2
* We seem to have occasions where sending an IPI takes significantlyKen Smith2004-09-291-1/+1
* Add an assertion that the pcb_nsaved field of the pcb be less thanKen Smith2004-09-281-0/+2
* Some minor print/panic message cleanups.Ken Smith2004-09-271-3/+3
* Initialize the count of saved register windows to 0 in the pcb createdKen Smith2004-09-271-0/+1
* - Add support for "paging" in stack trace output. That is, when you doJohn Baldwin2004-09-201-6/+9
* Better fix the busdma problem exposed by ATA. With the CMD 646 forMarcel Moolenaar2004-09-101-1/+5
* sparc64 is not ready for PREEMPTION, so turn it off for now.Scott Long2004-09-091-1/+1
* Fix a problem with tag->boundary inheritence that has existed since day oneScott Long2004-09-081-6/+5
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.Scott Long2004-09-071-1/+3
* Refactor a bunch of scheduler code to give basically the same behaviourJulian Elischer2004-09-051-1/+1
* Remove an unneeded argument..Julian Elischer2004-08-311-1/+1
* Remove sched_free_thread() which was only usedJulian Elischer2004-08-311-6/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar2004-08-271-0/+13
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-1/+0
* Properly free the temporary sf_buf in uiomove_fromphys() if a copyin orAlan Cox2004-08-211-1/+4
* - Sync whitespace and comments with i386 GENERIC.Marius Strobl2004-08-161-53/+65
* Try to catch up with reality:Marius Strobl2004-08-161-30/+38