summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-21describe .wav support in one sentenceUwe Stuehler
2007-03-21saost is dead, long live pxaost, and add .Xr to pxammc to intro; pointedUwe Stuehler
2007-03-21Rename saost.4 to pxaost.4 and update - the driver got rewritten; ok drahnUwe Stuehler
2007-03-21replace the array of u_int8_ts for the fis/registers with a struct to makeDavid Gwynne
2007-03-21in addition to the host retry option in tables, add support for theReyk Floeter
2007-03-21For now, reserve one opening so we always have a CCB free to issue a softChristopher Pascoe
2007-03-20Mention Billionton Systems CFLT2-10B CF adapter here also.Jonathan Gray
2007-03-20Support for playing simple RIFF files (.wav) from Simon Effenberg, savarUwe Stuehler
2007-03-20Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quietKurt Miller
2007-03-20some updates/improvements for BUGS;Jason McIntyre
2007-03-20Fix crystal on/off routine (no more panic). Add two new routines toMarcus Glocker
2007-03-20Set umask to 077 when saving messages in the outbox (not enabledTodd C. Miller
2007-03-20Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable forMark Kettenis
2007-03-20cut SEE ALSO down to a sane size;Jason McIntyre
2007-03-20steps on kernel building + modifying are already contained inJason McIntyre
2007-03-20syncTheo de Raadt
2007-03-20document the args to the "timezone" command;Jason McIntyre
2007-03-20Don't use newfs -d 0, it has been the default for over a decade now.Pedro Martelletto
2007-03-20various text improvements to make this page read better. also add inJason McIntyre
2007-03-20swiss spellingTheo de Raadt
2007-03-20make synopsis/usage() a little nicer;Jason McIntyre
2007-03-20sync usage(); from Igor SobradoJason McIntyre
2007-03-20An complete lack of peer review before this is commited means it gets pulled.Theo de Raadt
2007-03-20sort options; sync synopsis and usage();Jason McIntyre
2007-03-20- let synopsis and description agree for -fJason McIntyre
2007-03-20remove -K from usage();Jason McIntyre
2007-03-20-l requires an argument; from Igor SobradoJason McIntyre
2007-03-20further clean usage(); ok toddJason McIntyre
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-20wow, i suck. two fixes by Matthew R. Dempsey for my dumb mistakes.David Gwynne
2007-03-20add missing FLUSH_CACHE commands.David Gwynne
2007-03-20Document some routines by pointing to the refering specs URL.Marcus Glocker
2007-03-20Basic FLUSH CACHE support.Christopher Pascoe
2007-03-20Use ALLOCNOW flag when creating PRDT dmamap, otherwise it could fail duringChristopher Pascoe
2007-03-20Tag ATAPI transfers that have no data phase correctly, otherwise the commandChristopher Pascoe
2007-03-20Our timeout and error handlers complete the commands for us, so we shouldChristopher Pascoe
2007-03-20typo in commentTodd T. Fries
2007-03-20commit the rest of the jmicron ids. jsg has been trying to get me to addDavid Gwynne
2007-03-20Oops, remove some unused variables and unmangle a command name.Christopher Pascoe
2007-03-20zap unused variable.Thordur I. Bjornsson
2007-03-20Cap the device size we present to 2TB, just in case someone attachesChristopher Pascoe
2007-03-20Move common completion handling into ata_exec itself. Removes a double freeChristopher Pascoe
2007-03-20augment the -q option, now if specifed with -c (checklist)Thordur I. Bjornsson
2007-03-20Add support for ATA PACKET commands. This should make ATAPI cdrom drives,Christopher Pascoe
2007-03-20Read the whole SPROM content with a single routine to a own sprom struct.Marcus Glocker
2007-03-20Catch failed commands and copy the error taskfile back to the ata_cmd,Christopher Pascoe
2007-03-20move ata command definitions from atascsi.c to atascsi.hDavid Gwynne
2007-03-20document that scsibus is what attaches to ahci. ahci controllers can alsoDavid Gwynne