| Commit message (Expand) | Author | Age | Files | Lines |
* | Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it. | joerg | 2001-07-14 | 1 | -0/+17 |
* | Yet another large non-function change. | joerg | 2001-07-14 | 1 | -142/+271 |
* | Catch up with NetBSD/pc98. | non | 2001-07-14 | 21 | -1545/+3281 |
* | Merge with latest version of the Mylex 6+ driver. | msmith | 2001-07-14 | 6 | -1420/+1318 |
* | Deal with the condition where we lose link in the middle of transmitting | wpaul | 2001-07-12 | 1 | -1/+1 |
* | - Define a convenience macro ISTTYOPEN(). | yokota | 2001-07-12 | 1 | -21/+28 |
* | Hmm. Let's try this on for size... | mjacob | 2001-07-11 | 1 | -5/+11 |
* | Two optimizations: | wpaul | 2001-07-10 | 1 | -10/+35 |
* | Fix dependencies between kernel options: | yokota | 2001-07-10 | 5 | -17/+26 |
* | Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of | peter | 2001-07-09 | 1 | -1/+1 |
* | Whoops; we get an ACPI_OBJECT back from evaluating a method, not | msmith | 2001-07-09 | 1 | -8/+6 |
* | Log when the user is turning debugging on/off. | joerg | 2001-07-09 | 1 | -5/+9 |
* | Hmpf, remove two variables that got unused by rev 1.214. | joerg | 2001-07-09 | 1 | -2/+1 |
* | Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds | joerg | 2001-07-09 | 1 | -1/+1 |
* | Remove parts of rev 1.211 again: do not delete our children iff they | joerg | 2001-07-09 | 1 | -7/+0 |
* | As des' example shows us, DMA overruns could happen in a situation | joerg | 2001-07-09 | 1 | -9/+37 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 7 | -13/+13 |
* | Another large patchset from Bruce. | joerg | 2001-07-08 | 1 | -158/+113 |
* | Do not set the MODE_1000 bit unless we actually have a gigabit link. | wpaul | 2001-07-08 | 1 | -1/+9 |
* | Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended on | msmith | 2001-07-07 | 1 | -164/+0 |
* | Fix typo in acpi_cpu_attach() and correct range checking in | iwasaki | 2001-07-07 | 1 | -2/+2 |
* | Kill the old processor driver; the ACPI CA functions it depended on | msmith | 2001-07-07 | 2 | -669/+388 |
* | Add acpi_GetTableIntoBuffer, to aid in fetching tables. | msmith | 2001-07-07 | 2 | -3/+25 |
* | Get the ACPI softc before we potentially dereference it. | msmith | 2001-07-07 | 1 | -5/+5 |
* | Quiet the complaint about the _SCP method if it doesn't exist; it's | msmith | 2001-07-07 | 1 | -2/+3 |
* | Oops, have to use AcpiSetCurrentResources, not invoke the _SRS method | msmith | 2001-07-07 | 2 | -8/+2 |
* | Add support for user-requested override of cooling levels. | msmith | 2001-07-07 | 1 | -80/+189 |
* | Add support for system power profiles; select "performance" when AC power | msmith | 2001-07-07 | 2 | -2/+18 |
* | Support for system "power profiles". Currently we support two profiles; | msmith | 2001-07-07 | 1 | -0/+64 |
* | This was only half-implemented when I committed it, and certainly didn't | msmith | 2001-07-06 | 1 | -30/+92 |
* | Call ttymalloc() when sysmouse is opened, rather than | yokota | 2001-07-06 | 1 | -1/+1 |
* | Make these compile again by adding proc.h include for GIANT_REQUIRED | jhb | 2001-07-05 | 6 | -0/+6 |
* | Oops- missed a CAMLOCK_2_ISP case. | mjacob | 2001-07-05 | 1 | -0/+1 |
* | Things have become cinched down more tightly about assertions for Giant. | mjacob | 2001-07-05 | 1 | -4/+22 |
* | Set vendor string correctly for the Apple KeyLargo. | benno | 2001-07-05 | 1 | -0/+4 |
* | Pull in the current version of NetBSD's ulpt.c, supporting bidirectional | n_hibma | 2001-07-05 | 1 | -83/+201 |
* | Regen. | n_hibma | 2001-07-05 | 2 | -55/+353 |
* | Pull in the most recent version of usb_quirks.h and propagate the necessary | n_hibma | 2001-07-05 | 8 | -194/+161 |
* | Make the string argument a const. | n_hibma | 2001-07-05 | 1 | -2/+2 |
* | 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 |