summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* MFamd64 (1.117: made the FAKE_MCOUNT() in doreti work non-accidentally,bde2004-05-231-2/+1
* MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset inbde2004-05-234-7/+8
* MFamd64 (1.111: fixed missing call to .mexitcount in lgdt()).bde2004-05-231-0/+1
* Updated and reorganized the comments for the fetch and store families ofbde2004-05-211-21/+10
* Fixed high resoultion profiling of fuword32() and suword32(). Use thebde2004-05-211-6/+2
* Moved i386 asms to an i386 header. The asms are for calibration ofbde2004-05-201-0/+19
* Fixed some style bugs (mainly misalignment of backslashes).bde2004-05-191-8/+8
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-30/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Add Cronyx Tau-PCI sync WAN adapters family entry.rik2004-05-171-0/+5
* Spell Cronyx Tau and Sigma families correctly.rik2004-05-171-2/+2
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-9/+11
* - Move some macros from icu.h into atpic.c as that is the only place theyjhb2004-05-112-61/+19
* Trim unused includes.jhb2004-05-113-8/+0
* - Remove a spurious blank line.jhb2004-05-111-2/+1
* Fixup a few bogons in a comment.jhb2004-05-111-3/+3
* Rework the APIC mixed mode support a bit:jhb2004-05-105-19/+42
* - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.jhb2004-05-101-3/+3
* - Change madt_map_table() to verify the checksum of any table it is askedjhb2004-05-101-2/+30
* We don't support USB devices in PAE mode, so catch up with GENERIC rev 1.402.obrien2004-05-101-0/+1
* Move the CPU newbus attachment to i386 legacy. The acpi_cpu device willnjl2004-05-061-1/+71
* Fixed PC98 support.nyan2004-05-061-0/+31
* Disable an EISA support on PC98.nyan2004-05-061-0/+4
* Make unnecessary globals static and remove unused includes.njl2004-05-062-6/+1
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-35/+8
* Style cleanups, u_intXX -> uintXX.njl2004-05-052-45/+28
* Unbreak kernel build in the !apic case. We moved to using enums formux2004-05-051-4/+4
* - Create a pir0 psuedo device as a child of legacy0 if we attach a legacyjhb2004-05-043-9/+125
* Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger andjhb2004-05-041-1/+4
* - Add a new pic method pic_config_intr() to set the trigger mode andjhb2004-05-045-2/+124
* - Change the APIC code to mostly use the recently added intr_triggerjhb2004-05-045-94/+140
* - Add a member to the atpic interrupt source structures to indicate if thejhb2004-05-041-5/+51
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-042-0/+148
* Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver.nyan2004-05-041-1/+1
* - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpicjhb2004-05-031-8/+16
* Make the legacy_pcib_attach() function static.jhb2004-05-032-2/+1
* Use a private attach method for the MP Table host-PCI bridge driver ratherjhb2004-05-031-1/+9
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
* Spell Ethernet correctly.obrien2004-05-021-10/+10
* Remove old cy driver files. They have been repo-copied to sys/dev/cy andbde2004-05-023-3283/+0
* Switch to using the moved cy driver (adjust pathnames and remove "count"bde2004-05-021-1/+1
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference thejhb2004-04-271-4/+6
* Belatedly remove a file from the earlier apic code that is no longer used.jhb2004-04-271-59/+0
* Make sure we are all set up before creating the LED instance.phk2004-04-271-2/+2
* Add rue(4) USB ethernet driver, which for some reason has been missed.sobomax2004-04-261-0/+1
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-12/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-222-0/+632
* Remove npx(4) reference for isa. While true, it is useless (sinceimp2004-04-221-1/+2
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-4/+2
OpenPOWER on IntegriCloud