aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* if_smsc: fix build on armv6 & armv7Ronald Klop2 days1-1/+1
* Teach if_smsc to get MAC from bootargs.Ronald Klop3 days1-3/+83
* busdma: remove parent tag trackingMitchell Horne3 days1-16/+7
* busdma: kill filter functionality internallyMitchell Horne3 days1-6/+5
* bhnd: Correct the softc size in the siba_bhndb_driver definitionMark Johnston4 days1-1/+1
* usbdevs: add quirk for WD MyPassport Ultra External HDDEugene Grosbein6 days2-0/+2
* mlx5: Fix HCA cap 2 queryPatrisious Haddad7 days1-25/+1
* armv8rng: Don't require toolchain to support FEAT_RNGJessica Clarke8 days1-4/+4
* iicbus: add compat32 support for I2C ioctlsStephen J. Kiernan9 days1-3/+108
* ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that pr...Bjoern A. Zeeb9 days1-1/+1
* Revert "[ath] Attempt to fix epoch handling."Bjoern A. Zeeb9 days3-15/+2
* Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb9 days3-9/+0
* Revert "Widen EPOCH(9) usage in USB WLAN drivers."Bjoern A. Zeeb9 days7-21/+0
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb9 days14-48/+2
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff9 days4-29/+25
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff9 days4-16/+10
* smbus: add compat32 support for SMB ioctlsStephen J. Kiernan10 days1-0/+142
* vt(4): Call post-switch callback after replacing the backendJean-Sébastien Pédron10 days1-0/+7
* x86: Support multiple PCI MCFG regionsJohn Baldwin10 days1-5/+2
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin10 days13-73/+101
* agp_amd64: Use <machine/pci_cfgreg.h> rather than bare prototypesJohn Baldwin10 days1-4/+1
* mpi3mr: Minor tweak to task queue pausingWarner Losh11 days1-5/+8
* mpi3mr: Assume dma_hiaddr is BUS_SPACE_MAXADDRWarner Losh11 days3-26/+24
* mpi3mr: Replace can't happen DataLength == 0 with an assertWarner Losh11 days1-12/+6
* mpi3mr: Use template for main busdma tag.Alexander Motin11 days1-12/+4
* mpi3mr: Make these bus_dmamap_load calls synchronousAlexander Motin11 days2-17/+18
* mpi3mr: Fix MAXPHYS usageAlexander Motin11 days1-2/+2
* mpi3mr: Add firmware versionWarner Losh11 days3-8/+14
* mpi3mr: Trivial trailing white space reductionWarner Losh11 days5-63/+64
* mpi3mr: Honor the dma mask from IOCFactsWarner Losh11 days2-0/+37
* mpi3mr: Fix EINPROGRESS errors hanging the cardWarner Losh11 days2-58/+73
* mpi3mr: Cleaup setting of status in processing scsiio requestsWarner Losh11 days1-8/+7
* mpi3mr: Only set callout_owned when we create a timeoutWarner Losh11 days1-3/+3
* mpi3mr: Minor style fixWarner Losh11 days1-2/+1
* mpi3mr: Reduce the scope of the reset_mutextWarner Losh11 days2-10/+20
* mpi3mr: Remove unused fields in struct mpi3mr_cmdWarner Losh11 days2-9/+0
* mpi3mr: Don't hold fwevt_lock over call to taskqueue_drainWarner Losh11 days1-5/+7
* pst-raid: De-pessimize the building of i386 kernelsWarner Losh11 days1-0/+1
* xen/dev: remove __unused from driver argument of identify functionsElliott Mitchell11 days5-5/+5
* xen/dev: switch to DEVMETHOD_ENDElliott Mitchell11 days4-4/+7
* xen/intr: remove xenpci headersElliott Mitchell11 days1-2/+0
* xen/intr: correct misuses of Xen handle pointer typeElliott Mitchell12 days2-3/+3
* ig4: Add PCI IDs for Intel Ice Lake I2C controller.Vladimir Kondratyev12 days1-0/+12
* sys: Automated cleanup of cdefs and other formattingWarner Losh13 days655-671/+38
* sys: Remove ancient SCCS tags.Warner Losh13 days16-33/+0
* ata: Retire unused variable / externsWarner Losh2023-11-242-6/+1
* vt(4): Always call vt_window_switch() in vtterm_cnungrab()Jean-Sébastien Pédron2023-11-241-4/+13
* vt(4): Call vd_postswitch callback regardless of the current windowJean-Sébastien Pédron2023-11-241-2/+0
* vt(4): New bitblt_text variant making a copy before unlocking vt_bufJean-Sébastien Pédron2023-11-242-14/+185
* vt(4): Skip vt_window_switch() for nested panicsJean-Sébastien Pédron2023-11-241-1/+13