| Commit message (Expand) | Author | Age | Files | Lines |
* | While in there fixing a fragment logging bug, fix it so we log | cjc | 2001-07-02 | 1 | -8/+11 |
* | Detect the device on e.g. Dell OptiPlex GX110s. | green | 2001-07-02 | 1 | -0/+1 |
* | Make all this compile on 4.3, modulus sbuf. | green | 2001-07-02 | 4 | -3/+15 |
* | Add device ID for the OHCI controller in the Apple KeyLargo chip. | benno | 2001-07-02 | 2 | -0/+10 |
* | Fixed warning message. | nyan | 2001-07-02 | 2 | -6/+4 |
* | Fixed to support C-NET(9N)E. | nyan | 2001-07-02 | 1 | -9/+2 |
* | Minor style(9) changes before I get going. | imp | 2001-07-02 | 1 | -41/+40 |
* | Fix a couple of compile warnings because WLDEBUG and WLCACHE were | imp | 2001-07-02 | 1 | -2/+8 |
* | Move wl driver to dev/wl. Repo copied to dev/wl, the old copies | imp | 2001-07-02 | 6 | -2785/+3 |
* | Bump config version. | imp | 2001-07-02 | 5 | -5/+5 |
* | Repo copy i82586.h to dev/ic/i82586.h. | imp | 2001-07-02 | 2 | -333/+1 |
* | Combine a couple of tests to reduce the indentation level. | imp | 2001-07-01 | 1 | -9/+7 |
* | Some interrelated interrupt changes. | imp | 2001-07-01 | 2 | -15/+49 |
* | Write zeros into the base/bounds register bars. We need to do this | imp | 2001-07-01 | 1 | -0/+16 |
* | First cut at getting the pcic controller and power information for | imp | 2001-07-01 | 1 | -32/+62 |
* | Clarify some of the 3.3V code with better comments. Also, since the | imp | 2001-07-01 | 1 | -6/+12 |
* | Add comments explaining why we do the somewhat odd irq mapping on PC98 | imp | 2001-07-01 | 1 | -0/+7 |
* | Minor whitespace nit. | imp | 2001-07-01 | 2 | -2/+2 |
* | Obrien created this directory, but I didn't cvs add cvsignore | imp | 2001-07-01 | 1 | -0/+1 |
* | Don't need the .keep_me files. Obrien and I committed past each other. | imp | 2001-07-01 | 13 | -6/+6 |
* | intel ich/ich2 driver - this needs some work but is functional enough for | cg | 2001-07-01 | 5 | -3/+1218 |
* | add module version/dependancies | cg | 2001-07-01 | 1 | -1/+4 |
* | don't set a flag that is already set | cg | 2001-07-01 | 1 | -1/+3 |
* | set default 'monitor' volume (ac97 headphones) to 75% | cg | 2001-07-01 | 1 | -0/+1 |
* | Submitted by: Chip Salzenberg <chip@perlsupport.com>. | groudier | 2001-07-01 | 1 | -2/+5 |
* | Don't include machine/autoconf.h for now. It's not used and is breaking the | benno | 2001-07-01 | 1 | -0/+3 |
* | Register definitions for the OpenPIC used in various models of | benno | 2001-07-01 | 1 | -0/+93 |
* | Add TRAPF_* macros required by MI-ification of ast() and userret(). | benno | 2001-07-01 | 1 | -0/+3 |
* | Add .cvsignore so that CVS stop's complaining about people's kernel build dirs. | obrien | 2001-06-30 | 1 | -0/+1 |
* | Grrr, this was added in the wrong place. | obrien | 2001-06-30 | 1 | -0/+0 |
* | Ensure sys/${MACHINE}/compile/FOO exists | obrien | 2001-06-30 | 7 | -0/+0 |
* | Really do proper keepme files in the compile directories. Use | imp | 2001-06-30 | 9 | -0/+5 |
* | Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter. | n_hibma | 2001-06-30 | 1 | -0/+1 |
* | Don't free memory that has been freed already. | n_hibma | 2001-06-30 | 2 | -2/+1 |
* | Remove the resume method. It is not necessary any more, because | yokota | 2001-06-30 | 3 | -20/+0 |
* | Add the device resume method to keyboard drivers. | yokota | 2001-06-30 | 4 | -1/+56 |
* | If we are in DDB, don't switch to a vty in the VT_PROCESS mode. | yokota | 2001-06-30 | 1 | -0/+6 |
* | o Unfold p31b_proc() into the individual posix4 system calls so as to | rwatson | 2001-06-30 | 2 | -132/+120 |
* | Ensure sys/${MACHINE}/compile/FOO exists | obrien | 2001-06-30 | 5 | -0/+0 |
* | Move kernel compile directory from sys/compile/FOO to | imp | 2001-06-30 | 5 | -5/+5 |
* | Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges | imp | 2001-06-30 | 8 | -19/+7 |
* | Fix warning message. | imp | 2001-06-30 | 1 | -3/+4 |
* | Remove the p_spinlocks spin lock count that was obsoleted by the | jhb | 2001-06-30 | 2 | -2/+0 |
* | Replace some use of 'p' with 'targetp' so as to not scarily overload the | rwatson | 2001-06-30 | 2 | -22/+34 |
* | Make the schedlock saved critical section state a per-thread property. | jhb | 2001-06-30 | 2 | -4/+3 |
* | Wrap the interrupt handler so that we can get the ACPI lock. | msmith | 2001-06-29 | 1 | -2/+20 |
* | Add ACPI lock support. | msmith | 2001-06-29 | 1 | -13/+52 |
* | Add ACPI subsystem mutex support, currently disabled. This implements | msmith | 2001-06-29 | 1 | -1/+21 |
* | Update for new debug layer constant names in the ACPI CA 20010615 | msmith | 2001-06-29 | 5 | -5/+5 |
* | Use msleep() when we sleep waiting for a GPE, since we are holding the | msmith | 2001-06-29 | 1 | -37/+55 |