summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2012-08-16move the dma syncs for the ccb data into ccb_done, so we can do it onceDavid Gwynne
2012-08-16fix up the dma sync for the command frame in mfi_done.David Gwynne
2012-08-15Remove the old ioctl interface which has been disabled for overJonathan Gray
2012-08-14use scsi_get_link to find out the name of a child device for bioctl ratherDavid Gwynne
2012-08-14expose the max number of logical volumes the hardware supports as the widthDavid Gwynne
2012-08-14print the boards name (eg, perc 5/i) according to the firmware like mfii.David Gwynne
2012-08-14gc sc_flags now that the iop struct can tell us where the different IDBsDavid Gwynne
2012-08-14oops, dont claim FUSION is an iop type we will support in mfi(4)David Gwynne
2012-08-14move knowledge of the location of the inbound doorbell out of code inDavid Gwynne
2012-08-13get rid of the last foo_lo and foo_hi bits i could find in the hardwareDavid Gwynne
2012-08-13do appropriate bus_dmamapy_syncs around the pcq/completion ring.David Gwynne
2012-08-13replace uint32_ts for hi and lo addresses in the mfi_init_ hardwareDavid Gwynne
2012-08-11the producer/consumer values are used by the device, which is littleDavid Gwynne
2012-08-10simplify pckbc_xt_translation()Alexandr Shadchin
2012-07-17Revert my previous change for rt2661. It is causing excessive "ral0: deviceStefan Sperling
2012-07-13Keep separate OACTIVE flags to mark full management/data tx queues,Stefan Sperling
2012-07-13Init the baseband processor before selecting antennas since selecting antennasStefan Sperling
2012-07-02Backout premature optimization and actually commit the diff which had beenMiod Vallat
2012-07-02Report immediate deselection from a target upon selection as a `selectionMiod Vallat
2012-07-01Nuke unused _[23]ltol() and _lto[23]l() inline functions. MoveKenneth R Westerback
2012-06-10Allow a variable number of words for the Serializer/Deserializer programming.Mark Kettenis
2012-05-12Repairs operation of twin-channel ahc devices. Only affects ahc@eisa sinceMiod Vallat
2012-05-12Remove unused variable.Mark Kettenis
2012-05-098401E/8402/8105E/8105E_SPIN1 don't support jumbo framesJonathan Gray
2012-05-09The 8168D chipset needs to have the PHY wake PM flag set to ensureJonathan Gray
2012-05-06add support for the reverse video attribute in sti(4)Mike Belopuhov
2012-04-27Sprinkle bus_space_barrier after register writes. 70% paranoia and 30%Miod Vallat
2012-04-09If running on the original 33C93, reject commands not in groups 0, 1 or 5Miod Vallat
2012-04-09Cope with strict alignment platforms, and unbreak the RX logic. Tested withMiod Vallat
2012-04-08additional adapter types from FreeBSDJonathan Gray
2012-04-03After suspend/resume, reload the firmware. Skip firmware onTheo de Raadt
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2012-03-24Left-pad the eeprom dump with zeroes in the debug dump to make it easier toMiod Vallat
2012-03-07reisters -> registersMiod Vallat
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-12use the barrier before the inb; not instead ofTheo de Raadt
2012-02-11This code used to do a register read to force a barrier -- that is notTheo de Raadt
2012-02-04Close races where timer is started on a command and then an splbio()Kenneth R Westerback
2012-02-04Since sili_get_ccb() can return NULL if there are no ccb's available,Kenneth R Westerback
2012-02-02disable the polling timeout when we suspend; discovered by some codeTheo de Raadt
2012-01-29Fix another instance of the 11a->11b switch panic (see previous commit).Stefan Sperling
2012-01-28Don't panic when switching an ath interface in hostap mode from 11a to 11b.Stefan Sperling
2012-01-28Fix ar5k_rt_copy() to copy all fields of the HAL_RATE_TABLE struct.Stefan Sperling
2012-01-28Fix dot11Rate for 11b entries in the 11g rates table.Stefan Sperling
2012-01-16mpi_get_ccb and mpi_put_ccb are only called via iopools now, so changeDavid Gwynne
2012-01-12add support for skinny variants.David Gwynne
2012-01-11ansify and de'register some prototypesDavid Hill
2012-01-09repair errors paths for dma_alloc; spotted by dhillTheo de Raadt
2012-01-09another set of missing dma_alloc's for talking to a device. hit byTheo de Raadt
2012-01-02Do not advertize this device as full-duplex. While I believe the Siemens chipMiod Vallat