Age | Commit message (Expand) | Author |
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 |
2012-04-03 | After suspend/resume, reload the firmware. Skip firmware on | Theo de Raadt |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to | Miod Vallat |
2012-03-07 | reisters -> registers | Miod Vallat |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-02-12 | use the barrier before the inb; not instead of | Theo de Raadt |
2012-02-11 | This code used to do a register read to force a barrier -- that is not | Theo de Raadt |
2012-02-04 | Close races where timer is started on a command and then an splbio() | Kenneth R Westerback |
2012-02-04 | Since sili_get_ccb() can return NULL if there are no ccb's available, | Kenneth R Westerback |
2012-02-02 | disable the polling timeout when we suspend; discovered by some code | Theo de Raadt |
2012-01-29 | Fix another instance of the 11a->11b switch panic (see previous commit). | Stefan Sperling |
2012-01-28 | Don't panic when switching an ath interface in hostap mode from 11a to 11b. | Stefan Sperling |
2012-01-28 | Fix ar5k_rt_copy() to copy all fields of the HAL_RATE_TABLE struct. | Stefan Sperling |
2012-01-28 | Fix dot11Rate for 11b entries in the 11g rates table. | Stefan Sperling |
2012-01-16 | mpi_get_ccb and mpi_put_ccb are only called via iopools now, so change | David Gwynne |
2012-01-12 | add support for skinny variants. | David Gwynne |
2012-01-11 | ansify and de'register some prototypes | David Hill |
2012-01-09 | repair errors paths for dma_alloc; spotted by dhill | Theo de Raadt |
2012-01-09 | another set of missing dma_alloc's for talking to a device. hit by | Theo de Raadt |
2012-01-02 | Do not advertize this device as full-duplex. While I believe the Siemens chip | Miod Vallat |