summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20sync usage() w/ synopsis;Jason McIntyre
2007-03-20tweaks;Jason McIntyre
2007-03-20new sentence, new line;Jason McIntyre
2007-03-20Add line-buffering flag (-u).Ray Lai
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-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p, from charles longeauTed Unangst
2007-03-20remove *pTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p from charles longeauTed Unangst
2007-03-20document softraid and bioctl creation of softraidTodd T. Fries
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20Hook up sd ioctl.Marco Peereboom
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
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-19be a tiny little bit more verbose when encoutering bad block or fragmentOtto Moerbeek
2007-03-19syncTheo de Raadt
2007-03-19new sentence, new line;Jason McIntyre
2007-03-19english does not require that nouns be capitalised;Jason McIntyre
2007-03-19- add .Cd entries for com2, zrc0, and pxammc0Jason McIntyre
2007-03-19+.Xr evdns 3 ,Jason McIntyre
2007-03-19further cleanup;Jason McIntyre
2007-03-19syncTheo de Raadt
2007-03-19add MLINKS for evdns_err_to_string() and evdns_nameserver_add();Jason McIntyre
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-19clean up this page;Jason McIntyre
2007-03-19Default to writeback cache.Miod Vallat
2007-03-19Also shift superblock fields in ffs_reload(), okay beck@ deraadt@Pedro Martelletto
2007-03-19syncTheo de Raadt
2007-03-19provide MLINKS for evhttp_start() and evhttp_free();Jason McIntyre
2007-03-19tweaks;Jason McIntyre
2007-03-19Deactivate the pmap in cpu_exit. This way we can avoid quite a lot ofArtur Grabowski
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller