| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove i386 XBOX support. | Konstantin Belousov | 2017-11-16 | 1 | -19/+0 |
* | Use better hard-coded defaults for the cursor shape, and remove nearby | Bruce Evans | 2017-08-19 | 1 | -6/+0 |
* | Stop calling atrtc_set() from the xen timer clock_settime() method. That | Ian Lepore | 2017-08-11 | 1 | -1/+0 |
* | Protect access to the AT realtime clock with its own mutex. | Ian Lepore | 2017-07-12 | 1 | -0/+1 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 2 | -2/+2 |
* | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 4 | -59/+0 |
* | sys/isa: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 3 | -3/+3 |
* | atrtc: export function to set RTC | Roger Pau Monné | 2016-05-02 | 1 | -0/+1 |
* | isa/pnp: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-14 | 1 | -5/+5 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 1 | -4/+4 |
* | Replace all resource occurrences of '0UL/~0UL' with '0/~0'. | Justin Hibbits | 2016-03-03 | 1 | -1/+1 |
* | Replace several bus_alloc_resource() calls using default arguments with bus_a... | Justin Hibbits | 2016-02-19 | 2 | -8/+8 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 2 | -2/+3 |