| Commit message (Expand) | Author | Age | Files | Lines |
* | newbus: replace leftover device unit wildcards | Ahmad Khalifa | 2025-06-21 | 1 | -1/+1 |
* | Internal scheduling priorities: Always use symbolic ones | Olivier Certner | 2025-06-18 | 1 | -1/+1 |
* | bus_generic_detach: Delete children after detaching them | John Baldwin | 2025-01-02 | 1 | -1/+0 |
* | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 1 | -1/+1 |
* | Replace calls to bus_generic_probe with bus_identify_children | John Baldwin | 2024-12-06 | 1 | -1/+1 |
* | smbus: Use a bus_child_deleted method to free ivars for children | John Baldwin | 2024-11-01 | 1 | -0/+7 |
* | newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
* | smbus: add compat32 support for SMB ioctls | Stephen J. Kiernan | 2023-11-29 | 1 | -0/+142 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 2 | -2/+0 |
* | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 4 | -8/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 6 | -6/+6 |
* | smbus smb: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -3/+1 |
* | Remove unused smbus_devclass. | John Baldwin | 2022-05-06 | 2 | -3/+0 |
* | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 1 | -7/+5 |
* | smbus: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 3 | -4/+2 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 6 | -0/+12 |
* | Fix supposed typo in the include guard symbol name, use full path for | Konstantin Belousov | 2017-10-01 | 1 | -3/+3 |
* | Improve smb(4) devfs interactions. | Konstantin Belousov | 2017-10-01 | 1 | -51/+17 |
* | smb: fix SMB_READB, SMB_READW, SMB_PCALL to work as documented | Andriy Gapon | 2016-11-11 | 2 | -5/+12 |
* | smbus: remove smbus_trans / SMB_TRANS | Andriy Gapon | 2016-11-03 | 4 | -59/+2 |
* | smbus: remove the potentially very dangerous slave probing code | Andriy Gapon | 2016-11-02 | 1 | -29/+0 |
* | smbus: allow child devices to be added via hints | Andriy Gapon | 2016-10-12 | 2 | -63/+139 |
* | Expand SMBUS API to add smbus_trans() function. | Michael Gmelin | 2015-04-25 | 6 | -76/+251 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -3/+2 |
* | Make generic_intr routines match prototype. | Warner Losh | 2009-03-09 | 2 | -2/+2 |
* | - Change ichsmb(4) to follow the format of all the other smbus controllers | John Baldwin | 2009-02-03 | 1 | -0/+4 |
* | - Store the device_t of the smbX device in the softc. | John Baldwin | 2008-06-06 | 1 | -37/+22 |
* | Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] is | John Baldwin | 2006-09-26 | 1 | -0/+6 |
* | - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD(). | John Baldwin | 2006-09-11 | 1 | -0/+1 |
* | Minor overhaul of SMBus support: | John Baldwin | 2006-09-11 | 7 | -78/+108 |
* | Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers. | Ruslan Ermilov | 2005-12-21 | 1 | -0/+2 |
* | Create "smb" device when "smbus" device is attached, so that it's | Ruslan Ermilov | 2005-12-20 | 2 | -11/+11 |
* | Stop creating duplicate "smb" devices when unloading/loading smb.ko, | Ruslan Ermilov | 2005-12-20 | 2 | -24/+4 |
* | Remove public declarations of variables that were forgotten when they were | David E. O'Brien | 2005-08-10 | 1 | -2/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -4/+4 |
* | Fix various style(9) bugs. This includes the removal of wrong | Joerg Wunsch | 2004-05-17 | 1 | -38/+21 |
* | You wouldn't believe a driver could survive doing userland IO without | Joerg Wunsch | 2004-05-16 | 2 | -12/+49 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
* | No need for a separate nfpm driver now - amdpm handles both. | Doug Rabson | 2003-09-06 | 1 | -1/+0 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -2/+6 |
* | Don't hardcode unit numer '0'. | Bernd Walter | 2003-08-10 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
* | Cleanup of amdpm(4). | Nicolas Souchu | 2002-09-21 | 1 | -0/+1 |
* | move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> and | Peter Wemm | 2002-09-19 | 1 | -2/+1 |
* | Major rework of the iicbus/smbus framework: | Nicolas Souchu | 2002-03-23 | 4 | -107/+60 |
* | SMBus support for the AMD 756 power management unit. See smbus(4), | Murray Stokely | 2001-09-16 | 1 | -0/+1 |