| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Update to synch with the 20010615 ACPI CA import. | msmith | 2001-06-29 | 1 | -129/+183 |
* | Merge FreeBSD-specific changes. | msmith | 2001-06-29 | 3 | -2/+14 |
* | This commit was generated by cvs2svn to compensate for changes in r78986, | msmith | 2001-06-29 | 16 | -362/+715 |
|\ |
|
| * | Vendor import of the Intel ACPI CA 20010615 snapshot. | msmith | 2001-06-29 | 19 | -364/+729 |
* | | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 11 | -1645/+19 |
* | | Remove cruft from old bus. | imp | 2001-06-29 | 2 | -6/+0 |
* | | Remove file that hasn't been used since ze/zp. | imp | 2001-06-29 | 1 | -191/+0 |
* | | Use the new-born BIO_CMD1 instead of fudging a bio_flag value for reading | joerg | 2001-06-29 | 2 | -232/+144 |
* | | Two more "oops"es here: i didn't mean to turn on fdc debugging by | joerg | 2001-06-29 | 1 | -2/+2 |
* | | Define BIO_CMD{1,2}, available for local hacks, similar to the already | joerg | 2001-06-29 | 1 | -0/+4 |
* | | Backout CSRG revision 7.22 to this file (if in_losing notices an | ru | 2001-06-29 | 1 | -3/+2 |
* | | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 41 | -181/+172 |
* | | Enable interrupts again after disabling them in epson_{in,out}sw(). | jhb | 2001-06-29 | 1 | -0/+2 |
* | | Duh-oh! When beautifying a comment right before my last commit, i | joerg | 2001-06-29 | 1 | -1/+1 |
* | | Don't free buffers we didn't allocate. | yokota | 2001-06-29 | 2 | -3/+6 |
* | | This change slipped through hidden in a CVS conflict. Logically belongs | joerg | 2001-06-29 | 2 | -6/+6 |
* | | First stab at fixing resource deallocation, and implementing fdc(4) as | joerg | 2001-06-29 | 4 | -21/+78 |
* | | Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessary | yokota | 2001-06-29 | 1 | -1/+1 |
* | | Test "sc->kbd != NULL" rather than "sc != NULL" before | yokota | 2001-06-29 | 1 | -1/+1 |
* | | Grab Giant around fault handling at the top level for now. | jhb | 2001-06-29 | 1 | -0/+3 |