aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak the way that the ACPI and ISA bus drivers match hint devices toJohn Baldwin2009-08-241-4/+23
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-032-0/+28
* Add resume methods to i8254 and atrtc devices.Alexander Motin2009-05-011-2/+8
* Allow syscons to work on amd64 and i386 without any hints:John Baldwin2009-03-051-3/+7
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-184-103/+149
* MFp4:Warner Losh2008-11-024-5/+32
* MFp4 (my newcard tree):Warner Losh2008-08-242-55/+0
* atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.cPoul-Henning Kamp2008-04-142-599/+40
* Move i386 to generic RTC handling code.Poul-Henning Kamp2008-04-121-103/+168
* Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp2008-03-261-122/+0
* Further cleanup of sound generation in syscons:Poul-Henning Kamp2008-03-261-9/+1
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-262-37/+20
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-262-50/+51
* The RTC related pscnt and psdiv variables have no business being public.Poul-Henning Kamp2008-03-261-2/+2
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().John Baldwin2008-01-171-0/+1
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-6/+4
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notPeter Wemm2007-10-261-96/+1
* It seems that some i386 mothermoards either do not implement theDavid Malone2007-07-271-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-3/+6
* Prototype (but functional) Linux-ish /dev/nvram interface to the extraPeter Wemm2007-06-151-0/+99