summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-03-27grammar from bret lambert, and one more from me;Jason McIntyre
2007-03-27attach ahci based on the pci class and interface fields, not just on aDavid Gwynne
2007-03-27disable serverworks sata until it works (been busted for a year on theTheo de Raadt
2007-03-27First stab at state transition code for volumes and chunks.Marco Peereboom
2007-03-27regenerateChris Kuethe
2007-03-27u-blox ANTARIS4 GPS receiverChris Kuethe
2007-03-27regenDavid Gwynne
2007-03-27silicon image 3131 and 3531David Gwynne
2007-03-26Don't leak memory.Marco Peereboom
2007-03-26Calculate minutes left more accurately.Marco Peereboom
2007-03-26bits for the global control registerDavid Gwynne
2007-03-26typos in commentsTed Unangst
2007-03-26oops, 64bit memory bars.David Gwynne
2007-03-25include rwlock.h ourselves, better than depending on it getting pickedTed Unangst
2007-03-25wdc retries (including after suspends) caused a disk to remain busy whenTheo de Raadt
2007-03-25POLLERR is the correct return code for poll errorsTed Unangst
2007-03-25use a rwlock instead of the homegrown approachTed Unangst
2007-03-25kill extra space in output with diskerr(); ok jsgTheo de Raadt
2007-03-24Complete the right scsi_xfer when processing a disk sync request.Christopher Pascoe
2007-03-24Kill the horrible hack of storing the pid in struct selinfo.Artur Grabowski
2007-03-24fix the vnode lockingTed Unangst
2007-03-24port registersDavid Gwynne
2007-03-24global register definitionsDavid Gwynne
2007-03-24Dump command and response when debugging is enabledUwe Stuehler
2007-03-23the input length is different on the eGalax and ITM screens,Robert Nagy
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-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-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-21atascsi sends h2d fis's, not d2h.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-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