| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The bs driver was replaced with the ct(pc98) driver. takahashi-san | imp | 2004-04-07 | 11 | -5588/+0 |
* | Uncomment the cy driver since it works again. | bde | 2004-04-05 | 1 | -3/+2 |
* | Print cpu features for crusoe processors. | dfr | 2004-04-05 | 1 | -0/+2 |
* | Converted the isa probe and attach to new-bus so that this driver works | bde | 2004-04-05 | 1 | -45/+81 |
* | Moved initialization of the lock from the (isa) probe function to the | bde | 2004-04-05 | 1 | -6/+6 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 2 | -4/+0 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 1 | -2/+1 |
* | Move the definition of rss() from db_interface.c to cpufunc.h where | marcel | 2004-04-03 | 2 | -13/+8 |
* | Unbreak LED support on Elan cpus. | phk | 2004-04-03 | 1 | -6/+7 |
* | In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it | alc | 2004-04-03 | 2 | -3/+3 |
* | Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES. | vkashyap | 2004-04-02 | 1 | -0/+8 |
* | Fix booting with ps2 keyboards. | alfred | 2004-04-01 | 1 | -1/+0 |
* | Initial check-in of the device driver for 3ware's 9000 series | vkashyap | 2004-03-30 | 1 | -0/+1 |
* | Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Some | peter | 2004-03-29 | 1 | -1/+0 |
* | Regen from ibcs2_wait() becoming MPSAFE. | rwatson | 2004-03-28 | 3 | -5/+4 |
* | ibcs2_wait() now MPSAFE. | rwatson | 2004-03-28 | 1 | -1/+1 |
* | Use the BSD madvise() syscall implementation for Linux binary emulation, | bms | 2004-03-28 | 5 | -8/+3 |
* | The kthread_create() API is supposed to allow you to create threads | wpaul | 2004-03-22 | 1 | -3/+4 |
* | Add an implementation of uiomove_fromphys() for i386. This implementation | alc | 2004-03-21 | 1 | -0/+132 |
* | Introduce the cpumask_t type. The purpose of the type is to create a | marcel | 2004-03-20 | 1 | -0/+1 |
* | Removed a vestige of the stl driver. | bde | 2004-03-18 | 1 | -312/+0 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 1 | -23/+15 |
* | remove stale comment since these limits have been increased YEARS ago... | jmg | 2004-03-17 | 1 | -3/+1 |