summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-10-31Re-generatekhorben
2017-10-31Add the TP-LINK TL-WN823N (version 2)khorben
2017-10-30regensevan
2017-10-30Add Areca ARC1214 & ARC1880.sevan
2017-10-29Provisionally return to declaring midi_cd unconditionally.riastradh
2017-10-29Allow drivers to provide their own read/write register functions. Whilejmcneill
2017-10-29Make all of the COM_xxx type options runtime selectable. Kernel configsjmcneill
2017-10-29Use driver specific label code as fallback. This fixes the UDF label for CDs.mlelstv
2017-10-28And yet another one. :(pgoyette
2017-10-28Misssed one cast of pointer --> uintptr_t in previous kernhist(9) commitpgoyette
2017-10-28Update format to report sCskrll
2017-10-28Add some #includes to make a few more header files compile.riastradh
2017-10-28Add #includes to make this compile.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-10-28Back out extern struct cfdriver -> ioconf.h change to sequencer.c.riastradh
2017-10-28Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".riastradh
2017-10-28No externs in .c files! Include ioconf.h for struct cfdriver xyz_cd.riastradh
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-27Independent blocksizes for virtual channels where a static blocksize isnat
2017-10-26Ensure that the low/high water marks are at least PREFILL_BLOCKS.nat
2017-10-26Add latency sysctl to adjust hw blocksize and hence latency of the mixer.nat
2017-10-26- Remove all half duplex setting.msaitoh
2017-10-25 Whitespace fix.msaitoh
2017-10-25Use C99 initializer for filteropsmaya
2017-10-25- For X550 and newer, print NVM Image Version with %u.%02x (e.g. "0.05").msaitoh
2017-10-24 Print Error Source Identification register correctly.msaitoh
2017-10-24 Print "ECC" or "no ECC" for DDR4.msaitoh
2017-10-23fix wm(4) vlan panic. Reported and tested by Tom Ivar Helbekkmo, thanks.knakahara
2017-10-23Initialize txrate to 0 for new associations; firmware handles rate adaptation...jmcneill
2017-10-23We don't need '&mii', but just 'mii' for mii_detach().jakllsch
2017-10-23- Get SDIO reset working (from OpenBSD).jmcneill
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23- If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23- If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23- If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23 If if_initialize() failed in the attach function, return.msaitoh
2017-10-23- Free resources correctly on some errors in atw_attach().msaitoh
2017-10-23- If if_initialize() failed in athn_attach(), free resources and return.msaitoh
2017-10-23 If error occured in the attach function, free resources and return.msaitoh
2017-10-23 If if_attach() failed in the attach function, return.msaitoh
2017-10-22KNFskrll
2017-10-22Add support for simple MMC power sequence provider bindings.jmcneill
2017-10-22do not share queue between the non-indepedant channels; instead makejdolecek
2017-10-22AXP209 isn't an SMBus device, so don't use iic_smbus_* APIs.jmcneill
2017-10-21Pass WME access classification to bcdc headerjmcneill
2017-10-21Initialize all fields in bcdc header.jmcneill
2017-10-21Fix return value. fo_kqfilter is expected to return errno on error.isaki
2017-10-21Fix return value. fo_poll is expected to return revents on error.isaki
2017-10-21Fix return value. fo_mmap is expected to return errno on error.isaki
2017-10-21match atmel,24c16jmcneill