aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* When trying to allocate a PnP BIOS memory resource, the code loops tryingJohn Baldwin2007-04-171-1/+1
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers theBruce Evans2007-03-051-0/+1
* style(9).Yoshihiro Takahashi2007-03-041-2/+2
* Use pause() rather than tsleep() on explicit global dummy variables.John Baldwin2007-02-271-2/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-7/+10
* Cleaned up declaration and initialization of clock_lock. It is onlyBruce Evans2007-01-231-13/+10
* Be consistent with the spelling of "dependent" in user-visible places.Ceri Davies2006-12-301-1/+1
* Optimized RTC accesses by avoiding null writes to the index registerBruce Evans2006-12-031-9/+16
* Use calendaric calculation support from subr_clock.c instead of home-rolled.Poul-Henning Kamp2006-10-021-88/+33
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-3/+0