aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aWarner Losh2006-08-091-9/+0
* (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c))Warner Losh2006-07-081-2/+2
* Remove old GENERIC kludge. We no longer need to skip devices namedWarner Losh2006-07-081-8/+2
* Make the ISAPNP code optional and only enable it on i386 and pc98 (usedMarius Strobl2006-06-121-0/+6
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-122-6/+0
* Committed the xbox syscons(8)-able console driver.Rink Springer2006-03-031-0/+19
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-6/+7
* MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked brokenPeter Wemm2005-12-131-0/+15
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Add support for XBOX to the FreeBSD port. The xbox architecture isWarner Losh2005-11-091-0/+10
* Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDsMarius Strobl2005-09-281-1/+4
* Add pnp and location info for the ISA bus. The pnp info is theWarner Losh2005-08-011-0/+25
* Fixup some more fallout from the lapic/i8254 changes:John Baldwin2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-051-1/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicJohn Baldwin2005-07-011-12/+35