aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin10 days2-2/+2
* Revert "isa: Use gone_in_dev(9) for deprecation message"Ed Maste2025-10-281-2/+2
* isa: Use gone_in_dev(9) for deprecation messageEd Maste2025-10-271-2/+2
* sys: Bump non-ISA PNP removal to 16.0Ed Maste2025-10-251-1/+1
* isa_common: allow multiple device instancesShengYi Hung2025-10-031-1/+1
* isa: Fix a typo in a source code commentGordon Bergling2025-08-171-1/+1
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-5/+6
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-062-2/+2
* isa: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-011-0/+7
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-3/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-272-4/+0
* isa: Postpone removal of the non-PNP driver until 15Zhenlei Huang2023-10-281-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* isa_common: find next bit fasterDoug Moore2023-08-011-6/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1210-10/+10
* Adjust function definition in isa's pnp.c to avoid clang 15 warningDimitry Andric2022-07-271-1/+1
* isa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-063-12/+4
* Remove isa_devclass from ISA bus drivers.John Baldwin2022-05-062-5/+2
* Remove isab_devclass from ISA bridge drivers.John Baldwin2022-05-062-5/+0
* vgapm: Use devclass_find to lookup the vga devclass in suspend and resume.John Baldwin2022-04-211-2/+2
* FB_INSTALL_CDEV: Remove this option and related code.John Baldwin2022-04-211-75/+0
* sc: Use devclass_find to lookup the sc devclass.John Baldwin2022-04-211-4/+7
* sys/isa: Use C99 fixed-width integer types.John Baldwin2021-12-282-11/+11
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-10/+7
* Remove more remnants of sio(4)Mark Johnston2021-04-071-1/+0
* Move back the isa non-PNP driver deadline to FreeBSD 14.Warner Losh2021-03-081-1/+1
* sc(4) md bits: stop setting sc->kbd entirelyKyle Evans2019-12-301-1/+0
* syscons: drop keyboard index from softcKyle Evans2019-12-231-1/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Revert r330780, it was improperly tested and results in taking a spinIan Lepore2018-03-111-1/+1
* Eliminate atrtc_time_lock, and use atrtc_lock for efirtc locking.Ian Lepore2018-03-111-1/+1
* Use separate mutexes for atrtc and i8254 locking. Change all the strangeIan Lepore2018-03-111-1/+0
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-1/+10
* On further testing on actual machines with this hardware, we shouldWarner Losh2017-12-301-2/+3
* Warn when nonPNP ISA devices are attached in GENERIC that they areWarner Losh2017-12-233-26/+29
* Fix cut-and-paste error s/pccard/isa/Warner Losh2017-12-231-1/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2710-0/+20
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2