summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-05-16hide private midi_softc strucureAlexandre Ratchov
2015-05-16Use device_lookup() instead of digging into midi_cd.cd_devs[] andAlexandre Ratchov
2015-05-15add some missing splx() callsJonathan Gray
2015-05-15Convert to if_input().Martin Pieuchot
2015-05-15rename the probe and free members of atascsi_methods to ata_probeDavid Gwynne
2015-05-14Make the "Battery Present" sensor a depency of all the battery-relatedMartin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-12Make sure the rx ring lwm is set to at least 4. As far as we know, allMark Kettenis
2015-05-12remove the sc->isopen flag, as sc->flags already hold theAlexandre Ratchov
2015-05-12store byte count in a size_t and switch from uiomovei() to uiomove()Alexandre Ratchov
2015-05-12Remove unused code & definitions: midi_attach(), midi_unit_count(),Alexandre Ratchov
2015-05-12Don't hold the audio mutex when calling uiomove(), as uiomove()Alexandre Ratchov
2015-05-12Remove references to (deleted) auconv.h and mulaw.h files. FixesAlexandre Ratchov
2015-05-12Fixup potential use after free and a memory leak.Mike Belopuhov
2015-05-12Merge various urtwn(4) fixes from FreeBSD:Stefan Sperling
2015-05-12Fix definition of R92C_USTIME_TSF.Stefan Sperling
2015-05-12regenStefan Sperling
2015-05-12usbdevs_data.hStefan Sperling
2015-05-12Add 4 additional urtwn(4) device IDs.Stefan Sperling
2015-05-12The i211 does not support an external EEPROM only a OTPJonathan Gray
2015-05-11regenJasper Lievisse Adriaanse
2015-05-11add id for virtio rngJasper Lievisse Adriaanse
2015-05-11Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.Martin Pelikan
2015-05-11Refresh sensor values asynchronously.Martin Pieuchot
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-10Fix urtwn(4) 11b performance for RTL8188EU devices.Stefan Sperling
2015-05-10My commit adding RTL8188EU did introduce a regression after all.Stefan Sperling
2015-05-09Fix an occurance of mtx_enter() that should have been mtx_leave().Jonathan Gray
2015-05-08When changing screen saver parameters with wsconsctl (or any other way toMiod Vallat
2015-05-08Fix the indentation. While originally I thought this was an if statementJonathan Gray
2015-05-07Pass a thread pointer instead of its file descriptor table to getvnode(9).Martin Pieuchot
2015-05-07fix indentationJonathan Gray
2015-05-07fix indentation of a lineJonathan Gray
2015-05-07add missing braces to code under #ifdef TRM_DEBUG0Jonathan Gray
2015-05-07remove a surplus tabJonathan Gray
2015-05-06Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.Jonathan Gray
2015-05-05Less magic numberAlexandr Shadchin
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
2015-05-05regenMartin Pieuchot
2015-05-05Huawei MU609 from Cristián Edwards.Martin Pieuchot
2015-05-05fix a return path that lacked a rw_exit_write() callJonathan Gray
2015-05-04Add support for RTL8188EU chips to urtwn(4).Stefan Sperling
2015-05-04When writing a value to a field, don't read past the end of the source valueJonathan Matthew
2015-05-04use the size of the buffer not the pointer in resume_randomness()Jonathan Gray
2015-05-04Print irq informations in pckbc_set_inputhandler().Martin Pieuchot
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-05-03add missing CISS_UNLOCK_SCRATCH/splx callsJonathan Gray
2015-05-02Die, damned distracting red space.Kenneth R Westerback