opnsense-src/sys/dev
Andriy Gapon 0d2fd5b99c ns8250: use LSR_THRE instead of LSR_TEMT for checking tx flush
LSR_TEMT bit is set if both transmit hold and shift registers are
empty, but the flush command flushes only the hold register.

While here, update the diagnostic message to report which registers
could not be flushed.

MFC after:	2 weeks
2025-05-20 17:55:18 +03:00
..
aac Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
aacraid Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
acpi_support acpi_asus_wmi(4): Handle TUF-specific hotkeys internally 2025-03-17 18:45:14 +03:00
acpica pci: Ignore PCRx devices resources 2025-05-08 19:38:36 +01:00
adb Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
adlink sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ae dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
age dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
agp agp: Drop a needless iterator reset 2025-04-26 15:27:28 -05:00
ahci Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
aic7xxx aic7xxx: use rounddown_pow_of_two 2024-06-24 02:14:55 -05:00
al_eth al_eth: improve TCP LRO 2024-09-05 17:35:40 +02:00
alc dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
ale dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
alpm Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05: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 Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
amdsbwd intpm: use MMIO for AMD EFCH CPUs 2025-01-24 14:42:40 -07:00
amdsmb Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
amdsmn amdsmn(4), amdtemp(4): Add support for AMD Family 1Ah (Zen5) CPUs 2025-05-10 12:20:37 -07:00
amdtemp amdsmn(4), amdtemp(4): Add support for AMD Family 1Ah (Zen5) CPUs 2025-05-10 12:20:37 -07:00
arcmsr arcmsr: Use device_set_descf() 2024-06-16 16:37:25 -04:00
asmc asmc: Add support for macmini 6,1 and 6,2 (late 2012) models 2025-04-24 22:35:56 -07:00
ata Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
ath ath(4): Fix a typo in a source code comment 2025-04-28 11:22:10 +02:00
atkbdc Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
atopcase Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
axgbe axgbe: Fix setting promisc mode 2024-10-12 21:56:56 +08:00
backlight sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bce bce: make compile with BCE_DEBUG 2025-02-02 09:57:01 -07:00
bfe bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
bge bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
bhnd bhnd bcma/siba: Remove duplicate call to device_delete_children 2025-01-02 13:24:13 -05:00
bnxt bnxt: add guards around struct_group macros 2025-05-05 10:44:22 +00:00
bwi net80211: change ieee80211_ratectl_rate() to not return a rix 2025-02-26 11:29:36 -08:00
bwn net80211: change ieee80211_ratectl_rate() to not return a rix 2025-02-26 11:29:36 -08:00
bxe ifnet: Remove if_getamcount() 2024-09-04 14:28:28 +00:00
cadence cgem: Cleanup detaching of child miibus device 2025-01-02 13:23:16 -05:00
cardbus pci: Clear active PME# and disable PME# generation 2025-03-27 16:53:24 -04:00
cas Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
cesa arm/mv: Remove pre-armv7 support 2025-03-27 13:47:37 +00:00
cfe newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY 2024-07-24 22:23:02 -06:00
cfi Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
chromebook_platform newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY 2024-07-24 22:23:02 -06:00
ciss ciss: Don't panic on null CR ciss_dequeue_notify 2024-10-13 23:37:46 -06:00
clk Add StarFive JH7110's STG clocks 2024-12-16 15:27:23 -04: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 riscv: enable cpufreq_dt driver 2025-01-10 15:16:06 -04:00
cxgb cxgb(4): Use routines from pci(9) instead of hand rolled equivalents. 2025-02-13 20:44:23 -08:00
cxgbe cxgbe nic TLS: Fix requests with 8 bytes of immediate data padding 2025-05-13 10:05:09 -04:00
cyapa kern: Make fileops and filterops tables const where possible 2024-11-26 21:04:21 +00:00
dc Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
dcons Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
dialog/da9063 spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
dpaa Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
dpaa2 Remove now-redundant calls to device_delete_children 2025-01-02 13:22:50 -05:00
dpms sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
drm2 vm_page: make iter_insert() public 2025-05-08 23:13:32 -05:00
dwc Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
dwwdt Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
e1000 dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
efidev efi: Move to using efi_guid_t in ioctl definitions 2025-05-01 11:53:40 -06:00
ena ena: Bump driver version to v2.8.1 2025-04-29 17:00:17 +00:00
enetc Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
enic enic: fix potential panic due to not understanding what iflib had allocated 2025-03-03 12:49:01 -08:00
eqos eqos: Add StarFive JH7110 variant 2025-04-02 13:56:38 -03:00
et Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
etherswitch e6000sw: fix bus ordering; don't panic if miibus devices are destroyed 2025-05-15 19:34:26 -07:00
evdev sysmouse(4): Add wsp(4)-style T-Axis reporting. 2025-03-07 20:53:35 +03:00
exca newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY 2024-07-24 22:22:58 -06:00
fb fb: Check for errors from copyin() 2024-01-12 15:56:00 -05:00
fdc Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
fdt Make sure the memory region definitions are zeroed before use. 2025-05-01 10:23:38 +02:00
ffec if_ffec: fix MAC address bootverbose print 2024-10-27 20:27:18 -07:00
filemon sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
firewire bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
firmware scmi: Add sysctl transport properties 2025-01-23 17:26:27 +00:00
flash Fix TXFIFO register write and timeout message 2025-04-28 10:02:50 -06: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 dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
gem Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
glxiic bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05: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 gpioaei: mark the AEI ithread as sleepable 2025-04-21 12:28:14 -04:00
gve gve: Add feature to change TX/RX ring size 2025-04-04 23:24:49 +00:00
hdmi clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
hid Added identifiers for additional PS4 DualShock controller variants 2025-05-14 04:09:41 +03:00
hifn hifn/safe: Remove dummy calls to bus_generic_detach 2024-11-04 20:31:30 -05:00
hpt27xx hpt27xx(4): Stop checking for failures from malloc(M_WAITOK) 2024-09-03 18:25:28 +08:00
hptiop hptiop: Use device_set_descf() 2024-07-14 14:29:15 -04:00
hptmv Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
hptnr hptnr(4): Stop checking for failures from malloc(M_WAITOK) 2024-09-03 18:25:29 +08:00
hptrr hptrr: Better error recovery 2025-02-04 18:38:02 -07:00
hwpmc hwpmc_x86: Fix NULL deref when loading on unsupported hardware 2024-12-23 11:00:57 +01:00
hwreset hwreset: Move reset code in dev/hwreset 2024-01-10 19:20:28 +01:00
hyperv Remove remaining mentions of pr_usrreq. 2025-05-08 16:29:15 +02:00
iavf pci: Don't cache the count of MSI/MSI-X messages before allocation 2025-02-11 09:11:48 -05:00
ic sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
ice ice(4): properly use kernel option RSS 2024-11-04 11:01:37 -04:00
ichiic ig4(4): Add several PCI IDs for Intel Jasper Lake controllers 2025-05-08 10:50:17 +02:00
ichsmb bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
ichwd pci_cfgreg: Add a PCI domain argument to the low-level register API 2023-11-29 10:31:47 -08:00
ida Remove now-redundant calls to device_delete_children 2025-01-02 13:22:50 -05:00
igc dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
iicbus ads111x: initialize the lock earlier, before it's used 2025-05-19 12:15:03 +03:00
imcsmb Use the new bus_generic_detach directly in place of home-grown versions 2025-01-02 13:22:20 -05:00
intel Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
intpm sys/intpm: fix SMBus Read Block 2025-05-06 13:54:18 +02:00
io sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ioat Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
iommu iommu_gas_map_region(): add comment explaining the ma array shift 2025-04-02 01:23:17 +03:00
ipmi efi: Use EDK2 EFI_GUID instead of sturct uuid 2025-05-01 11:53:28 -06:00
ips Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
ipw sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
irdma tcp: extend the use of the th_flags accessor function 2024-11-29 09:48:23 +01:00
isci isci: Remove dead code 2025-02-02 10:18:35 -07:00
iscsi mbuf: Don't force all M_EXTPG mbufs to be read-only 2024-10-31 16:32:31 -04:00
iser iser(4): Stop checking for failures from malloc(M_WAITOK) 2024-09-03 18:25:30 +08:00
isl newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY 2024-07-24 22:23:02 -06:00
ismt bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
isp isp: Fix abort issue introduced by previous commit 2025-01-08 13:23:26 -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 sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
iwm net80211: change ieee80211_ratectl_rate() to not return a rix 2025-02-26 11:29:36 -08:00
iwn sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
iwx iwx: Remove debug logging code 2025-04-14 09:56:23 +01:00
ixgbe ixgbe: fix mailbox ack handling 2025-03-28 17:02:37 -07:00
ixl Revert "ixl: fix multicast filters handling" 2024-12-19 13:49:30 +00:00
jedec_dimm jedec_dimm: Use device_set_descf() 2024-06-16 16:37:26 -04:00
jme dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04: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 net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
led sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
lge bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
liquidio ifnet: Remove if_getamcount() 2024-09-04 14:28:28 +00:00
mailbox/arm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
malo sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
mana mana: remove redundant doorbell in mana_poll_rx_cq() 2025-03-14 05:51:34 +00:00
mbox sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
md md: Fix linking of embedded filesystem images on aarch64 2024-11-21 13:36:37 -05:00
mdio Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
mem sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mfi mfi: Use bus_generic_detach to simplify deleting children during detach 2025-01-02 13:25:27 -05:00
mgb Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
mge arm/mv: Remove pre-armv7 support 2025-03-27 13:47:37 +00:00
mii mccomphy: Guard the definition of mcommphy_yt8531_setup_delay() 2025-05-06 19:26:57 +00:00
mlx Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
mlx4 mlx4ib(4): Fix some typos in device messages 2025-02-05 11:31:12 +01:00
mlx5 mlx5: jiffies is unsigned long 2025-04-29 13:53:40 +00:00
mlxfw sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmc mmc: SPI-mode support for SD cards. 2025-04-09 12:21:05 +01:00
mmcnull sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mpi3mr mpi3mr: modified the log messages to be on a single line 2025-04-27 21:24:52 -06:00
mpr mps/mpr: Add workaround for firmware not responding to IOC_FACTS or IOC_INIT 2024-10-13 15:38:01 -06:00
mps mps/mpr: Add workaround for firmware not responding to IOC_FACTS or IOC_INIT 2024-10-13 15:38:01 -06:00
mpt mpt: replace mpt_prt with mpt_lprt in mpt_cam.c 2025-02-04 17:47:21 -07:00
mrsas mrsas(4): Stop checking for failures from malloc(M_WAITOK) 2024-09-03 18:25:32 +08:00
msk Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
mthca Fix unused variable warning in mlx5_ib_devx.c 2022-07-25 00:40:13 +02:00
mvs arm/mv: Remove pre-armv7 support 2025-03-27 13:47:37 +00:00
mwl sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
mxge mxge(4): Stop checking for failures from taskqueue_create(M_WAITOK) 2024-09-03 18:25:38 +08:00
my net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08: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 Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
netmap netmap: Add a cdev_pg_path hook that returns the name of the cdev 2025-03-27 16:45:06 -04:00
nfe dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
nfsmb Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
nge dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
nmdm sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ntb Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05: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: make the kernel metadata pointer global 2025-01-24 14:25:51 -07:00
nvme nvme: Allow command opcodes with lower bit clear as reads 2025-04-30 17:05:44 -06:00
nvmem nvmem: Move nvmem code in dev/nvmem 2024-01-10 19:20:31 +01:00
nvmf nvmft: Export more info for a ctl port for use by ctladm 2025-02-20 10:31:20 -05:00
nvram sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
oce Revert "oce(4): deprecate" 2025-01-27 12:06:21 -05:00
ocs_fc ocs_fc: print instance_index value rather than pointer itself in ocs_cam.c 2024-12-28 14:12:35 -07:00
ofw openfirm: Add OF_device_unregister_xref 2025-04-03 09:03:44 -05:00
otus sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
ow Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
p2sb Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
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 Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
pcf bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
pci sys: Reduce where we include sys/devmap.h 2025-05-02 16:39:04 +01:00
phy phy: Move phy code in dev/phy 2024-01-10 19:20:34 +01:00
pms pms: Fix always true condition 2025-02-02 09:35:51 -07:00
powermac_nvram sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
ppbus Use the new bus_generic_detach directly in place of home-grown versions 2025-01-02 13:22:20 -05:00
ppc Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
proto proto: Use device_set_descf() 2024-06-02 19:38:41 -04:00
psci psci: Support the arm64 Errata ABI 2025-01-24 12:09:28 +00:00
pst Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
pty sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
puc puc: Use device_delete_children if attach fails 2025-01-02 13:25:38 -05:00
pwm Use the new bus_generic_detach directly in place of home-grown versions 2025-01-02 13:22:20 -05:00
qat kern: Make fileops and filterops tables const where possible 2024-11-26 21:04:21 +00: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 qcom_dwc3: update naming to match the later device tree drops. 2025-04-07 20:45:07 -07:00
qcom_ess_edma qcom_ess_edma: Add the IPQ4018/IPQ4019 ethernet MAC/MDIO driver. 2025-02-20 18:48:12 -08:00
qcom_gcc qcom_gcc: migrate to use sleep_clk directly 2025-04-07 20:46:02 -07:00
qcom_mdio qcom: fix panic in qcom_mdio_ipq4018 implementation 2023-08-11 02:12:55 +00:00
qcom_qup bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05: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: Convert recent changes to IfAPI 2024-11-13 14:30:59 -05:00
qlxgb net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
qlxgbe tcp: extend the use of the th_flags accessor function 2024-11-29 09:48:23 +01:00
qlxge net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
quicc newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY 2024-07-24 22:22:58 -06:00
ral sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
random sys: Add an SMCCC Random Number Generator driver 2024-10-15 18:24:42 +01:00
rccgpio sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
re dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
regulator Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
rl dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
rndtest sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
rtsx mmc: Use bus_topo_lock and taskqueue_bus while adding/removing child devices 2025-03-10 13:32:53 -04:00
rtwn rtwn: fix mbuf allocation errors in USB RX path for > 4 KiB frames 2025-04-30 20:01:05 -07:00
safe hifn/safe: Remove dummy calls to bus_generic_detach 2024-11-04 20:31:30 -05:00
safexcel sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sbni net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
scc newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY 2024-07-24 22:22:58 -06:00
sdhci sdhci: Use bus_topo_lock and taskqueue_bus for hotplug events 2025-03-10 13:33:49 -04:00
sdio sdiodevs: add more vendors and devices 2024-08-31 21:38:57 +00:00
sec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sff Remove bogus detach routines 2024-11-04 20:31:16 -05:00
sfxge sfxge: defer ether_ifattach to when ifmedia_init is done 2024-12-02 02:09:24 -07:00
sge Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
siis Use bus_generic_detach instead of device_delete_children in detach 2025-01-02 13:24:28 -05:00
sis dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
sk Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
smartpqi smartpqi(4): Fix a typo in a source code comment 2025-01-26 13:09:34 +01:00
smbios efi: Use EDK2 EFI_GUID instead of sturct uuid 2025-05-01 11:53:28 -06:00
smbus bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
smc Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
snp sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sound snd_hda: Add shutdown method 2025-05-18 15:38:02 +02:00
speaker speaker: Use standard C bool 2024-02-05 15:45:32 -08:00
spibus spibus: Use bus_generic_* directly instead of wrappers 2025-01-02 13:25:01 -05:00
sram Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
ste dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
stge Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
sume sume(4): Stop checking for failures from malloc(M_WAITOK) 2024-09-03 18:25:33 +08:00
superio Remove now-redundant calls to device_delete_children 2025-01-02 13:22:50 -05:00
sym sym(4): Add __diagused to nseg of getbaddrcb() 2023-08-18 16:33:27 +02:00
syscon Replace calls to bus_generic_attach with bus_attach_children 2024-12-06 17:26:16 -05:00
syscons sysmouse(4): Add wsp(4)-style T-Axis reporting. 2025-03-07 20:53:35 +03: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 net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
tpm tpm: Register TPM as entropy source 2024-08-31 10:53:02 -07:00
tsec net: Remove unneeded NULL check for the allocated ifnet 2024-06-28 18:16:29 +08:00
tws sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
uart ns8250: use LSR_THRE instead of LSR_TEMT for checking tx flush 2025-05-20 17:55:18 +03:00
usb dwc_otg_fdt: do not create and leak extra usbus child 2025-05-19 12:08:43 +03:00
veriexec sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vge dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
viapm bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05: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 vtnet(4): Replaced compiletime checks for ALTQ support to runtime checks 2025-04-28 10:30:36 -06:00
vkbd vkbd: correct ref count on cloned cdevs 2023-10-10 02:37:43 +03:00
vmd Remove now-redundant calls to device_delete_children 2025-01-02 13:22:50 -05:00
vmgenc sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vmm vmm: Consolidate code which manages guest memory regions 2025-02-18 16:00:07 +00:00
vmware pvscsi: Explicitly mask out CTS_SAS_VALID_SPEED bit 2025-01-15 12:32:31 +08:00
vnic bus_generic_detach: Delete children after detaching them 2025-01-02 13:21:30 -05:00
vr dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04:00
vt sysmouse(4): Add wsp(4)-style T-Axis reporting. 2025-03-07 20:53:35 +03:00
vte Remove now-redundant calls to device_delete_child 2025-01-02 13:22:35 -05:00
watchdog sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
wbwd wbwd: Use device_set_descf() 2024-06-16 16:37:26 -04:00
wdatwd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
wg wg: Improve wg_peer_alloc() to simplify the calling 2025-04-17 19:30:11 -05:00
wpi sys: convert ni->ni_txrate references use to the new net80211 API 2025-02-26 11:29:18 -08:00
wtap wtap(4): Fix build 2025-05-20 09:45:24 +08:00
xdma sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
xen xen: Add support for platform device with id 5853:0002 2025-05-08 18:06:27 +02:00
xilinx axidma(4): add local data cache flushes. 2025-04-22 10:28:55 +01:00
xl dev: Use recently added improvements to PME# support to simplify drivers 2025-03-27 16:55:12 -04: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