NetBSD/sys/dev
martin fd0206ff35 When we init the hardware's rx/tx ring configuration we need to
adjust our internal state, as this implicitly resets the current
descriptor pointer.
Previously "ifconfig eqos0 down; ifconfig eqos0 up" made the interface
non-functional.
2022-07-20 18:48:41 +00:00
..
acpi Localize one more variable to NPCI > 0 block. Fix ia64 build. 2022-06-02 00:12:20 +00:00
adb Add ISO and JIS keyboard layouts for ADB to USB emulation 2022-05-14 01:16:55 +00:00
altmem
apm Change the kqueue filterops::f_isfd field to filterops::f_flags, and 2021-09-26 01:16:07 +00:00
arcbios
ata s/retrys/retries/ in comments. 2022-07-05 19:21:26 +00:00
audio uvm(9): fo_mmap caller guarantees positive size. 2022-07-06 01:12:45 +00:00
bi Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
bluetooth remove KASSERT() checking for t_oproc at open since assigning this line 2022-06-28 13:25:36 +00:00
bus_dma
cadence sys: Use if_init wrapper function. 2021-12-31 14:25:22 +00:00
cardbus When reading CIS tuples from a BAR, do not blindly copy 2k of data (or 2022-03-26 13:41:16 +00:00
clk
dec Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
dkwedge Since rev 1.101 DIOCAWEDGE could return success without filling in the 2022-06-11 18:17:00 +00:00
dm For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
dmover
drm
dtv For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
ebus
eisa Remove unneeded bus_space_barrier() calls. 2022-07-12 02:10:16 +00:00
fdt drm: Use CPPFLAGS.drmkms in all local drm drivers too. 2022-07-20 10:01:10 +00:00
flash For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
gpib s/corect/correct/ in comment. 2021-12-05 02:25:29 +00:00
gpio I have been using this for a while and forgot to commit it. This add 2022-04-27 23:15:30 +00:00
hdaudio fix various typos in comments, docs and log messages. 2022-05-24 06:27:59 +00:00
hdmicec
hid hid: Avoid arithmetic overflow by rearranging inequalities. 2022-03-13 11:35:47 +00:00
hil Fix Swedish keymap of HIL keyboard map. 2022-06-29 12:45:25 +00:00
hpc fix various typos, mainly in comments. 2022-05-28 10:36:21 +00:00
hyperv Audit unload/unmap v.s. free against DMA buffer for sys/dev; 2022-05-29 10:43:45 +00:00
i2c drm: Use CPPFLAGS.drmkms in all local drm drivers too. 2022-07-20 10:01:10 +00:00
i2o s/identifing/identifying/ and s/multipler/multiplier/ in comments. 2022-05-30 09:56:02 +00:00
ic When we init the hardware's rx/tx ring configuration we need to 2022-07-20 18:48:41 +00:00
ieee1394 s/bounaries/boundaries/ in comments. 2022-07-03 19:58:42 +00:00
ir fix various typos in comment, documentation and log messages. 2022-05-24 20:50:17 +00:00
isa Remove unneeded bus_space_barrier() calls. 2022-07-12 02:03:57 +00:00
isapnp Audit unload/unmap v.s. free against DMA buffer for sys/dev; 2022-05-29 10:43:45 +00:00
iscsi Split some common stuff into scsi_subr module. This enables loading 2022-04-14 16:50:26 +00:00
marvell alredy -> already 2022-07-08 07:02:47 +00:00
mca Remove uneeded bus_space_barrier() calls. 2022-07-12 02:06:07 +00:00
microcode fix various typos in comments. 2022-06-27 22:41:28 +00:00
mii urlphy(4): Fix missing mii locking in urlphy_attach. 2022-01-08 17:35:05 +00:00
mscp fix various typos in comments. 2022-04-07 19:33:37 +00:00
mvme s/progam/program/ in comment. 2021-12-05 07:21:59 +00:00
nand fix folloing->following typos in more files. 2022-06-03 12:10:50 +00:00
news
nor fix typos, mainly s/comand/command/ 2022-01-05 16:01:54 +00:00
nvmm Only detach the cfdriver if we just attached it. 2022-07-07 23:50:33 +00:00
ofisa Change the devhandle_from_*() functions to also take a "super handle", 2022-01-22 11:49:16 +00:00
ofw Change the devhandle_from_*() functions to also take a "super handle", 2022-01-22 11:49:16 +00:00
onewire Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
pad For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
pci Modify comment. Use __BIT() a little. No functional change. 2022-07-20 06:43:37 +00:00
pckbport fix various typos in comments, documentation and messages. 2022-05-31 08:43:13 +00:00
pcmcia fix various small typos, mainly in comments. 2022-05-22 11:27:33 +00:00
podulebus Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
ppbus fix various typos in comments, documentation and messages. 2022-05-31 08:43:13 +00:00
pud
putter Change the kqueue filterops::f_isfd field to filterops::f_flags, and 2021-09-26 01:16:07 +00:00
pwm
qbus fix various small typos, mainly in comments. 2022-05-22 11:27:33 +00:00
raidframe RAIDframe must be initialized for the RAIDFRAME_FAIL_DISK80 ioctl. 2022-06-28 03:13:27 +00:00
rasops s/littel/little/ mainly in copy pasted comments. 2022-05-29 10:43:19 +00:00
rcons
sbus Audit unload/unmap v.s. free against DMA buffer for sys/dev; 2022-05-29 10:43:45 +00:00
scsipi Trailing whitespace 2022-07-07 06:11:08 +00:00
sdmmc Trailing whitespace 2022-06-18 08:22:10 +00:00
smbus
spi fix few typos in comments. 2022-05-17 05:05:20 +00:00
splash
stbi s/preceed/preced/ in comment. 2021-12-05 07:13:48 +00:00
std fix typos and wrong ISO/IEC standard number in reference description. 2021-10-13 21:49:10 +00:00
sun be lazy about clearing the cursor - in most cases we're about to overwrite it 2022-04-28 03:12:03 +00:00
sysmon s/appropiate/appropriate/ in comments and readme file. 2022-05-20 21:31:24 +00:00
tc In the Alpha tc_syncbus(), we need to issue a MB because WMB does not 2022-07-20 15:45:28 +00:00
tprof Use CPUID_PERF_* macros defined in specialreg.h. No functional change. 2022-05-26 13:02:04 +00:00
usb Add missing brace. 2022-07-06 15:24:14 +00:00
videomode fix various typos in comments and log messages. 2022-04-16 18:15:20 +00:00
virtio rename "setup_interrupts" to "alloc_interrupts" 2021-10-22 02:57:23 +00:00
vme Remove unneeded bus_space_barrier() calls. 2022-07-12 02:10:16 +00:00
vmt
wscons Make it compile w/o warnings for !VCONS_DRAW_INTR 2022-07-18 11:09:22 +00:00
wsfb genfb(4): Make internal parts of struct genfb_softc private. 2022-07-17 13:10:54 +00:00
wsfont Correct flipped glyph of 'N' in the "New Line" in the DEC graphics chars. 2022-06-21 15:40:20 +00:00
xmi Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
DEVNAMES Remove uscanner(4) driver 2021-06-29 10:22:33 +00:00
Makefile
bio.c
biovar.h Add comment. bv_stripe_size is used in KB. 2022-05-10 14:13:09 +00:00
ccd.c sys/dev/ccd.c: Restore historic RCS id. 2022-03-28 12:48:35 +00:00
ccdvar.h
cgd.c cgd(4): Omit technically-correct-but-broken adiantum dependency again. 2022-04-02 09:53:20 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
cninit.c
cons.c
cons.h
dev_verbose.c Rework the xxxVERBOSE option to share the common module-hook-based 2021-06-29 21:03:36 +00:00
dev_verbose.h Rework the xxxVERBOSE option to share the common module-hook-based 2021-06-29 21:03:36 +00:00
devlist2h.awk devlist2h.awk: Nix trailing whitespace. 2021-06-30 17:34:03 +00:00
dksubr.c
dkvar.h
efi.c Trailing Whitespace 2022-04-01 06:51:12 +00:00
efivar.h efi: Add /dev/efi character device 2021-10-10 13:03:08 +00:00
files.audio Include sequencer code conditionally. Fixes build for sparc and sparc64 2022-06-04 20:12:10 +00:00
files.dev Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +00:00
firmload.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
firmload.h
fss.c For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
fssvar.h
ipmi.c ipmi(4): Tidy up ipmi_thread a little. 2021-06-15 00:20:33 +00:00
ipmivar.h
keylock.c
keylock.h
kloader.c Switch to kmem(9). 2021-10-11 14:25:05 +00:00
kloader.h
kttcp.c
kttcpio.h
ld.c ld(4): Block requests while suspended until resumed. 2021-05-30 11:24:02 +00:00
ldvar.h ld(4): Block requests while suspended until resumed. 2021-05-30 11:24:02 +00:00
led.c
led.h
lockstat.c fix various typos, mainly in comments, but also log messages, docs, game text. 2022-04-08 10:17:52 +00:00
lockstat.h lockstat(4): Membar audit. 2022-02-27 14:16:12 +00:00
md.c
md.h
md_root.c
midi.c Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +00:00
midi_if.h
midi_mod.c Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +00:00
midi_seq_mod.c Include sequencer code conditionally. Fixes build for sparc and sparc64 2022-06-04 20:12:10 +00:00
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h Add missing double p and d for stopped and overriden accordingly. 2021-09-11 20:28:03 +00:00
nullcons_subr.c
radio.c Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
radio_if.h
random.c sys: Use preempt_point and preempt_needed, not open-coded versions. 2021-12-28 13:22:43 +00:00
sequencer.c sequencer(4): Fix lock leak in ioctl(FIOASYNC). 2022-07-01 01:04:59 +00:00
sequencer_mod.c Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +00:00
sequencervar.h
smbios.c fix typos in word "successful". 2021-09-16 22:19:10 +00:00
smbios_platform.c x86's platform.c no longer has any x86 specific code in it, so move it to 2021-07-21 23:26:15 +00:00
smbiosvar.h smbios: Add character device for accessing SMBIOS tables 2021-07-24 11:39:18 +00:00
spkr.c For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
spkr_audio.c
spkrio.h
spkrvar.h
veriexec.c veriexec(4): Omit needless device crud in veriexec.c. 2022-02-12 02:40:48 +00:00
veriexec.config
video.c video(9): Make softc argument mandatory for video_attach_mi. 2022-03-03 06:23:25 +00:00
video_if.h fix various typos in comments. 2022-07-05 20:15:40 +00:00
vnd.c vnd(4): Work around deadlock in VNDIOCCLR. 2022-05-31 14:13:31 +00:00
vndvar.h