summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
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-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-20do not use out of scope variable in macros -- only use the macro arguments pa...Michael Shalayeff
2007-03-20on com_console we need a little delay to let fifo flush itself before resetti...Michael Shalayeff
2007-03-20missing include and also use time_uptime as art suggested; compiles nowMichael Shalayeff
2007-03-20reorder slightly. ata bits before atascsiDavid Gwynne
2007-03-20Spring cleaning: some whitespace, clean up the failure path in the attachGordon Willem Klok
2007-03-20Add timeout handling for ATA commands.Christopher Pascoe
2007-03-20nothing from wdc, wd, or any of the existing ata stuff pls. this gets ridDavid Gwynne
2007-03-20Spec says we can't write anything other than the global host control registerChristopher Pascoe
2007-03-20Minor style fixup.Christopher Pascoe
2007-03-20Request "descriptor processed" interrupts only for PIO requests (inquiry,Christopher Pascoe
2007-03-20Calculate the residual and copy it back to the scsi_xfer, so that RW actuallyChristopher Pascoe
2007-03-20Add support for issuing sector read/write commands.Christopher Pascoe
2007-03-20Split PRDT unload out into its own function, for symmetry.Christopher Pascoe
2007-03-20Instead of having a copy of every register that we will issue in the ata_cmd,Christopher Pascoe
2007-03-20Change API for struct ata_xfer allocation to move it into the device thatChristopher Pascoe
2007-03-20Hook up sd ioctl.Marco Peereboom
2007-03-20Fake out target id for bioc_disk.Marco Peereboom
2007-03-20Use queue.h macros instead of home made for thingy.Marco Peereboom
2007-03-19Use u_int32_t instead of u_long for IP addresses.Marco Pfatschbacher
2007-03-19Only call bus_dmamap_unload() if we loaded a dmamap beforehand. Found outClaudio Jeker
2007-03-19the autoconf glue funcs (match/attach/etc) are only used inside softraid.c,David Gwynne
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-19Also shift superblock fields in ffs_reload(), okay beck@ deraadt@Pedro Martelletto
2007-03-19Deactivate the pmap in cpu_exit. This way we can avoid quite a lot ofArtur Grabowski
2007-03-19Fix keyword expansion.Michael Knudsen
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