summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2023-01-23s/lager/larger/ in comments.andvar
2023-01-07igpio: Update pin definitions.msaitoh
2023-01-07Move entries of Alder Lake-S and Tiger Lake-LP. No functional change.msaitoh
2023-01-07Whitespace. No functional change.msaitoh
2023-01-07Whitespace. No functional change.msaitoh
2023-01-07Modify comment. Whitespace. No functional change.msaitoh
2023-01-07One more fix for Lewisburg.msaitoh
2023-01-07Fix entries for Lewisburg.msaitoh
2022-12-30s/mdoem/modem/andvar
2022-12-30s/succes/success/ in comments.andvar
2022-12-16lm(4): Add Nuvoton NCT6797D support.msaitoh
2022-12-09Revert com.c:r1.381 because i386/qemu cannot boot. Pointed out by gson@n.o a...knakahara
2022-12-08Fix hang up writing /dev/console rarely in specific environments.knakahara
2022-12-04Make power save mode configurable by ifconfig, now defaults to non-powersavemlelstv
2022-12-03Fix bug in protocol parser that often caused fatal 'checksum error'.mlelstv
2022-12-03KNF a commentskrll
2022-12-03Split the BMP280 / BME280 driver into common code and create I2C andbrad
2022-11-17pckbc(4): Stop waiting 8us before reading each data byte.riastradh
2022-11-05Add driver for Cadence I2C controller.jmcneill
2022-11-02s/ourselve/ourselves/ in comments.andvar
2022-11-01s/varaible/variable/ and s/varible/variable/ in comments.andvar
2022-11-01s/faild/failed/ in comments and messages.andvar
2022-10-28pckbc(4): Simplify the (disabled) logic to check keyboard port.riastradh
2022-10-28pckbport(4): C99 initializersriastradh
2022-10-26zs(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26cy(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-19dwiic(4): Don't try processing interrupts before attach completes.riastradh
2022-10-12fix few typos in comments.andvar
2022-10-08com(4): Omit never-used sc_vendor_workaround member.riastradh
2022-10-06com(4): Add include guards.riastradh
2022-10-06fix few typos in comments and node description.andvar
2022-10-03com(4): Nix quirky `integrate' macro.riastradh
2022-10-03com(4): Omit needless spltty in comstart.riastradh
2022-10-03com(4): Nix dead code.riastradh
2022-10-03com(4): Comment on lock order.riastradh
2022-10-03com(4): Update confusing comment from decades ago to reflect now.riastradh
2022-10-01Add Nuvoton NCT6799D support.msaitoh
2022-09-26Extent rtl8188eu_txagc[] (in a quite cryptic way duplicating allmartin
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-22ichsmb(4): Remove confusing `lpcib_' prefix on register names.riastradh
2022-09-22tco(4): Nix PMC_TCO_BASE offset in TCO register definitions.riastradh
2022-09-22tco(4): Use a subregion of the PMC registers for TCO registers.riastradh
2022-09-22ichlpcib(4), tco(4): Take `lpcib_' off various names.riastradh
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE. (This driver never even set it.)thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-13nvme(4): Don't leak memory for queues on every resume.riastradh
2022-09-07tpm(4): add missing newline character in device_printf()khorben
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej