freebsd-src/sys/dev
Warner Losh 1bce7cd885 nvme: Add Linux copatible ioctls
Add the NVME_IOCTL_ID, NVME_IOCTL_ADMIN_CMD, and NVME_IOCTL_IO_CMD Linux
compatible ioctls. These may be run on either an I/O (ns) dev or a nvme
(admin) dev. Linux allows both on either device, and programs use this
and aren't careful about having the right device open. Emulate this
feature, and implement these ioctls. The data is passed in into the
kernel in host byte order (not converted to le). Results are returned in
host order.

The timeout field is ignore, and the metadata and metadata_len fields
must be zero.

The addr field can be null, even when the data_len is non zero (FreeBSD's
ioctl interface prohibits this, Linux's just ignores the inconsistency).

Only the cdw10 is returned from the command: the status is not returned
in 'result' field. XXX need to verify that this is what Linux does on an
error signaled from the drive.

No external include file is yet available for this: most programs that
call this interface either use a linux-specific path <linux/nvme.h> or
have their own private copy of the data. It's unclear the best thing to
do.

Also, create a /dev/nvmeXnY as an alias for /dev/nvmeXnsY.

These changes allow a native build of nvme-cli to work for everything
that doesn't depend on sysfs entries in /sys, calls that use metadata,
send / receive drive data and sed functionality not in our nvme driver.

Sponsored by:		Netflix
Co-Authored-by:		Chuck Tuffli <chuck@freebsd.org>
Reviewed by:		chuck
Differential Revision:	https://reviews.freebsd.org/D45415
2024-06-14 16:40:08 -06:00
..
aac sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
aacraid sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
acpi_support acpi: Use device_set_descf() 2024-06-02 19:38:41 -04:00
acpica acpi/pci/vmd: Fix a nit with nested resource mapping requests 2024-06-04 16:51:14 -07:00
adb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
adlink sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ae sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
age sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
agp new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
ahci Add some AMD device IDs. 2024-06-07 13:02:03 -04:00
aic7xxx powerof2: replace loops with fls or ilog2 2024-06-12 05:00:48 -05:00
al_eth sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
alc alc(4): disable MSI-X by default on Killer cards 2024-04-22 22:36:35 -06:00
ale sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
alpm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
altera atse(4): Fix a typo in a source code comment 2024-01-20 17:35:51 +01:00
amd_ecc_inject sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
amdgpio sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
amdpm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
amdsbwd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
amdsmb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
amdsmn amdsmn(4), amdtemp(4): add support for AMD Family 19h Models 10h-1Fh. 2024-04-14 00:52:08 -07:00
amdtemp amdsmn(4), amdtemp(4): add support for AMD Family 19h Models 10h-1Fh. 2024-04-14 00:52:08 -07:00
arcmsr sys/dev/arcmsr: Update Areca RAID driver to version 1.50.00.06. 2023-09-06 01:11:55 -07:00
asmc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ata ata: Use device_set_descf() 2024-06-02 19:38:40 -04:00
ath ath(4): always enable 11n 2024-02-22 22:34:17 +00:00
atkbdc new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
atopcase Add atopcase, the Apple HID over SPI input driver 2023-08-20 12:53:32 +03:00
axgbe axgbe: Various stability improvements 2024-04-28 19:57:51 -06:00
backlight sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bce bce(4): Fix a typo in a kernel message 2024-01-20 20:10:21 +01:00
beri sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bfe sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bge bge(4): Fix some typos in source code comments 2024-02-22 20:40:10 +01:00
bhnd bhnd: Use device_set_descf() 2024-06-02 19:38:40 -04:00
bnxt LinuxKPI: Add min_not_zero() to linux/minmax.h 2024-06-06 23:42:06 +03:00
bwi Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
bwn bwn: remove unused ic_headroom 2023-12-13 23:54:05 +00:00
bxe libkern: add ilog2 macro 2024-06-03 11:37:55 -05:00
cadence clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
cardbus sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cas sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
cesa sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cfe sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cfi sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
chromebook_platform sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ciss ciss(4): Fix a typo in a source code comment 2024-01-20 17:34:25 +01:00
clk jh7110: Add StarFive JH7110 clock/reset generator drivers 2024-05-07 13:07:36 -03:00
coretemp sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cpuctl sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cpufreq regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
cxgb powerof2: replace loops with fls or ilog2 2024-06-12 05:00:48 -05:00
cxgbe powerof2: replace loops with fls or ilog2 2024-06-12 05:00:48 -05:00
cyapa sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
dc sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
dcons sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
dialog/da9063 spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
dpaa dpaa: uma_zcreate() does not fail 2024-04-24 08:45:24 -04:00
dpaa2 new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
dpms sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
drm2 drm2: Remove one more implementation of ilog2() 2024-06-05 18:18:19 -04:00
dwc dwc: fix DEBUG macro name 2024-02-27 18:10:14 -04:00
dwwdt clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
e1000 e1000(4): Remove disconnected SYSCTL 2024-01-09 23:15:44 +01:00
efidev sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ena ena: Update driver version to v2.7.0 2023-12-28 13:56:43 +00:00
enetc libkern: add ilog2 macro 2024-06-03 11:37:55 -05:00
enic sys/dev/enic/if_enic.c: remove an extra semicolon 2024-02-02 18:35:01 -07:00
eqos if_eqos: Fix a typo in a kernel error message 2024-01-28 16:42:12 +01:00
et sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
etherswitch etherswitch: Use device_set_desc(f)() 2024-06-02 19:38:41 -04:00
evdev evdev: Sync event codes with Linux kernel 6.5 2023-11-02 09:20:20 +03:00
exca new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCE 2024-03-13 15:05:54 -07:00
fb fb: Check for errors from copyin() 2024-01-12 15:56:00 -05:00
fdc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
fdt new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
ffec sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
filemon sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
firewire sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
firmware scmi: Add an SCMI VirtIO transport driver 2024-04-11 09:58:57 +00:00
flash clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
ftgpio ftgpio: Fix panic at attach and use better device description 2023-03-02 08:17:04 -07:00
ftwd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
fxp IfAPI: Retire if_etherbpfmtap() and if_bpfmtap() 2023-08-25 12:50:14 -04:00
gem sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
glxiic sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
glxsb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
goldfish sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
gpio gpiobus: Add missing DEVMETHOD for bus_get_rman 2024-02-22 16:14:58 -08:00
gve gve: Make LRO work for jumbo packets 2023-09-07 09:28:26 -04:00
hdmi clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
hid hidbus(4): Fix wrong assertion of bus 2024-06-05 20:03:27 +08:00
hifn sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
hpt27xx pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
hptiop sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
hptmv hptmv: Handle errors from copyout() in hpt_set_info() 2023-12-26 19:01:26 -05:00
hptnr pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
hptrr sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
hwpmc dev/hwpmc: Fix the dmc620 MD4 macro 2024-05-22 08:19:49 +00:00
hwreset hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
hyperv Hyper_V: add a boot parameter to tlb flush hypercall 2024-06-11 10:05:21 +00:00
iavf iavf: Add explicit ifdi_needs_reset for VLAN changes 2023-08-24 13:46:56 -07:00
ic sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
ice ice(4): Update to 1.39.13-k 2024-04-18 16:21:22 -07:00
ichiic ig4_iic: Warn on NACK 2024-04-19 16:44:57 -06:00
ichsmb ichsmb: add Cedar Fork PCI id 2024-02-10 02:14:27 +01:00
ichwd pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
ida sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
igc igb(4): Remove disconnected SYSCTL 2024-01-09 23:15:44 +01:00
iicbus ds1307: Return error code instead of boolean 2024-06-03 15:41:11 +02:00
imcsmb sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
intel pchtherm(4): Add PCI ID for Wellsburg Thermal Subsystem 2023-12-19 23:32:01 +03:00
intpm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
io sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ioat sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
iommu iommu_gas_remove(): consolidate places where decision is made to keep the entry 2023-12-26 03:28:23 +02:00
ipmi change ipmi watchdog to awlays stop when system is halted 2024-01-28 14:45:16 +02:00
ips sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ipw Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
irdma powerof2: replace loops with fls or ilog2 2024-06-12 05:00:48 -05:00
isci isci: Fix typo (triple S) 2023-12-27 20:24:31 -07:00
iscsi iscsi: Check for copyout errors in iscsi_ioctl_daemon_receive() 2023-12-25 21:04:01 -05:00
iser sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
isl sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ismt sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
isp isp: Fix endianness conversion in isp_read_flash_data() 2023-12-31 18:59:06 -05:00
ispfw ispfw(4): Update and add firmware 2023-12-28 13:31:56 -05:00
itwd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
iwi Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
iwm Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
iwn iwn(4): correct debug message: "not" to "no" 2024-06-05 22:05:12 +00:00
ixgbe iflib: invert default restart on VLAN changes 2023-08-24 13:48:19 -07:00
ixl iflib drivers: Constify PCI ID LUTs 2023-08-17 20:34:23 +02:00
jedec_dimm sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
jme sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kbd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kbdmux sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
ksyms sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
kvm_clock sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
le sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
led sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
lge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
liquidio sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
mailbox/arm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
malo Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
mana libkern: add ilog2 macro 2024-06-03 11:37:55 -05:00
mbox sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
md md: round-trip the MUSTDEALLOC and RESERVE options 2024-06-01 12:40:19 -06:00
mdio sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
mem sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mfi mfi: correct typo in sysctl/tunable description 2024-06-03 16:32:36 -04:00
mgb iflib: invert default restart on VLAN changes 2023-08-24 13:48:19 -07:00
mge sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mii mii: Add support for Realtek RTL8211F-VD PHY 2024-05-08 18:17:00 +10:00
mlx sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mlx4 mlx4, mlx5: Eliminate redundent NULL check for packet filter 2024-05-28 12:46:04 +08:00
mlx5 powerof2: replace loops with fls or ilog2 2024-06-12 05:00:48 -05:00
mlxfw sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmc jh7110: enable MMC driver 2024-05-07 13:02:57 -03:00
mmcnull sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mpi3mr mpi3mr: Track IO per target counter during queue poll with local variable 2024-06-06 10:39:16 +00:00
mpr mpr: endianess fix for set/get dpm page0 2024-01-31 17:33:05 -09:00
mps mps: Handle errors from copyout() in ioctl handlers 2023-12-25 21:04:01 -05:00
mpt sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mrsas mrsas: don't reference the removed physical disk of RAID1 during IO submission 2024-03-12 09:51:48 +00:00
msk sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mthca
mvs mvs: Use device_set_desc(f)() 2024-06-02 19:38:41 -04:00
mwl Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
mxge sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
my sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nctgpio sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ncthwm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
neta clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
netmap netmap: Address errors on memory free in netmap_generic 2024-03-26 09:55:55 +00:00
nfe IfAPI: Retire if_etherbpfmtap() and if_bpfmtap() 2023-08-25 12:50:14 -04:00
nfsmb sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
nmdm sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ntb ntb: Add Intel Xeon Gen4 support 2024-02-07 15:14:58 -06:00
null sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nvd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nvdimm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
nvme nvme: Add Linux copatible ioctls 2024-06-14 16:40:08 -06:00
nvmem nvmem: Move nvmem code in dev/nvmem 2024-01-10 19:20:31 +01:00
nvmf nvmf: Handle shutdowns more gracefully 2024-06-05 12:59:28 -07:00
nvram sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
oce oce(4): Fix a typo in a source code comment 2024-04-18 16:19:18 +02:00
ocs_fc ocs: Check for copyin errors in the ioctl handler 2023-12-25 21:04:00 -05:00
ofw new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
otus Revert "Enter the network epoch in USB WiFi drivers when processing input" 2023-12-01 00:48:54 +00:00
ow sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
p2sb
pbio sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pccard sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
pccbb new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
pcf sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pci pci: Only add special VF handling for direct children in bus methods 2024-06-05 09:50:05 -07:00
phy phy: Move phy code in dev/phy 2024-01-10 19:20:34 +01:00
pms pms: Fix typo (triple S) 2023-12-27 20:24:31 -07:00
powermac_nvram sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ppbus sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ppc new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
proto proto: Use device_set_descf() 2024-06-02 19:38:41 -04:00
psci arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
pst pst-raid: De-pessimize the building of i386 kernels 2023-11-28 10:17:07 -07:00
pty sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
puc new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
pwm regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
qat libkern: add ilog2 macro 2024-06-03 11:37:55 -05:00
qat_c2xxx sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
qcom_clk clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
qcom_dwc3 syscon: Move syscon code in dev/syscon 2024-01-10 19:20:37 +01:00
qcom_gcc hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
qcom_mdio qcom: fix panic in qcom_mdio_ipq4018 implementation 2023-08-11 02:12:55 +00:00
qcom_qup hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
qcom_rnd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
qcom_tcsr sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
qcom_tlmm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
qlnx qlnx: Use device_set_descf() 2024-06-02 19:38:41 -04:00
qlxgb sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
qlxgbe qlxgbe: fix debug prints in ql_os.c 2024-05-27 22:32:16 -07:00
qlxge qlxge: replace device_printf with QL_DPRINT2 2024-05-27 22:40:12 -07:00
quicc new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
ral Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
random random(4): Fix a typo in a source code comment 2024-02-22 16:54:50 +01:00
rccgpio sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
re re(4): Add support for 8168FP HW rev 2023-11-23 12:13:00 -08:00
regulator regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
rl rl: Fix typo 2023-12-20 21:16:29 -07:00
rndtest sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
rtsx Fix new users of MAXPHYS and hide it from the kernel namespace 2024-04-30 15:29:06 -04:00
rtwn net80211: deal with lost state transitions 2024-02-14 19:47:21 +00:00
safe safe(4): Remove a double word in a source code comment 2024-04-20 14:12:23 +02:00
safexcel sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sbni sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
scc new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
sdhci sdhci_fsl_fdt(4): Actually use modified SDHCI capabilities 2024-02-05 23:43:48 +01:00
sdio sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sff sff: Add SFP driver (fdt-based draft) 2023-08-18 12:40:11 +02:00
sfxge sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
siis siis: Use device_set_desc(f)() 2024-06-02 19:38:41 -04:00
sis sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
sk sk(4): Fix a typo in a source code comment 2024-02-22 17:16:49 +01:00
smartpqi smartpqi: Change alignment for dma tags 2023-10-18 21:12:27 -06:00
smbios sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
smbus smbus: add compat32 support for SMB ioctls 2023-11-29 18:15:09 -05:00
smc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
snp sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sound hda: add support for Tiger Lake-H 2024-06-14 12:24:59 -04:00
speaker speaker: Use standard C bool 2024-02-05 15:45:32 -08:00
spibus hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
sram sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ste sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
stge sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
sume sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
superio sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sym sym(4): Add __diagused to nseg of getbaddrcb() 2023-08-18 16:33:27 +02:00
syscon syscon_power: do reboot after shutdown_panic is executed 2024-02-18 16:38:27 +02:00
syscons sc: Use current console rather than first console for mouse input 2024-01-14 09:24:41 -07:00
tcp_log sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
tdfx tdfx: Handle errors from copyin() and copyout() 2023-12-26 19:00:53 -05:00
ti ti: Handle errors from copyin() and copyout() 2023-12-26 18:58:24 -05:00
tpm tpm_if.m: declare bus addresses as bus_size_t not bus_addr_t 2024-05-22 07:55:04 -07:00
tsec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
tws sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
uart uart: Use device_set_descf() 2024-06-02 19:38:41 -04:00
usb Add some AMD device IDs. 2024-06-07 13:02:03 -04:00
veriexec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vge vge(4): Fix a typo in a source code comment 2024-02-27 13:42:10 +01:00
viapm sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
viawd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
video sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
videomode sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
virtio virtio: Use device_set_descf() 2024-06-02 19:38:41 -04:00
vkbd vkbd: correct ref count on cloned cdevs 2023-10-10 02:37:43 +03:00
vmd acpi/pci/vmd: Fix a nit with nested resource mapping requests 2024-06-04 16:51:14 -07:00
vmgenc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vmware vmxnet3: make descriptor count checks more robust 2024-06-10 11:04:47 +02:00
vnic vnic: fix compilation of an IPv6 only kernel 2024-02-06 22:47:16 +01:00
vr sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
vt vt(4): Call post-switch callback after replacing the backend 2023-11-29 19:54:14 +01:00
vte sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
watchdog sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
wbwd sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
wdatwd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
wg wg: uma_zcreate() does not fail 2024-04-24 08:45:40 -04:00
wpi Revert "Widen EPOCH(9) usage in PCI WLAN drivers." 2023-12-01 00:48:54 +00:00
wtap wtap: Fix typos in kernel messages 2024-04-21 09:47:24 +02:00
xdma sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
xen xen/debug: remove usage of sbuf_{clear,finish}() on drained sbuf 2024-05-09 12:50:08 +02:00
xilinx sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
xl sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
xz sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
zlib sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00