| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will | njl | 2004-05-06 | 1 | -1/+71 |
* | Fixed PC98 support. | nyan | 2004-05-06 | 1 | -0/+31 |
* | Disable an EISA support on PC98. | nyan | 2004-05-06 | 1 | -0/+4 |
* | Make unnecessary globals static and remove unused includes. | njl | 2004-05-06 | 2 | -6/+1 |
* | Add an MI implementation of the ACPI global lock routines and retire the | njl | 2004-05-05 | 1 | -35/+8 |
* | Style cleanups, u_intXX -> uintXX. | njl | 2004-05-05 | 2 | -45/+28 |
* | Unbreak kernel build in the !apic case. We moved to using enums for | mux | 2004-05-05 | 1 | -4/+4 |
* | - Create a pir0 psuedo device as a child of legacy0 if we attach a legacy | jhb | 2004-05-04 | 3 | -9/+125 |
* | Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger and | jhb | 2004-05-04 | 1 | -1/+4 |
* | - Add a new pic method pic_config_intr() to set the trigger mode and | jhb | 2004-05-04 | 5 | -2/+124 |
* | - Change the APIC code to mostly use the recently added intr_trigger | jhb | 2004-05-04 | 5 | -94/+140 |
* | - Add a member to the atpic interrupt source structures to indicate if the | jhb | 2004-05-04 | 1 | -5/+51 |
* | Add a simple mini-driver for the ELCR register. Originally, the ELCR | jhb | 2004-05-04 | 2 | -0/+148 |
* | Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver. | nyan | 2004-05-04 | 1 | -1/+1 |
* | - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpic | jhb | 2004-05-03 | 1 | -8/+16 |
* | Make the legacy_pcib_attach() function static. | jhb | 2004-05-03 | 2 | -2/+1 |
* | Use a private attach method for the MP Table host-PCI bridge driver rather | jhb | 2004-05-03 | 1 | -1/+9 |
* | Add option GEOM_GPT. This brings the ability to have a large number of | marcel | 2004-05-02 | 1 | -0/+1 |
* | Spell Ethernet correctly. | obrien | 2004-05-02 | 1 | -10/+10 |
* | Remove old cy driver files. They have been repo-copied to sys/dev/cy and | bde | 2004-05-02 | 3 | -3283/+0 |
* | Switch to using the moved cy driver (adjust pathnames and remove "count" | bde | 2004-05-02 | 1 | -1/+1 |
* | - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference the | jhb | 2004-04-27 | 1 | -4/+6 |
* | Belatedly remove a file from the earlier apic code that is no longer used. | jhb | 2004-04-27 | 1 | -59/+0 |
* | Make sure we are all set up before creating the LED instance. | phk | 2004-04-27 | 1 | -2/+2 |
* | Add rue(4) USB ethernet driver, which for some reason has been missed. | sobomax | 2004-04-26 | 1 | -0/+1 |
* | Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation | das | 2004-04-25 | 1 | -0/+4 |
* | Enable the led-toggling magic. Compiling files which are in the kernel into | philip | 2004-04-23 | 1 | -12/+0 |
* | Add the ACPI Asus extras driver. Provides support for cool ACPI-controled | philip | 2004-04-22 | 2 | -0/+632 |
* | Remove npx(4) reference for isa. While true, it is useless (since | imp | 2004-04-22 | 1 | -1/+2 |
* | Don't check for NULL, device_get_softc() always succeeds. | njl | 2004-04-21 | 1 | -4/+2 |
* | Use BSD spelling vs. SysV. | obrien | 2004-04-19 | 1 | -1/+1 |
* | Revert part of the "BIOS brain damage" from rev 1.10. It seems that | jhb | 2004-04-16 | 1 | -4/+5 |
* | Use %eax rather than %ax when loading segment registers to avoid partial | jhb | 2004-04-16 | 4 | -53/+53 |
* | Don't call the BIOS to route a link that has already been routed by the | jhb | 2004-04-16 | 1 | -2/+3 |
* | Improve comment (SMB bus -> System Management Bus) | eivind | 2004-04-16 | 1 | -1/+1 |
* | Move ENABLE_ALART to proper place. | obrien | 2004-04-16 | 1 | -1/+5 |
* | Add note that npx depends on isa. | josef | 2004-04-15 | 2 | -2/+2 |
* | Use METHOD_VIDEO instead of the method string itself. | njl | 2004-04-14 | 1 | -1/+1 |
* | sx was randomly added to NOTES. Instead, place it in the misc | imp | 2004-04-14 | 1 | -4/+3 |
* | Add support for video output switching. It appears no systems use HCI to | njl | 2004-04-14 | 1 | -10/+78 |
* | Enable the sx driver on i386 and pc98. | nyan | 2004-04-13 | 1 | -1/+1 |
* | Use headers from the kernel source tree rather than installed headers. | des | 2004-04-13 | 1 | -1/+1 |
* | Move sx to i386/NOTES for the moment. I missed the | imp | 2004-04-12 | 1 | -0/+4 |
* | - is_physical_memory()'s parameter, which is a physical address, should be | alc | 2004-04-11 | 2 | -3/+2 |
* | - pmap_kenter_temporary()'s first parameter, which is a physical address, | alc | 2004-04-10 | 2 | -2/+2 |
* | - pmap_kenter_temporary() is unused by machine-independent code. Therefore, | alc | 2004-04-10 | 1 | -0/+1 |
* | I hate noticing bugs after committing. :-( | markm | 2004-04-09 | 1 | -1/+1 |
* | Add extra output to show when VIA C3 Nehemiah CPUs have hardware | markm | 2004-04-09 | 1 | -1/+11 |
* | Unify on version 1 to be similar to the rest of the tree. After 5-stable | njl | 2004-04-08 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 49 | -196/+0 |