| Commit message (Expand) | Author | Age | Files | Lines |
* | Update with NetBSD version | n_hibma | 2001-07-05 | 1 | -20/+66 |
* | Improve some error messages slightly. | msmith | 2001-07-05 | 1 | -2/+5 |
* | Implement PCI interrupt routing using the ACPI data attached to the | msmith | 2001-07-05 | 2 | -10/+510 |
* | Fix a couple of misunderstandings in the monitor code. Passive cooling | msmith | 2001-07-05 | 1 | -50/+131 |
* | Add a new helper function for finding resources in resource buffers. | msmith | 2001-07-05 | 3 | -198/+275 |
* | Sync to pccarddevs 1.12 | imp | 2001-07-05 | 1 | -7/+68 |
* | Merge from NetBSD: | imp | 2001-07-05 | 1 | -4/+31 |
* | More cleanup when detaching. Clone device entries will now be | joerg | 2001-07-04 | 1 | -17/+41 |
* | Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros. | mjacob | 2001-07-04 | 1 | -31/+234 |
* | Macroize request/response in/out queue pointer access. | mjacob | 2001-07-04 | 1 | -1/+1 |
* | Some possibly helpful casts. | mjacob | 2001-07-04 | 1 | -3/+3 |
* | Add a microcomment about how you'd use ispds64_t or ispdlist_t | mjacob | 2001-07-04 | 1 | -0/+8 |
* | Add a bunch of additional defines for completion codes. Define | mjacob | 2001-07-04 | 1 | -16/+75 |
* | Firmware crashes handled in platform specific code (isp_async call). | mjacob | 2001-07-04 | 1 | -3/+5 |
* | More 2300 support prep- the Request/Response in/out pointers are | mjacob | 2001-07-04 | 1 | -36/+34 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -5/+4 |
* | - Don't overwrite inb, inw and outw. | nyan | 2001-07-04 | 7 | -221/+392 |
* | Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation. | mjacob | 2001-07-04 | 1 | -11/+115 |
* | * simplify | cg | 2001-07-03 | 2 | -823/+325 |
* | remove obsolete typedefs. | cg | 2001-07-03 | 3 | -7/+5 |
* | Correct obviously wrong mistakes. | green | 2001-07-02 | 3 | -3/+3 |
* | make it compile again in -current | mjacob | 2001-07-02 | 1 | -1/+1 |
* | 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 | 1 | -0/+5 |
* | 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 | 1 | -2/+2 |
* | Repo copy i82586.h to dev/ic/i82586.h. | imp | 2001-07-02 | 1 | -1/+1 |
* | intel ich/ich2 driver - this needs some work but is functional enough for | cg | 2001-07-01 | 2 | -0/+1205 |
* | 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 |
* | 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 | 2 | -13/+0 |
* | Add the device resume method to keyboard drivers. | yokota | 2001-06-30 | 3 | -1/+42 |
* | If we are in DDB, don't switch to a vty in the VT_PROCESS mode. | yokota | 2001-06-30 | 1 | -0/+6 |
* | Fix warning message. | imp | 2001-06-30 | 1 | -3/+4 |
* | 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 |
* | Use the new-born BIO_CMD1 instead of fudging a bio_flag value for reading | joerg | 2001-06-29 | 1 | -116/+72 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -2/+2 |
* | Don't free buffers we didn't allocate. | yokota | 2001-06-29 | 2 | -3/+6 |