summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-091-127/+0
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-062-8/+2
* - Enable an extra debugging bootverbose printf when probing ISA PNP cardsjhb2011-03-291-2/+2
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* When we are not switching VTs, just mark all buffer to be updated.jkim2010-07-151-1/+7
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-4/+0
* Do not attempt to switch to the same VTs between suspend and resume.jkim2010-05-261-9/+11
* Let the first device suspend and the last device resume syscons(4).jkim2010-05-261-10/+5
* Fix more style(9) nits that I missed in the previous commit.jkim2010-05-221-5/+4
* Fix style(9) nits.jkim2010-05-221-36/+39
* Suspend screen updates when the video controller is powered down.jkim2010-05-221-15/+86
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-252-516/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+4
* Attach dpms(4) to vgapm and make sure to restore DPMS state afterjkim2009-12-151-0/+3
* - Partially revert hackish r198964 and r199002.jkim2009-11-121-92/+145
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerjkim2009-11-061-19/+53
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.jkim2009-11-051-19/+18
* Save/restore VGA color palette while suspending and resuming.jkim2009-11-041-10/+32
* Tweak the way that the ACPI and ISA bus drivers match hint devices tojhb2009-08-241-4/+23
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-032-0/+28
* Add resume methods to i8254 and atrtc devices.mav2009-05-011-2/+8
* Allow syscons to work on amd64 and i386 without any hints:jhb2009-03-051-3/+7
* Allow device hints to wire the unit numbers of devices.jhb2008-11-184-103/+149
* MFp4:imp2008-11-024-5/+32
* MFp4 (my newcard tree):imp2008-08-242-55/+0
* atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.cphk2008-04-142-599/+40
* Move i386 to generic RTC handling code.phk2008-04-121-103/+168
* Back in the good old days, PC's had random pieces of rock forphk2008-03-261-122/+0
* Further cleanup of sound generation in syscons:phk2008-03-261-9/+1
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-262-37/+20
* Rename timer0_max_count to i8254_max_count.phk2008-03-262-50/+51
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-261-2/+2
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().jhb2008-01-171-0/+1
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-291-6/+4
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-96/+1
* It seems that some i386 mothermoards either do not implement thedwmalone2007-07-271-1/+2
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-3/+6
* Prototype (but functional) Linux-ish /dev/nvram interface to the extrapeter2007-06-151-0/+99
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* When trying to allocate a PnP BIOS memory resource, the code loops tryingjhb2007-04-171-1/+1
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers thebde2007-03-051-0/+1
* style(9).nyan2007-03-041-2/+2
* Use pause() rather than tsleep() on explicit global dummy variables.jhb2007-02-271-2/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-7/+10
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-231-13/+10
* Be consistent with the spelling of "dependent" in user-visible places.ceri2006-12-301-1/+1
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Use calendaric calculation support from subr_clock.c instead of home-rolled.phk2006-10-021-88/+33
OpenPOWER on IntegriCloud