summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2022-06-29regenmacallan
2022-06-29add some Wacom devicesmacallan
2022-06-29Don't unregister sensors twice.mlelstv
2022-06-29unregister sensors only when registered.mlelstv
2022-06-29Unmap device registers only when successfully mapped.mlelstv
2022-06-29Bump max transaction size from 32 Bytes to 4kB.mlelstv
2022-06-29Allocate data buffer instead of using the stack.mlelstv
2022-06-29Add CVPM02 BBU support.msaitoh
2022-06-29Fix Swedish keymap of HIL keyboard map.tsutsui
The problem was reported by Anders Gustafsson and fix provieded by Miod Vallat on port-hp300@.
2022-06-28remove KASSERT() checking for t_oproc at open since assigning this lineplunky
discipline to a pty may not have that set. Instead do a runtime check to ensure that the function exists before calling it, as ttstart() handles it. Same code in btuart.c, bcsp.c and bth5.c Reported-by: syzbot+766981eef92a3cd0352a@syzkaller.appspotmail.com
2022-06-28Sprinkle some const. Same code before and after.skrll
2022-06-28Fix a null-derefskrll
lgtm from mlelstv. Reported-by: syzbot+ec264ed7faf603906b93@syzkaller.appspotmail.com
2022-06-28RAIDframe must be initialized for the RAIDFRAME_FAIL_DISK80 ioctl.oster
Reported-by: syzbot+048387fcc9a1a3682638@syzkaller.appspotmail.com Reported-by: syzbot+037d1813186571cb2d38@syzkaller.appspotmail.com
2022-06-27fix various typos in comments.andvar
2022-06-27umidi(4): Fix fencepost in error branch.riastradh
Reported-by: syzbot+0bbf3d81c15fd1354759@syzkaller.appspotmail.com
2022-06-27KNF a little. No functional change.msaitoh
2022-06-27Add some MegaRAID devices (except Aero series). Not tested.msaitoh
2022-06-27Regen.msaitoh
2022-06-27Add some MegaRAID devices.msaitoh
2022-06-27Add comment. Sort entries. No functional change.msaitoh
2022-06-26emdtv(4): More attach/detach bugs.riastradh
Reported-by: syzbot+9bbfb743349929e2c8c3@syzkaller.appspotmail.com
2022-06-26umcs(4): Reject invalid interrupt endpoints.riastradh
Reported-by: syzbot+cd1e60e112e840e40d0a@syzkaller.appspotmail.com
2022-06-26s/Ramdom/Random/ in comments.andvar
2022-06-25Pass proper status values to rnd_add_uint32(9) as rnd(9) man page claims.tsutsui
2022-06-25Add rnd(9) entropy source from hil(4) devices.tsutsui
2022-06-23if_urtwn.c: add the TRENDnet TEW-648UBMbrook
2022-06-23Regenbrook
2022-06-23usbdevs: add TRENDnet TEW-648UBMbrook
2022-06-22Fix wrong access in mfii_start(). I hope this fixes kern/55192 and kern/56669.msaitoh
2022-06-21Correct flipped glyph of 'N' in the "New Line" in the DEC graphics chars.tsutsui
2022-06-18fix typos in word "functions" in comments, mainly s/fuctions/functions/.andvar
2022-06-18Trailing whitespaceskrll
2022-06-18aprintf_normal -> aprint_normalskrll
2022-06-17Regen.msaitoh
2022-06-17Update some descriptions of Intel 700 series Ethernet devices.msaitoh
2022-06-17ixl(4): fix typoyamaguchi
2022-06-17ixl(4), iavf(4): fix endian bug in vlan tagyamaguchi
2022-06-17Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2022-06-12Attach when dr_mode is "otg" and the controller has the "usb-role-switch" andskrll
"role-switch-default-mode" as seen in the Apple M1 dts. This assumes the controller is properly setup for host mode already.
2022-06-11Since rev 1.101 DIOCAWEDGE could return success without filling in themartin
wedge device name - which is quite confusing for userland. Always fill the name if we return success.
2022-06-08wsfont.c: use __arraycount instead of defining it locallyuwe
2022-06-06s/filer/filter/ in comment. No functional change.msaitoh
2022-06-04Include sequencer code conditionally. Fixes build for sparc and sparc64pgoyette
(and anything else that has a midi but no sequencer).
2022-06-04Combine the midi and sequencer modules into a single midi_seq modulepgoyette
to avoid a circular dependency as noted in kern/56772. Retain minimal modules of the original names to accomodate auto-loading upon access to the /dev/xxx nodes.
2022-06-03fix folloing->following typos in more files.andvar
also s/begginning/beginning/.
2022-06-02Modify comment. ixgbe_enable_queue() can be used on both MSI-X and legacy intr.msaitoh
2022-06-02KNF. Modify comment. No functional change.msaitoh
2022-06-02regen.mrg
2022-06-02add some AMD zen2/3 devices.mrg
2022-06-02KNF. No functional change.msaitoh