summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use BSD spelling vs. SysV.obrien2004-04-191-1/+1
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatjhb2004-04-161-4/+5
* Use %eax rather than %ax when loading segment registers to avoid partialjhb2004-04-164-53/+53
* Don't call the BIOS to route a link that has already been routed by thejhb2004-04-161-2/+3
* Improve comment (SMB bus -> System Management Bus)eivind2004-04-161-1/+1
* Move ENABLE_ALART to proper place.obrien2004-04-161-1/+5
* Add note that npx depends on isa.josef2004-04-152-2/+2
* Use METHOD_VIDEO instead of the method string itself.njl2004-04-141-1/+1
* sx was randomly added to NOTES. Instead, place it in the miscimp2004-04-141-4/+3
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-141-10/+78
* Enable the sx driver on i386 and pc98.nyan2004-04-131-1/+1
* Use headers from the kernel source tree rather than installed headers.des2004-04-131-1/+1
* Move sx to i386/NOTES for the moment. I missed theimp2004-04-121-0/+4
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-112-3/+2
* - pmap_kenter_temporary()'s first parameter, which is a physical address,alc2004-04-102-2/+2
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* I hate noticing bugs after committing. :-(markm2004-04-091-1/+1
* Add extra output to show when VIA C3 Nehemiah CPUs have hardwaremarkm2004-04-091-1/+11
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-0749-196/+0
OpenPOWER on IntegriCloud