summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2011-10-22Comment out ISP_{T,}DEBUG[0-3] traces if option SMALL_KERNEL; allows alphaMiod Vallat
2011-10-14Make ath(4) send multicast frames once, not multiple times.Stefan Sperling
2011-10-13Fix definition of XL_PME_EN.Mark Kettenis
2011-10-05It is not safe to call sensor_task_unregister() from inside theTheo de Raadt
2011-10-05ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to beDavid Gwynne
2011-09-23Make sure siop_xfer is a multiple of 128 bytes as intended (and as told byMiod Vallat
2011-09-19Missing argument in STIDEBUG printfMiod Vallat
2011-09-17Don't bother keeping a {u,}lptioctl function which is a duplicate ofMiod Vallat
2011-09-04Add the possibility for a MD attachment to stack a stream filter (sw_code)Miod Vallat
2011-09-04Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@Miod Vallat
2011-09-03MI driver for AMD79C30 audio chip; from NetBSDMiod Vallat
2011-08-29protect sc->sc_state access and ncr53c9x_sched() call with splbio inMiod Vallat
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
2011-07-26Calling a detach function from an attach function is no longer legal (Theo de Raadt
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-15Cope with the start-dma-before-init errata and some other register setupTheo de Raadt
2011-07-14We must not call xl_wol_power() from xl_stop(). If we do the deviceStefan Sperling
2011-07-09Fix fallout from my previous SCSI refactoring diff (movingMatthew Dempsky
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-08Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).Stefan Sperling
2011-07-08ansi, no binary changeJonathan Gray
2011-07-07use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okHenning Brauer