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