| Commit message (Expand) | Author | Age | Files | Lines |
* | - Re-write OF_decode_addr() with a bus-neutral approach, adding support | Marius Strobl | 2005-02-12 | 2 | -85/+175 |
* | Add lock assertion. | Alan Cox | 2005-02-12 | 1 | -0/+1 |
* | Since we are quite unlikely to ever face another platform which | Poul-Henning Kamp | 2005-02-06 | 1 | -0/+6 |
* | Finish the job of sorting all includes and fix the build by including | Nate Lawson | 2005-02-06 | 1 | -11/+10 |
* | Acquire the source pmap's lock in pmap_copy(). | Alan Cox | 2005-02-05 | 1 | -1/+8 |
* | Sort includes a little so that bus.h comes before cpu.h (for device_t). | Nate Lawson | 2005-02-04 | 1 | -4/+4 |
* | Add an implementation of cpu_est_clockrate(9). This function estimates the | Nate Lawson | 2005-02-04 | 1 | -0/+9 |
* | Yikes! Fix a typo in a function name that managed to occur twice. | Scott Long | 2005-01-31 | 1 | -2/+2 |
* | o Enable puc(4) and uart(4). | Marcel Moolenaar | 2005-01-30 | 1 | -5/+5 |
* | Hopefully unbreak modules build. | Ruslan Ermilov | 2005-01-29 | 1 | -1/+1 |
* | At least on some U30 there's a spurious duplicate device node of an EBus | Marius Strobl | 2005-01-20 | 1 | -5/+12 |
* | Add a small API to manage the MD user trap structures. Specifically, we | John Baldwin | 2005-01-19 | 4 | -17/+48 |
* | Add the bus_dmamap_load_mbuf_sg() function to sparc64. | Scott Long | 2005-01-15 | 3 | -15/+99 |
* | Fixed sparc64 LINT build. | Ruslan Ermilov | 2005-01-14 | 1 | -0/+1 |
* | Don't panic when we're asked to allocate a resource type that we know | Marcel Moolenaar | 2005-01-09 | 1 | -3/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 59 | -61/+62 |
* | Minor sync to alpha and i386: | John Baldwin | 2004-12-30 | 1 | -1/+4 |
* | Identify USIIIi processors. | Scott Long | 2004-12-24 | 2 | -0/+4 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | Alan Cox | 2004-12-23 | 1 | -2/+0 |
* | In the common case, pmap_enter_quick() completes without sleeping. | Alan Cox | 2004-12-15 | 1 | -0/+8 |
* | Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to call | Alan Cox | 2004-12-11 | 1 | -2/+1 |
* | PNP BIOS devices are fundamentally different than ISA PNP devices. | Warner Losh | 2004-12-07 | 1 | -1/+1 |
* | Change gdb_cpu_setreg() to not take the value to which to set the | Marcel Moolenaar | 2004-12-01 | 2 | -2/+2 |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 5 | -6/+4 |
* | Remove references to U area and garbage collect includes. | David Schultz | 2004-11-20 | 1 | -2/+0 |
* | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
* | U areas are going away, so don't allocate one for process 0. | David Schultz | 2004-11-20 | 1 | -3/+0 |
* | Add a front-end for the `rtc' device which is a MC146818 compatible | Marius Strobl | 2004-11-17 | 3 | -0/+185 |
* | o sparc64/isa/isa.c: | Marius Strobl | 2004-11-17 | 1 | -112/+186 |
* | Shorten the description of the mk48txx driver to just say that it supports | Marius Strobl | 2004-11-17 | 2 | -2/+2 |
* | o Sync with the NetBSD mk48txx driver (the result simplyfies some changes | Marius Strobl | 2004-11-17 | 4 | -44/+52 |
* | Catch up with version 600000 of config(8), quotes around device names | Marius Strobl | 2004-11-17 | 2 | -17/+17 |
* | Fix paths after repocopies done by scottl | Tom Rhodes | 2004-11-10 | 1 | -2/+2 |
* | Correct a typo in the previous revision. | Alan Cox | 2004-11-08 | 1 | -1/+1 |
* | Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). | Alan Cox | 2004-11-08 | 1 | -3/+5 |
* | The synchronization provided by vm object locking has eliminated the | Alan Cox | 2004-11-03 | 1 | -1/+0 |
* | Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. | Andre Oppermann | 2004-11-02 | 1 | -1/+1 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 1 | -1/+1 |
* | Device driver for onboard CS4231 audio controller which is found | Pyun YongHyeon | 2004-10-25 | 3 | -1/+181 |
* | Flush the register windows before we start changing the context. | Ken Smith | 2004-10-09 | 1 | -0/+2 |
* | Port NetBSD auxio driver. The driver was modified to use led(4) and can | Pyun YongHyeon | 2004-10-09 | 2 | -0/+2 |
* | This along with v1.6 of counter.c fixes some timecounter issues on | Ken Smith | 2004-09-30 | 1 | -0/+19 |
* | Set the tc_quality field of the struct before calling tc_init(), since | Ken Smith | 2004-09-30 | 1 | -0/+2 |
* | We seem to have occasions where sending an IPI takes significantly | Ken Smith | 2004-09-29 | 1 | -1/+1 |
* | Add an assertion that the pcb_nsaved field of the pcb be less than | Ken Smith | 2004-09-28 | 1 | -0/+2 |
* | Some minor print/panic message cleanups. | Ken Smith | 2004-09-27 | 1 | -3/+3 |
* | Initialize the count of saved register windows to 0 in the pcb created | Ken Smith | 2004-09-27 | 1 | -0/+1 |
* | - Add support for "paging" in stack trace output. That is, when you do | John Baldwin | 2004-09-20 | 1 | -6/+9 |
* | Better fix the busdma problem exposed by ATA. With the CMD 646 for | Marcel Moolenaar | 2004-09-10 | 1 | -1/+5 |
* | sparc64 is not ready for PREEMPTION, so turn it off for now. | Scott Long | 2004-09-09 | 1 | -1/+1 |