Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-21 | the drivers are called adv and adw, not advansys; | Jason McIntyre | |
2006-09-21 | more lfs removal; ok pedro | Jason McIntyre | |
2006-09-21 | reword a sentence so we are not discussing lfs; help from pedro | Jason McIntyre | |
2006-09-21 | sync the pci scsi entries; | Jason McIntyre | |
2006-09-21 | remove trailing full stops from the device list; | Jason McIntyre | |
2006-09-21 | sync the pas.4 entry; | Jason McIntyre | |
2006-09-21 | add a small page for proaudio spectrum; help/ok mickey | Jason McIntyre | |
2006-09-21 | - put mpu(4) in the right place | Jason McIntyre | |
- sync mpu(4) and sb(4) entries | |||
2006-09-21 | isapnp devices sync; | Jason McIntyre | |
2006-09-21 | drop full stops from device list; | Jason McIntyre | |
2006-09-21 | sync isa scsi devices; | Jason McIntyre | |
2006-09-21 | drop full stops from the device list; | Jason McIntyre | |
2006-09-21 | sync the eisa scsi devices; | Jason McIntyre | |
2006-09-21 | drop full stops from device list; | Jason McIntyre | |
2006-09-21 | do not use full stops at the end of the device lists: | Jason McIntyre | |
there's no need for it, and pasting will be easier without them | |||
2006-09-21 | ugly trailing ws; from bret dot lambert at gmail | Otto Moerbeek | |
2006-09-21 | code for acking event notifications that require acks. | David Gwynne | |
2006-09-21 | deref the right rcb by using i as the index, not 1 all the time. | David Gwynne | |
2006-09-21 | start cleaning up the completion path for event notifications. | David Gwynne | |
2006-09-21 | missing args for printf; some from Aurelien <aurelien26 at free dot fr>. | Federico G. Schwindt | |
2006-09-21 | add a debug flag type thing for event handling | David Gwynne | |
2006-09-21 | wrap the hardware replies up in a structure called mpi_rcb which is | David Gwynne | |
similair to the one used for requests. take the reply bits out of the ccb, but point it at the rcb instead. this lets us defer processing of the reply some time after we reuse or free the ccb. | |||
2006-09-21 | factor the common code out of mpi_intr and mpi_complete. they were | David Gwynne | |
basically identical apart from the conditions they looped on. | |||
2006-09-21 | when we probe and find devices on the scsibus, we allocate a scsi_link | David Gwynne | |
struct for it and keep it in the midlayer. however, this struct was never free'd on detach. since we only do hotplugging of controllers (and the scsibus and devices get hotplugged as a matter of course), we now walk the list of scsi_link structs and free them on detach of scsibus. ok marco@ | |||
2006-09-21 | event data for the sas phy and sas status change messages | David Gwynne | |
2006-09-21 | Remove newlfs, okay weingart@ deraadt@ | Pedro Martelletto | |
2006-09-20 | sync | Theo de Raadt | |
2006-09-20 | Use void * where void * is meant, spotted by tedu@ | Pedro Martelletto | |
No binary change | |||
2006-09-20 | sync | Theo de Raadt | |
2006-09-20 | - sort SEE ALSO | Jason McIntyre | |
- better macro | |||
2006-09-20 | update ciss.4 .Nd; | Jason McIntyre | |
2006-09-20 | export a structure for the firmware file header. Unfortunately this is | Theo de Raadt | |
one of the more gross firmwares around (as in, the broadcom supplied header file has 30+ ugly global variables.. which we must copy into a header. Kernel and userland must agree about this header, then the kernel can rip the header apart back into it's driver specific "globals"..) | |||
2006-09-20 | build a bnx firmware file, for firmload | Theo de Raadt | |
2006-09-20 | Fix the way delays between request retransmissions are calculated | Thordur I. Bjornsson | |
in the case where NFSERR_TRYLATER is received from the server. Adapted from NetBSD. ok pedro@, tedu@ | |||
2006-09-20 | Recommit non-static array fix. | Ray Lai | |
2006-09-20 | Recommit memory leak fix. | Ray Lai | |
2006-09-20 | remove references to bad144(8) man page; | Jason McIntyre | |
2006-09-20 | -.Xr dumplfs 8 , | Jason McIntyre | |
2006-09-20 | spelling & grammar | Bjorn Sandell | |
help & ok jmc@ | |||
2006-09-20 | mention SAS in the .Nd line and add the E500 model. | Brad Smith | |
2006-09-20 | implement a zero-copy RX data path. | Damien Bergamini | |
instead of copying the xfer buffer's content into a mbuf cluster, attach the xfer buffer as a mbuf external storage and pass it to the net80211 layer as is. maintain a reference count on the softc structure and wait in detach() until all references have been released by the network layer. | |||
2006-09-20 | sync | Brad Smith | |
2006-09-20 | regen | Brad Smith | |
2006-09-20 | HPSA_6 -> HPSAE500 (Smart ARRAY E500) | Brad Smith | |
board model name from the Linux driver. | |||
2006-09-20 | add missing year, | Jasper Lievisse Adriaanse | |
spotted by steven | |||
2006-09-20 | Add the Unix Billenium | Jasper Lievisse Adriaanse | |
2006-09-20 | add md5 collision | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-20 | Fill August | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-20 | Remove bad144, okay deraadt@ miod@ | Pedro Martelletto | |
2006-09-20 | Remove dumplfs, okay millert@ miod@ | Pedro Martelletto | |