summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-03-23Make FFS allocation functions non-static, okay miod@ mk@ thib@Pedro Martelletto
2007-03-23Turn AHCI_DEBUG back on for now, so we can see if any commands are timingChristopher Pascoe
2007-03-23Fix set to already set localJordan Hargrave
2007-03-23Track the ATA xfer's state more closely - may help us identify why someChristopher Pascoe
2007-03-23Really clear the device register on the flush cache command. Last commitChristopher Pascoe
2007-03-23Clear the device register on the flush cache command, in case somethingChristopher Pascoe
2007-03-23Catch timed out disk commands.Christopher Pascoe
2007-03-23add ethertype for ata over ethernet (AoE)Ted Unangst
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-22read and write funcs for the global register spaceDavid Gwynne
2007-03-22map the global and port register spaces.David Gwynne
2007-03-22Perform legacy emulation handover for USB1 companion controllers immediatelyChristopher Pascoe
2007-03-22Reapplication of rev 1.49.Christopher Pascoe
2007-03-22Reapplication of rev 1.36.Christopher Pascoe
2007-03-22Let atascsi issue NCQ commands if the controller supports it.Christopher Pascoe
2007-03-22import sili(4) so it can be worked on in the tree. this will support theDavid Gwynne
2007-03-21A polled xfer has completed and been put by the time ata_cmd returns, soChristopher Pascoe
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-21typoPedro Martelletto
2007-03-21Remove the v_interlock simplelock from the vnode structure.Thordur I. Bjornsson
2007-03-21Add support for mounting arbitrary sessions, from Enache AdrianPedro Martelletto
2007-03-21NCQ commands generate a "Set Device Bits" FIS upon completion. Enable theChristopher Pascoe
2007-03-21Add support for issuing NCQ commands via AHCI.Christopher Pascoe
2007-03-21Basic support for JMicron PATA.Jonathan Gray
2007-03-21dont print if there is a device found or not, you can figure that out byDavid Gwynne
2007-03-21ahci seems to work fine on i386. thanks to marc winiger for figuring thatDavid Gwynne
2007-03-21Split tsleep into pieces. Instead of doing everything in a large "shoveArtur Grabowski
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-21atascsi sends h2d fis's, not d2h.David Gwynne
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-21replace the array of u_int8_ts for the fis/registers with a struct to makeDavid Gwynne
2007-03-21For now, reserve one opening so we always have a CCB free to issue a softChristopher Pascoe
2007-03-20Fix crystal on/off routine (no more panic). Add two new routines toMarcus Glocker
2007-03-20Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable forMark Kettenis
2007-03-20swiss spellingTheo de Raadt
2007-03-20An complete lack of peer review before this is commited means it gets pulled.Theo de Raadt
2007-03-20Use aml_val2int() instead of accessing v_integer directly.Michael Knudsen
2007-03-20Be sure to reset ata_xfer flags for all PACKET transfers, otherwise weChristopher Pascoe
2007-03-20Remove unused ALIGN32 macro. It wouldn't work anyway, sinceDeanna Phillips
2007-03-20add missing FLUSH_CACHE commands.David Gwynne