| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD | John Baldwin | 10 days | 2 | -2/+2 |
| * | Revert "isa: Use gone_in_dev(9) for deprecation message" | Ed Maste | 2025-10-28 | 1 | -2/+2 |
| * | isa: Use gone_in_dev(9) for deprecation message | Ed Maste | 2025-10-27 | 1 | -2/+2 |
| * | sys: Bump non-ISA PNP removal to 16.0 | Ed Maste | 2025-10-25 | 1 | -1/+1 |
| * | isa_common: allow multiple device instances | ShengYi Hung | 2025-10-03 | 1 | -1/+1 |
| * | isa: Fix a typo in a source code comment | Gordon Bergling | 2025-08-17 | 1 | -1/+1 |
| * | newbus: replace leftover device unit wildcards | Ahmad Khalifa | 2025-06-21 | 1 | -1/+2 |
| * | machine/stdarg.h -> sys/stdarg.h | Brooks Davis | 2025-06-11 | 1 | -2/+1 |
| * | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 2 | -5/+6 |
| * | Replace calls to bus_generic_probe with bus_identify_children | John Baldwin | 2024-12-06 | 2 | -2/+2 |
| * | isa: 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 |
| * | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
| * | new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE | John Baldwin | 2024-03-13 | 2 | -3/+1 |
| * | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 3 | -3/+0 |
| * | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 2 | -4/+0 |
| * | isa: Postpone removal of the non-PNP driver until 15 | Zhenlei Huang | 2023-10-28 | 1 | -1/+1 |
| * | 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 | 6 | -12/+0 |
| * | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 5 | -10/+0 |
| * | isa_common: find next bit faster | Doug Moore | 2023-08-01 | 1 | -6/+1 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 10 | -10/+10 |
| * | Adjust function definition in isa's pnp.c to avoid clang 15 warning | Dimitry Andric | 2022-07-27 | 1 | -1/+1 |
| * | isa: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 3 | -12/+4 |
| * | Remove isa_devclass from ISA bus drivers. | John Baldwin | 2022-05-06 | 2 | -5/+2 |
| * | Remove isab_devclass from ISA bridge drivers. | John Baldwin | 2022-05-06 | 2 | -5/+0 |
| * | vgapm: Use devclass_find to lookup the vga devclass in suspend and resume. | John Baldwin | 2022-04-21 | 1 | -2/+2 |
| * | FB_INSTALL_CDEV: Remove this option and related code. | John Baldwin | 2022-04-21 | 1 | -75/+0 |
| * | sc: Use devclass_find to lookup the sc devclass. | John Baldwin | 2022-04-21 | 1 | -4/+7 |
| * | sys/isa: Use C99 fixed-width integer types. | John Baldwin | 2021-12-28 | 2 | -11/+11 |
| * | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 1 | -10/+7 |
| * | Remove more remnants of sio(4) | Mark Johnston | 2021-04-07 | 1 | -1/+0 |
| * | Move back the isa non-PNP driver deadline to FreeBSD 14. | Warner Losh | 2021-03-08 | 1 | -1/+1 |
| * | sc(4) md bits: stop setting sc->kbd entirely | Kyle Evans | 2019-12-30 | 1 | -1/+0 |
| * | syscons: drop keyboard index from softc | Kyle Evans | 2019-12-23 | 1 | -1/+1 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Revert r330780, it was improperly tested and results in taking a spin | Ian Lepore | 2018-03-11 | 1 | -1/+1 |
| * | Eliminate atrtc_time_lock, and use atrtc_lock for efirtc locking. | Ian Lepore | 2018-03-11 | 1 | -1/+1 |
| * | Use separate mutexes for atrtc and i8254 locking. Change all the strange | Ian Lepore | 2018-03-11 | 1 | -1/+0 |
| * | Add ISA PNP tables to ISA drivers. Fix a few incidental comments. | Warner Losh | 2018-01-29 | 1 | -1/+10 |
| * | On further testing on actual machines with this hardware, we should | Warner Losh | 2017-12-30 | 1 | -2/+3 |
| * | Warn when nonPNP ISA devices are attached in GENERIC that they are | Warner Losh | 2017-12-23 | 3 | -26/+29 |
| * | Fix cut-and-paste error s/pccard/isa/ | Warner Losh | 2017-12-23 | 1 | -1/+1 |
| * | Create a new ISA_PNP_INFO macro. Use this macro every where we have | Warner Losh | 2017-12-23 | 1 | -0/+4 |
| * | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 10 | -0/+20 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 2 | -0/+4 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -0/+2 |