Age | Commit message (Expand) | Author |
2010-12-08 | Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to be | Miod Vallat |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-11-28 | Get rid of "forever" loop in the interrupt handler such that we drop out of the | Mark Kettenis |
2010-11-28 | Bring back MCLGETI; a fix for the issue that was the reason for its previous | Mark Kettenis |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-18 | Don't | Miod Vallat |
2010-11-12 | revert MCLGETI for re(4) for now, it is causing hangs (in some cases | Stuart Henderson |
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat |
2010-11-10 | Several updates for the Osprey (AR9380): | Damien Bergamini |
2010-11-07 | fix a test in ar5008_rx_free() | Damien Bergamini |
2010-11-02 | Make error message specify if a REQUEST SENSE has timed out, not the | Kenneth R Westerback |
2010-11-02 | Add DEBUG0 printf() for unexpected reselects. No functional change. | Kenneth R Westerback |
2010-11-02 | Consolidate duplicated code removing things from the 'going' queue. | Kenneth R Westerback |
2010-11-02 | Clean up some printf's, most but not all in DEBUG0 blocks, by using | Kenneth R Westerback |
2010-10-23 | fix the two extremely retarded bugs that prevented the RT30XX | Damien Bergamini |
2010-10-19 | update initialization values for the Osprey 2.2. | Damien Bergamini |
2010-10-18 | Stop compiling with ATHN_DEBUG defined by default. | Damien Bergamini |
2010-10-18 | Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors. | Damien Bergamini |
2010-10-18 | remove v2.0 initialization values for the Osprey. | Damien Bergamini |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-11 | 16-byte commands just won't fit in 12-byte buffers. So make the | Kenneth R Westerback |
2010-10-09 | Make trm(4) work again. Avoid use-after-free of xs fields, don't | Kenneth R Westerback |
2010-10-05 | add missing splx in the debug codepath. nevertheless that | Mike Belopuhov |
2010-10-03 | iopoolification. Tested on my Advansys ASP-3940U2W. Various eyes | Kenneth R Westerback |
2010-10-03 | iopoolification. Tested on my Initio INIC-950. Various eyes including | Kenneth R Westerback |
2010-09-28 | do not assume PR_NOWAIT is 0; it is not anymore | Theo de Raadt |
2010-09-24 | remove useless store | David Gwynne |
2010-09-24 | no use setting cmd in mfi_ioctl_setstate if you never use it. | David Gwynne |
2010-09-24 | vol_list in mpi_get_raid is never used. | David Gwynne |
2010-09-22 | Call bus_dmamap_sync() of a dma descriptor before checking the ownership | Claudio Jeker |
2010-09-22 | remove a leftover debug printf | Jonathan Gray |
2010-09-21 | tweak the sas io unit to use 32 openings when talking to sata disks if the | David Gwynne |
2010-09-21 | Stefan Rinkes pointed that the disabled aac(4) driver does not compile | Kenneth R Westerback |
2010-09-21 | Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similar | Matthew Dempsky |
2010-09-21 | mclgeti() support for xl(4). All done by Loganaden Velvindron. | Claudio Jeker |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-20 | bus_dmamap_sync was using xs->flags to determine which direction | David Gwynne |
2010-09-20 | After the gcc4 switch the stack protector triggers in atw | Jonathan Gray |
2010-09-14 | allow devices on fc and sas adapters to use all the openings the chip can | David Gwynne |
2010-09-13 | if a busy sas device is unplugged, the pending io on that device will | David Gwynne |
2010-09-13 | dont reuse the event notifications ccbs id for the acknowledgement. | David Gwynne |
2010-09-13 | im not convinced we only have one outstanding event to ack at a time. this | David Gwynne |
2010-09-13 | sas io unit page 0 and 1 | David Gwynne |
2010-09-10 | implement handling of rescan events on fc controllers. allows "hotplug" of | David Gwynne |
2010-09-10 | #defines for the bits inside the flags field in mpi_cfg_fc_port_pg1 | David Gwynne |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |