summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add experimental BPF Just-In-Time compiler for amd64 and i386.jkim2005-12-062-0/+908
* Change the i386 code to pass the interrupt vector as a separate argumentjhb2005-12-059-53/+27
* - Move the code to deal with handling an IPI_STOP IPI out ofjhb2005-12-055-49/+34
* 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-054-102/+54
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.ru2005-12-051-1/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-053-6/+3
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-031-0/+1
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-281-0/+1
* If we get a stray interrupt, return after logging it. In the extremelyjhb2005-11-281-0/+1
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-274-11/+1
* Fix typo.le2005-11-241-1/+1
* Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.ru2005-11-241-1/+1
* Garbage collect machine/smptests.h now that it is empty and no longer used.jhb2005-11-221-36/+0
* Make COUNT_IPIS and COUNT_XINVLTLB_HITS real kernel options and takejhb2005-11-224-14/+5
* Garbage collect unused {VERBOSE_,}CPUSTOP_ON_DDBBREAK macros.jhb2005-11-221-6/+0
* Garbage collect the code to store diagnostics codes in a CMOS registerjhb2005-11-223-107/+0
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* - Always print the trap number so that we have something to start with forjhb2005-11-181-5/+10
* Fix spelling mistake.obrien2005-11-171-1/+1
* Revert a part of the previous commits to these files that made the NMIjhb2005-11-161-5/+4
* Revert previous commit to these files. There isn't a race necessitatingjhb2005-11-161-3/+2
* Fix a typo in the check for an invalid APIC. If we are told about anjhb2005-11-161-1/+1
* Provide a link to the documentation of the I/O APIC at Intel.andre2005-11-151-0/+4
* Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98.imp2005-11-143-6/+0
* Add xbox associated options/devices to LINT.imp2005-11-141-0/+17
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Add /dev/speaker support to amd64.ru2005-11-112-674/+5
* Fix pc98 build.nyan2005-11-093-0/+6
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-35/+42
* Remove obsolete optionsimp2005-11-091-1/+0
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-0910-0/+928
* The hptmv inherently believes that a 'long' can hold a physical address.scottl2005-11-081-0/+1
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-051-1/+2
* Unbreak !SMP kernelsphk2005-11-051-0/+2
* MFamd64: indent with tabs instead of spaces.peter2005-11-041-1/+1
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-19/+11
* Change the x86 code to allocate IDT vectors on-demand when an interruptjhb2005-11-024-96/+217
* Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.jhb2005-11-011-0/+1
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-1/+1
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()alc2005-10-311-8/+65
* Hook nve(4) up in i386 and amd64 NOTES.jhb2005-10-311-0/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-3/+3
* Replace diagnostic printf()s by assertions. Use consistent style foralc2005-10-301-36/+8
* Finally complete some work on generalizing the PCF8584-based I2Cjoerg2005-10-281-633/+0
* Create a default kernel config for i386 and move 'device isa' andjhb2005-10-272-7/+18
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-253-55/+61
* Undo the change to pci_cfgdisable() on i386 for now. It seems to fixwpaul2005-10-251-6/+2
OpenPOWER on IntegriCloud