summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aimp2006-08-091-9/+0
* (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c))imp2006-07-081-2/+2
* Remove old GENERIC kludge. We no longer need to skip devices namedimp2006-07-081-8/+2
* Make the ISAPNP code optional and only enable it on i386 and pc98 (usedmarius2006-06-121-0/+6
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-122-6/+0
* Committed the xbox syscons(8)-able console driver.rink2006-03-031-0/+19
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-6/+7
* MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked brokenpeter2005-12-131-0/+15
* Fix -Wundef.ru2005-12-041-1/+1
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-091-0/+10
* Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDsmarius2005-09-281-1/+4
* Add pnp and location info for the ISA bus. The pnp info is theimp2005-08-011-0/+25
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicjhb2005-07-011-12/+35
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-103-4203/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+56
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-143-23/+15
* Remove unused IO_NPX* defines.nyan2005-05-121-2/+0
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdmdodd2005-04-132-0/+3
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-121-6/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.jhb2005-03-241-22/+26
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-5/+5
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-111-3/+0
OpenPOWER on IntegriCloud