aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove i386 XBOX support.Konstantin Belousov2017-11-161-19/+0
* Use better hard-coded defaults for the cursor shape, and remove nearbyBruce Evans2017-08-191-6/+0
* Stop calling atrtc_set() from the xen timer clock_settime() method. ThatIan Lepore2017-08-111-1/+0
* Protect access to the AT realtime clock with its own mutex.Ian Lepore2017-07-121-0/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-284-59/+0
* sys/isa: minor spelling fixes.Pedro F. Giffuni2016-05-033-3/+3
* atrtc: export function to set RTCRoger Pau Monné2016-05-021-0/+1
* isa/pnp: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-141-5/+5
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-4/+4
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-192-8/+8
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-2/+3
* Remove vestiges of knowing the ISA bus, which we gave up on around 20Warner Losh2014-03-191-115/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-091-127/+0
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busJohn Baldwin2011-05-062-8/+2
* - Enable an extra debugging bootverbose printf when probing ISA PNP cardsJohn Baldwin2011-03-291-2/+2
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-1/+1
* When we are not switching VTs, just mark all buffer to be updated.Jung-uk Kim2010-07-151-1/+7
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-4/+0
* Do not attempt to switch to the same VTs between suspend and resume.Jung-uk Kim2010-05-261-9/+11
* Let the first device suspend and the last device resume syscons(4).Jung-uk Kim2010-05-261-10/+5
* Fix more style(9) nits that I missed in the previous commit.Jung-uk Kim2010-05-221-5/+4
* Fix style(9) nits.Jung-uk Kim2010-05-221-36/+39
* Suspend screen updates when the video controller is powered down.Jung-uk Kim2010-05-221-15/+86
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-252-516/+0
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+4
* Attach dpms(4) to vgapm and make sure to restore DPMS state afterJung-uk Kim2009-12-151-0/+3
* - Partially revert hackish r198964 and r199002.Jung-uk Kim2009-11-121-92/+145
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerJung-uk Kim2009-11-061-19/+53
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.Jung-uk Kim2009-11-051-19/+18
* Save/restore VGA color palette while suspending and resuming.Jung-uk Kim2009-11-041-10/+32