summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2011-07-05Call bzero(&saa, sizeof(saa)) each time we use saa to attachMatthew Dempsky
2011-07-05Replace last remaining users of link->scsibus withMatthew Dempsky
2011-07-05When the kernel runs out of mbuf clusters, the hme receive ring mayAlexander Bluhm
2011-07-04Use the SDEV_2NDBUS flag like isp(4) instead of the currentMatthew Dempsky
2011-07-04Remove orphaned splbios that have no matching splx,Jonathan Gray
2011-07-04remove unneeded cast.David Hill
2011-07-03avoid void * pointer arithmetic.David Hill
2011-07-03change void * to a caddr_tDavid Hill
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-27Unbreak iopool conversion by putting the implicit yet missing importantMiod Vallat
2011-06-23ansiTheo de Raadt
2011-06-23a bit more ansi; ok teduTheo de Raadt
2011-06-21Two dpt(4) fixes:Matthew Dempsky
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2011-06-19Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" asMatthew Dempsky