Age | Commit message (Expand) | Author |
2012-10-12 | Cleanup false positives for uninitialized uses. | Christiano F. Haesbaert |
2012-10-11 | Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets. | Mark Kettenis |
2012-10-10 | Avoid potential uninitialized variable access in fxp driver. | Bret Lambert |
2012-10-04 | Clean up uninitialized warnings from ar9003. | Christiano F. Haesbaert |
2012-09-18 | several tweaks to make mpi(4) work for vmware emulated sas adapters. | David Gwynne |
2012-09-12 | Use sg_addr instead of sg_lo_addr, leftovers from last commit. | Christiano F. Haesbaert |
2012-09-12 | Make sure we don't sleep on autoconf. | Christiano F. Haesbaert |
2012-09-04 | The powerlevel is an unsigned int, there is no need to check for negative | Claudio Jeker |
2012-08-30 | make a variable that can take a value of -1 signed to match what the | Jonathan Gray |
2012-08-26 | htole64 works as good as htole32 twice for dma virtual addresses. | David Gwynne |
2012-08-25 | Better detection of the st16650 v1 (with the broken fifo). Gets rid of | Mark Kettenis |
2012-08-25 | Turns out the v445 isn't happy at all if we touch the registers that deal | Mark Kettenis |
2012-08-25 | Add support for power saving in Host AP mode. | Mark Kettenis |
2012-08-23 | Fix a race in rt2661 Tx interrupt processing which can cause Tx processing | Stefan Sperling |
2012-08-19 | Skip putting a port in sleep mode when it is used as serial console. In that | Mark Kettenis |
2012-08-17 | add support for "physical devices" on skinny controllers. | David Gwynne |
2012-08-16 | fix mfi_poll by having it do delays between loops, and breaking on | David Gwynne |
2012-08-16 | rework mfi_poll so it will do all the completions on a ccb including | David Gwynne |
2012-08-16 | stop passing mfi_softc around as a member of the ccb, consistently give it | David Gwynne |
2012-08-16 | scrub ccbs when we're about to use them, not when we put them back | David Gwynne |
2012-08-16 | move the dma syncs for the ccb data into ccb_done, so we can do it once | David Gwynne |
2012-08-16 | fix up the dma sync for the command frame in mfi_done. | David Gwynne |
2012-08-15 | Remove the old ioctl interface which has been disabled for over | Jonathan Gray |
2012-08-14 | use scsi_get_link to find out the name of a child device for bioctl rather | David Gwynne |
2012-08-14 | expose the max number of logical volumes the hardware supports as the width | David Gwynne |
2012-08-14 | print the boards name (eg, perc 5/i) according to the firmware like mfii. | David Gwynne |
2012-08-14 | gc sc_flags now that the iop struct can tell us where the different IDBs | David Gwynne |
2012-08-14 | oops, dont claim FUSION is an iop type we will support in mfi(4) | David Gwynne |
2012-08-14 | move knowledge of the location of the inbound doorbell out of code in | David Gwynne |
2012-08-13 | get rid of the last foo_lo and foo_hi bits i could find in the hardware | David Gwynne |
2012-08-13 | do appropriate bus_dmamapy_syncs around the pcq/completion ring. | David Gwynne |
2012-08-13 | replace uint32_ts for hi and lo addresses in the mfi_init_ hardware | David Gwynne |
2012-08-11 | the producer/consumer values are used by the device, which is little | David Gwynne |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-07-17 | Revert my previous change for rt2661. It is causing excessive "ral0: device | Stefan Sperling |
2012-07-13 | Keep separate OACTIVE flags to mark full management/data tx queues, | Stefan Sperling |
2012-07-13 | Init the baseband processor before selecting antennas since selecting antennas | Stefan Sperling |
2012-07-02 | Backout premature optimization and actually commit the diff which had been | Miod Vallat |
2012-07-02 | Report immediate deselection from a target upon selection as a `selection | Miod Vallat |
2012-07-01 | Nuke unused _[23]ltol() and _lto[23]l() inline functions. Move | Kenneth R Westerback |
2012-06-10 | Allow a variable number of words for the Serializer/Deserializer programming. | Mark Kettenis |
2012-05-12 | Repairs operation of twin-channel ahc devices. Only affects ahc@eisa since | Miod Vallat |
2012-05-12 | Remove unused variable. | Mark Kettenis |
2012-05-09 | 8401E/8402/8105E/8105E_SPIN1 don't support jumbo frames | Jonathan Gray |
2012-05-09 | The 8168D chipset needs to have the PHY wake PM flag set to ensure | Jonathan Gray |
2012-05-06 | add support for the reverse video attribute in sti(4) | Mike Belopuhov |
2012-04-27 | Sprinkle bus_space_barrier after register writes. 70% paranoia and 30% | Miod Vallat |
2012-04-09 | If running on the original 33C93, reject commands not in groups 0, 1 or 5 | Miod Vallat |
2012-04-09 | Cope with strict alignment platforms, and unbreak the RX logic. Tested with | Miod Vallat |
2012-04-08 | additional adapter types from FreeBSD | Jonathan Gray |