Age | Commit message (Expand) | Author |
2007-02-07 | enable bio(4) | David Gwynne |
2007-02-07 | bus_space_{read,write}_raw_region_[24] take the length of the buffer theyre | David Gwynne |
2007-02-06 | Define trap #0x81 for cache range flush, will be necessary soon for gcc | Miod Vallat |
2007-02-06 | Get memory size from SH-IPL+g whenever possible, before relying upon the | Miod Vallat |
2007-02-06 | Use uvm_grow() instead of rolling our own inline version. | Miod Vallat |
2007-02-06 | define the bio(4) cdev stuff in conf.h, rather than having a per machine | David Gwynne |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-05 | Map the pci space registers, so that the MEMORY enable gets turned on, | Dale Rahn |
2007-02-05 | Oops, forgot to commit these files when adding md mutex code; spotted by nick@ | Miod Vallat |
2007-02-04 | Add zyd to cd ramdisks | Jonathan Gray |
2007-02-03 | Simple single-processor mutex implementation, simpler than the MI code by | Miod Vallat |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2007-02-03 | There is no good reason to disable half of the 7751 cache, so don't. | Miod Vallat |
2007-02-03 | Remove unused functionality from lockmgr(): | Miod Vallat |
2007-02-01 | When doing signotify, check if we're notifying a process on another | Artur Grabowski |
2007-02-01 | Rename the MICROSET IPI we inherited from NetBSD to simply NOP since | Artur Grabowski |
2007-01-31 | Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage | Gordon Willem Klok |
2007-01-29 | LCD device driver support for luna88k, first step. | Kenji Aoyama |
2007-01-28 | optimize m68k writeback(): | Miod Vallat |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis |
2007-01-26 | Deal with zero wraparound in DVMA range checks; | Marc Aurele La France |
2007-01-24 | Actually establish interrupt handler in !ioapic_cold case. | Mark Kettenis |
2007-01-24 | Check nioapics to see whether we're using I/O APICs. | Mark Kettenis |
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis |
2007-01-22 | Add acpidock here too. | Michael Knudsen |
2007-01-22 | Add commented out acpidock(4) entry. | Michael Knudsen |
2007-01-22 | Allow pmap_zeropage and pmap_copypage to work with cache enabled on | Miod Vallat |
2007-01-22 | use the MI DP8390 driver instead of rolling our own functions | Martin Reindl |
2007-01-21 | Use addic. %r31,%r31,1 instead of addic. %r31,%r31,%r1. | Mark Kettenis |
2007-01-20 | Do not panic on non-fatal iommu errors. | Mark Kettenis |
2007-01-19 | Update comment (on how long we wait for operation to complete) reflect | Tom Cosgrove |
2007-01-18 | No longer print the 'bios id' field in the dmesg, its of dubious diagnostic | Gordon Willem Klok |
2007-01-17 | Remove some cruft, SUPPORT_PPC1BUG isnt defined or needed. While here fix | Gordon Willem Klok |
2007-01-17 | new shorter version of userret() as surely miod ment it to be like (; miod@ ok | Michael Shalayeff |
2007-01-16 | Remove unnecessary ampersands in ADR2CELL macro invocations; | Marc Aurele La France |
2007-01-16 | Really print iommu TFAR (instead of CTRL again). | Mark Kettenis |
2007-01-15 | ansi/deregister | Jonathan Gray |
2007-01-15 | power(4) driver for the power switch on many landisk models, hooked | Martin Reindl |
2007-01-15 | undo last broken userret() change here; miod@ ok | Michael Shalayeff |
2007-01-14 | ragge@netbsd fixed the copyright, thanks. ok miod@ | Otto Moerbeek |
2007-01-14 | zsprintf() is gone, fixes ZSMACDEBUG case | Martin Reindl |
2007-01-14 | Move the isa bridge probe from isabr to frodo, so that frodo only attempts | Miod Vallat |
2007-01-14 | Clear error bits in PCI command/status register before establishing PCI error | Mark Kettenis |
2007-01-14 | Provide a bit more diagnostic information in the PCI error handler. | Mark Kettenis |
2007-01-14 | Add macros to access Schizo's PCI config space. | Mark Kettenis |
2007-01-14 | Add another Tomatillo-specific register. | Mark Kettenis |
2007-01-14 | Same as GENERIC, m88k_cpus[] should have 4 elements on luna88k, even in | Kenji Aoyama |
2007-01-13 | Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h> | Miod Vallat |