Age | Commit message (Expand) | Author |
2007-03-26 | i shouldn't be shy about commiting ahci to this. | David Gwynne |
2007-03-26 | ichss_cookie is a bad name, and should not be a void pointer. | Gordon Willem Klok |
2007-03-24 | Call the new ohci_checkrev function on xscale, otherwise the USB version | Christopher Pascoe |
2007-03-23 | Do not enter ddb from the interrupt handler unless option DEBUG. | Miod Vallat |
2007-03-23 | Real atomic_{set,clear}bits_int implementation, and replace similar | Miod Vallat |
2007-03-23 | Define PROC_PC and simplify userret(); ok kettenis@ (and I think drahn@ too) | Miod Vallat |
2007-03-23 | Clean up the failure path of the attach routine, check the return value of | Gordon Willem Klok |
2007-03-23 | Fix compiliation of MULTIPROCESSOR without DDB, being defined. | Gordon Willem Klok |
2007-03-23 | Remove duplicated defines from intr.h that are already defined in | Artur Grabowski |
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat |
2007-03-22 | Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@, | Mark Kettenis |
2007-03-22 | Change yet another kernel message starting with `<'. | Miod Vallat |
2007-03-22 | When registering VME interrupts, maintain a direct ipl->vector table, as long | Miod Vallat |
2007-03-22 | In cmmu routines, replace splhigh() with disable_interrupts(), saves a function | Miod Vallat |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-21 | no need to include uvm_extern.h here | Martin Reindl |
2007-03-21 | Map the kernel text read only. Because we can. | Miod Vallat |
2007-03-21 | Uninitialized variable in db_write_bytes(). | Miod Vallat |
2007-03-21 | ahci seems to work fine on i386. thanks to marc winiger for figuring that | David Gwynne |
2007-03-21 | Real atomic_{set,clear}bits_int implementation, ok deraadt | Miod Vallat |
2007-03-21 | Real atomic_{set,clear}bits_int implementation, no performance hit on 060 | Miod Vallat |
2007-03-21 | Mips_IOSyncDCache last argument is in the 0..2 range, not -1..1, so let | Miod Vallat |
2007-03-21 | remove extra *p test, from charles longeau | Ted Unangst |
2007-03-21 | enable ahci(4). this only attaches to the jmicron controllers so far. | David Gwynne |
2007-03-20 | Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable for | Mark Kettenis |
2007-03-20 | Remove unused ALIGN32 macro. It wouldn't work anyway, since | Deanna Phillips |
2007-03-20 | typo in comment | Todd T. Fries |
2007-03-20 | Spring cleaning: some whitespace, clean up the failure path in the attach | Gordon Willem Klok |
2007-03-19 | Remove force-PIO workaround for wd@pciide. | Miod Vallat |
2007-03-19 | bus_dmamap_sync fixes to cope with real life. | Miod Vallat |
2007-03-19 | Default to writeback cache. | Miod Vallat |
2007-03-19 | Deactivate the pmap in cpu_exit. This way we can avoid quite a lot of | Artur Grabowski |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne |
2007-03-19 | Not only did I break RAMDISK, I also left a debugging printf. | Artur Grabowski |
2007-03-19 | please always test RAMDISK kernels | Theo de Raadt |
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski |
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2007-03-18 | put support for alphaservers 1200 and 4100 on ramdisk kernels | Martin Reindl |
2007-03-18 | typo | Theo de Raadt |
2007-03-18 | Enable pxammc and sdmmc in RAMDISK, too. | Uwe Stuehler |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-03-18 | Add an interface to scoop(4) to control CF and SD card power | Uwe Stuehler |
2007-03-18 | do not steal page table pages on page allocation failure -- it can be dealt w... | Michael Shalayeff |
2007-03-17 | For arm pre-v6 (ie all supported machines) it is necessary to disable | Dale Rahn |
2007-03-17 | Implement proper atomic.h for powerpc. With help from art@ and drahn@. | Mark Kettenis |
2007-03-17 | Make lcsplx() call spllower() instead of duplicating its code. | Mark Kettenis |
2007-03-17 | Do not start lines printed by the kernel with '<' so that syslog won't get | Miod Vallat |
2007-03-17 | Only invoke printstar() in get_pte() if option DEBUG. | Miod Vallat |
2007-03-17 | Indentation repairs, no code change. | Miod Vallat |