Age | Commit message (Expand) | Author |
2012-01-02 | Do not advertize this device as full-duplex. While I believe the Siemens chip | Miod Vallat |
2011-12-25 | Fix the documented CAVEAT by forcing the TX gain to minus infinity when | Miod Vallat |
2011-12-24 | Default to a much smaller input gain on the MIC line, to improve recording | Miod Vallat |
2011-12-22 | Add 16-bit modes to arcofi(4). Big-endian signed is native, others require some | Miod Vallat |
2011-12-21 | Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e | Miod Vallat |
2011-12-19 | fxp_init could bail out on errors without calling slpx. | Marco Pfatschbacher |
2011-12-06 | Add support for Nuvoton NCT6776F fan, voltage and temperature sensors. | Marco Pfatschbacher |
2011-12-03 | Make sure splx() is called before exiting trm_StartWaitingSRB(). | Kenneth R Westerback |
2011-12-01 | Be sure to splx() before return in pgt_media_status(); from Jan Klemkow on | Miod Vallat |
2011-11-10 | Death to inappropriate whitespace. First one pointed out by Brad. | Kenneth R Westerback |
2011-11-08 | ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commands | Kenneth R Westerback |
2011-10-27 | Initialize variables before use. From Pedro Martelletto, tweaked by | Kenneth R Westerback |
2011-10-25 | Initialize variables before use. And if initializing, use the correct | Kenneth R Westerback |
2011-10-22 | Comment out ISP_{T,}DEBUG[0-3] traces if option SMALL_KERNEL; allows alpha | Miod Vallat |
2011-10-14 | Make ath(4) send multicast frames once, not multiple times. | Stefan Sperling |
2011-10-13 | Fix definition of XL_PME_EN. | Mark Kettenis |
2011-10-05 | It is not safe to call sensor_task_unregister() from inside the | Theo de Raadt |
2011-10-05 | ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to be | David Gwynne |
2011-09-23 | Make sure siop_xfer is a multiple of 128 bytes as intended (and as told by | Miod Vallat |
2011-09-19 | Missing argument in STIDEBUG printf | Miod Vallat |
2011-09-17 | Don't bother keeping a {u,}lptioctl function which is a duplicate of | Miod Vallat |
2011-09-04 | Add the possibility for a MD attachment to stack a stream filter (sw_code) | Miod Vallat |
2011-09-04 | Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@ | Miod Vallat |
2011-09-03 | MI driver for AMD79C30 audio chip; from NetBSD | Miod Vallat |
2011-08-29 | protect sc->sc_state access and ncr53c9x_sched() call with splbio in | Miod Vallat |
2011-08-18 | So, it turns out that models 362 and 382 built-in frame buffer only shows up | Miod Vallat |
2011-07-26 | Calling a detach function from an attach function is no longer legal ( | Theo de Raadt |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-07-14 | We must not call xl_wol_power() from xl_stop(). If we do the device | Stefan Sperling |
2011-07-09 | Fix fallout from my previous SCSI refactoring diff (moving | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
2011-07-08 | ansi, no binary change | Jonathan Gray |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-05 | Call bzero(&saa, sizeof(saa)) each time we use saa to attach | Matthew Dempsky |
2011-07-05 | Replace last remaining users of link->scsibus with | Matthew Dempsky |
2011-07-05 | When the kernel runs out of mbuf clusters, the hme receive ring may | Alexander Bluhm |
2011-07-04 | Use the SDEV_2NDBUS flag like isp(4) instead of the current | Matthew Dempsky |
2011-07-04 | Remove orphaned splbios that have no matching splx, | Jonathan Gray |
2011-07-04 | remove unneeded cast. | David Hill |
2011-07-03 | avoid void * pointer arithmetic. | David Hill |
2011-07-03 | change void * to a caddr_t | David Hill |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-27 | Unbreak iopool conversion by putting the implicit yet missing important | Miod Vallat |
2011-06-23 | ansi | Theo de Raadt |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
2011-06-21 | Two dpt(4) fixes: | Matthew Dempsky |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2011-06-19 | Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as | Matthew Dempsky |