summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
...
* 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-022-0/+2
* Fix 'interrupt interrupt' -> 'interrupt' in the comment.wkoszek2006-09-201-1/+1
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aimp2006-08-091-9/+0
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-301-0/+9
* Backout changes trying to inherit floating-point environment, althoughdavidxu2006-05-291-35/+0
* If parent thread never used FPU, the only work is to clear flagdavidxu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-281-0/+30
* Send the pcvt(4) driver off to retirement.phk2006-05-1710-14757/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Correct a local information leakage bug affecting AMD FPUs.cperciva2006-04-191-2/+40
* - Don't set CR0_NE and CR0_MP in npx_probe() as they are already setjhb2006-04-061-25/+21
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-281-2/+14
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-2/+2
* 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
* Whitespace: reduce diffs with amd64.jhb2005-12-081-2/+1
* Change the i386 code to pass the interrupt vector as a separate argumentjhb2005-12-052-8/+7
* Don't panic if IRQ 13 doesn't exist. On some machines (see previousjhb2005-12-051-7/+9
* Really slam the door on mixed mode now that we don't depend on it for ajhb2005-12-051-0/+15
* - Move PUSH_FRAME and POP_FRAME into machine/asmacros.h.jhb2005-12-051-11/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-052-5/+2
* Add /dev/speaker support to amd64.ru2005-11-111-656/+0
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-091-0/+10
* Finally complete some work on generalizing the PCF8584-based I2Cjoerg2005-10-281-633/+0
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-2/+2
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-6/+8
* __RMAN_RESOURCE_VISIBLE not necessary.phk2005-09-251-3/+0
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedjhb2005-08-262-886/+0
* Fix locking in el(4) and mark mpsafe.jhb2005-08-171-45/+79
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-8/+8
* 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
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,delphij2005-07-021-4/+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-101-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-30/+37
* Allow the VESA code to handle devices that don't claim to be VGA devices.jhb2005-06-011-2/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Fix LINT build, original breakage was rev 1.23. There are 2 definitionsnjl2005-05-201-1/+8
* Fix low res profiling kernel build. Move two defines to collapse thenjl2005-05-191-7/+6
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-145-159/+16
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-122-19/+0
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-101-57/+0
* Change a directory layout for pc98.nyan2005-05-104-4/+4
* Move if_wl_i82586.h into sys/dev/wl.nyan2005-05-091-266/+0
* 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
OpenPOWER on IntegriCloud