summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2011-12-25Fix the documented CAVEAT by forcing the TX gain to minus infinity whenMiod Vallat
2011-12-24Default to a much smaller input gain on the MIC line, to improve recordingMiod Vallat
2011-12-22Add 16-bit modes to arcofi(4). Big-endian signed is native, others require someMiod Vallat
2011-12-21Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425eMiod Vallat
2011-12-19fxp_init could bail out on errors without calling slpx.Marco Pfatschbacher
2011-12-06Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.Marco Pfatschbacher
2011-12-03Make sure splx() is called before exiting trm_StartWaitingSRB().Kenneth R Westerback
2011-12-01Be sure to splx() before return in pgt_media_status(); from Jan Klemkow onMiod Vallat
2011-11-10Death to inappropriate whitespace. First one pointed out by Brad.Kenneth R Westerback
2011-11-08ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commandsKenneth R Westerback
2011-10-27Initialize variables before use. From Pedro Martelletto, tweaked byKenneth R Westerback
2011-10-25Initialize variables before use. And if initializing, use the correctKenneth R Westerback