summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* sys/isa: minor spelling fixes.pfg2016-05-033-3/+3
* atrtc: export function to set RTCroyger2016-05-021-0/+1
* isa/pnp: for pointers replace 0 with NULL.pfg2016-04-141-5/+5
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-4/+4
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-192-8/+8
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-272-2/+3
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-191-115/+1
* - 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
OpenPOWER on IntegriCloud