Age | Commit message (Expand) | Author |
2007-03-20 | sync | Theo de Raadt |
2007-03-20 | document the args to the "timezone" command; | Jason McIntyre |
2007-03-20 | Don't use newfs -d 0, it has been the default for over a decade now. | Pedro Martelletto |
2007-03-20 | various text improvements to make this page read better. also add in | Jason McIntyre |
2007-03-20 | swiss spelling | Theo de Raadt |
2007-03-20 | make synopsis/usage() a little nicer; | Jason McIntyre |
2007-03-20 | sync usage(); from Igor Sobrado | Jason McIntyre |
2007-03-20 | An complete lack of peer review before this is commited means it gets pulled. | Theo de Raadt |
2007-03-20 | sort options; sync synopsis and usage(); | Jason McIntyre |
2007-03-20 | - let synopsis and description agree for -f | Jason McIntyre |
2007-03-20 | remove -K from usage(); | Jason McIntyre |
2007-03-20 | -l requires an argument; from Igor Sobrado | Jason McIntyre |
2007-03-20 | further clean usage(); ok todd | Jason McIntyre |
2007-03-20 | Use aml_val2int() instead of accessing v_integer directly. | Michael Knudsen |
2007-03-20 | Be sure to reset ata_xfer flags for all PACKET transfers, otherwise we | Christopher Pascoe |
2007-03-20 | Remove unused ALIGN32 macro. It wouldn't work anyway, since | Deanna Phillips |
2007-03-20 | wow, i suck. two fixes by Matthew R. Dempsey for my dumb mistakes. | David Gwynne |
2007-03-20 | add missing FLUSH_CACHE commands. | David Gwynne |
2007-03-20 | Document some routines by pointing to the refering specs URL. | Marcus Glocker |
2007-03-20 | Basic FLUSH CACHE support. | Christopher Pascoe |
2007-03-20 | Use ALLOCNOW flag when creating PRDT dmamap, otherwise it could fail during | Christopher Pascoe |
2007-03-20 | Tag ATAPI transfers that have no data phase correctly, otherwise the command | Christopher Pascoe |
2007-03-20 | Our timeout and error handlers complete the commands for us, so we should | Christopher Pascoe |
2007-03-20 | typo in comment | Todd T. Fries |
2007-03-20 | commit the rest of the jmicron ids. jsg has been trying to get me to add | David Gwynne |
2007-03-20 | Oops, remove some unused variables and unmangle a command name. | Christopher Pascoe |
2007-03-20 | zap unused variable. | Thordur I. Bjornsson |
2007-03-20 | Cap the device size we present to 2TB, just in case someone attaches | Christopher Pascoe |
2007-03-20 | Move common completion handling into ata_exec itself. Removes a double free | Christopher Pascoe |
2007-03-20 | augment the -q option, now if specifed with -c (checklist) | Thordur I. Bjornsson |
2007-03-20 | Add support for ATA PACKET commands. This should make ATAPI cdrom drives, | Christopher Pascoe |
2007-03-20 | Read the whole SPROM content with a single routine to a own sprom struct. | Marcus Glocker |
2007-03-20 | Catch failed commands and copy the error taskfile back to the ata_cmd, | Christopher Pascoe |
2007-03-20 | move ata command definitions from atascsi.c to atascsi.h | David Gwynne |
2007-03-20 | document that scsibus is what attaches to ahci. ahci controllers can also | David Gwynne |
2007-03-20 | do not use out of scope variable in macros -- only use the macro arguments pa... | Michael Shalayeff |
2007-03-20 | on com_console we need a little delay to let fifo flush itself before resetti... | Michael Shalayeff |
2007-03-20 | missing include and also use time_uptime as art suggested; compiles now | Michael Shalayeff |
2007-03-20 | reorder slightly. ata bits before atascsi | David Gwynne |
2007-03-20 | Spring cleaning: some whitespace, clean up the failure path in the attach | Gordon Willem Klok |
2007-03-20 | Add timeout handling for ATA commands. | Christopher Pascoe |
2007-03-20 | nothing from wdc, wd, or any of the existing ata stuff pls. this gets rid | David Gwynne |
2007-03-20 | Spec says we can't write anything other than the global host control register | Christopher Pascoe |
2007-03-20 | Minor style fixup. | Christopher Pascoe |
2007-03-20 | Request "descriptor processed" interrupts only for PIO requests (inquiry, | Christopher Pascoe |
2007-03-20 | Calculate the residual and copy it back to the scsi_xfer, so that RW actually | Christopher Pascoe |
2007-03-20 | Add support for issuing sector read/write commands. | Christopher Pascoe |
2007-03-20 | sync usage() w/ synopsis; | Jason McIntyre |
2007-03-20 | tweaks; | Jason McIntyre |
2007-03-20 | new sentence, new line; | Jason McIntyre |