]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
net: Update SFF-8024 definitions and strings with values from rev 4.6
[FreeBSD/FreeBSD.git] / sys / dev /
2019-07-08 hselaskyMinor code cleanup of USB ACPI code after r349161.
2019-07-08 ianCall device_unbusy() on the error exit path, because...
2019-07-08 vangyzenIgnore kern.vt.splash_cpu without graphics
2019-07-04 vmaffionenetmap: Remove pointer leakage in netmap_mem2.c
2019-07-04 vmaffionenetmap: fix kernel pointer printing in netmap_generic.c
2019-07-04 brFix transfers that don't use busdma or bounce buffer...
2019-07-04 impFix cut-and-pasto that slipped through my testing.
2019-07-04 impImplement missing MMCBR ivars
2019-07-04 brNegate the logic of XCHAN_CAP_NOBUFS macro and rename...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-04 marcelLock busdma operations and serialize detach against...
2019-07-03 markjiwm: Drain callouts after stopping the device during...
2019-07-03 jhbUse unmapped (M_NOMAP) mbufs for zero-copy AIO writes...
2019-07-02 emasteif_muge: set IFCAP_VLAN_MTU to maintain 1500 MTU with...
2019-07-02 mavInclude sys/lock.h, as told by man page.
2019-07-02 ganboldExtend simple_mfd driver to expose a syscon interface if
2019-07-02 mavFix i386 LINT after r349594.
2019-07-02 mavAdd driver for NTB in AMD SoC.
2019-07-02 landonfbwn(4): Include SROM revision when printing device...
2019-07-01 manuSince r349571 we need all the accessor to be present...
2019-07-01 vmaffionenetmap: fix two panics with emulated adapter
2019-07-01 avgadd superio driver
2019-07-01 avgnctgpio: change default pin names to those used by...
2019-07-01 loosAdd support for the Marvell 88E6190 11 ports switch.
2019-06-29 jhbAdd support for IFCAP_NOMAP to mlx5(4).
2019-06-29 jhbAdd support for IFCAP_NOMAP to cxgbe(4).
2019-06-28 mmMFV r349454:
2019-06-28 hselaskyNeed to apply the PCIM_BAR_MEM_BASE mask to the physica...
2019-06-28 loosAdd the 802.1q support for the Marvell e6000 series...
2019-06-28 loosAdd the 'drop tagged' flag support for ethernet switch...
2019-06-28 npcxgbe/t4_tom: Tweaks to some of the AIO related CTRs.
2019-06-28 npcxgbe/t4_tom: the AIO tx job queue must be empty by...
2019-06-28 npcxgbe/t4_tom: Mark the socket's receive as done before...
2019-06-28 npcxgbe/t4_tom: Fix regression in t_maxseg usage within...
2019-06-28 npcxgbe/iw_cxgbe: Remove unused field from the endpoint...
2019-06-28 bcranAdd ACPI entries for Synopsys Designware UARTs used...
2019-06-27 asomersMFHead @349476
2019-06-27 lwhsuFollow r349460 to complete removing "flags" in struct...
2019-06-27 jhbHold an explicit reference on the socket for the aiotx...
2019-06-27 brAdd support for extended descriptor format to Altera...
2019-06-27 avggpiobus: provide a new hint, pin_list
2019-06-26 avgfix up r349428, fix a typo made during "fdt" removal
2019-06-26 markjAdd a return value to vm_page_remove().
2019-06-26 avgowc_gpiobus: clean / fix up the driver module things
2019-06-25 impRemove NAND and NANDFS support
2019-06-23 mavImprove AHCI Enclosure Management and SES interoperation.
2019-06-23 ianRemove some unused header files from the ad7418 driver.
2019-06-22 vangyzenVirtIO SCSI: validate seg_max on attach
2019-06-21 emastenandsim: correct test to avoid out-of-bounds access
2019-06-20 takawataFix the case where no root hub object while host contro...
2019-06-20 npcxgbe/t4_tom: DDP_DEAD is a ddp flag and not a toepcb...
2019-06-20 asomersMFHead @349234
2019-06-18 cemrandom(4): Fix a regression in short AES mode reads
2019-06-18 ianHandle labels specified with hints even on FDT systems...
2019-06-18 ianRemove everything related to channels from the pwmc...
2019-06-17 takawataAdd ACPI support for USB driver.
2019-06-17 cemrandom(4): Fortuna: allow increased concurrency
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 ianPut the pwmc cdev filenames under the pwm directory...
2019-06-17 cemrandom(4): Generalize algorithm-independent APIs
2019-06-17 cemrandom(4): Add regression tests for uint128 implementat...
2019-06-17 mmMFV r349134:
2019-06-17 ianAdd back a const qualifier I somehow fumbled away betwe...
2019-06-17 ianAdd ofw_pwmbus to enumerate pwmbus devices on systems...
2019-06-16 ianRework pwmbus and pwmc so that each child will handle...
2019-06-16 ianRename pwmbus.h to ofw_pwm.h, because after all the...
2019-06-16 philipAdd macOS-like three finger drag trackpad gesture to...
2019-06-16 ianThis code no longer uses fdt/ofw stuff, no need to...
2019-06-16 ianMake channel number unsigned, and spell unsigned int...
2019-06-15 ianMake pwm channel numbers unsigned.
2019-06-15 ianRestructure the pwm device hirearchy and interfaces.
2019-06-15 ianDestroy the cdev on device detach. Also, make the...
2019-06-15 ianRename the channel_max method to channel_count, because...
2019-06-15 ianSpell unsigned int as u_int and channel as chan; elimin...
2019-06-15 ianUnwrap prototype lines so that return type and function...
2019-06-15 ianMake pwmbus driver and devclass vars static; they're...
2019-06-15 ianUse device_delete_children() instead of a locally-rolle...
2019-06-15 ianRemove pwmbus_attach_bus(), it no longer has any caller...
2019-06-15 ianMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-15 ianDo not include pwm.h here, it is purely a userland...
2019-06-13 impDon't print the request we may be aborting in ciss_noti...
2019-06-12 shurdSome devices take undesired actions when RTS and DTR are
2019-06-12 jtlThe current IPMI KCS code is waiting 100us for all...
2019-06-10 loosAdd support for the GPIO SD Card VCC regulator/switch...
2019-06-10 zeisingpsm(4): Enable touchpads and trackpads by default
2019-06-08 wulfpsm(4): Add extra sanity checks to Elantech trackpoint...
2019-06-08 wulfpsm(4): Fix Elantech trackpoint support.
2019-06-08 bzAdd SDIO support.
2019-06-08 bzImprove sdhci slot_printf() debug printing.
2019-06-08 bzIntroduce sim_dev and cam_sim_alloc_dev().
2019-06-07 jhbFix debug trace after removal of pdu_overhead.
2019-06-07 chuckFix nda(4) PCIe link status output
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-07 npcxgbe(4): Rename the DDP sysctl to rx_zcopy to match...
2019-06-06 loosDo not overwrite the RGMII bits in the CPU port registe...
2019-06-06 loosZero the GPIO regulator pins memory.
2019-06-06 scottphnvdimm: Provide nvdimm location information
2019-06-06 asomersMFHead @348740
2019-06-06 ianDon't refer to the cpu variable in a KASSERT before...
2019-06-05 cpercivaOnly respond to the PCIe Attention Button if a device...
next