summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change the interrupt handler a bit so that we call the nge_rxeof() handlerwpaul2001-07-161-3/+2
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.joerg2001-07-141-0/+17
* Yet another large non-function change.joerg2001-07-141-142/+271
* Catch up with NetBSD/pc98.non2001-07-1421-1545/+3281
* Merge with latest version of the Mylex 6+ driver.msmith2001-07-146-1420/+1318
* Deal with the condition where we lose link in the middle of transmittingwpaul2001-07-121-1/+1
* - Define a convenience macro ISTTYOPEN().yokota2001-07-121-21/+28
* Hmm. Let's try this on for size...mjacob2001-07-111-5/+11
* Two optimizations:wpaul2001-07-101-10/+35
* Fix dependencies between kernel options:yokota2001-07-105-17/+26
* Somehow I missed this. Use INTR_TYPE_AV (high priority) instead ofpeter2001-07-091-1/+1
* Whoops; we get an ACPI_OBJECT back from evaluating a method, notmsmith2001-07-091-8/+6
* Log when the user is turning debugging on/off.joerg2001-07-091-5/+9
* Hmpf, remove two variables that got unused by rev 1.214.joerg2001-07-091-2/+1
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsjoerg2001-07-091-1/+1
* Remove parts of rev 1.211 again: do not delete our children iff theyjoerg2001-07-091-7/+0
* As des' example shows us, DMA overruns could happen in a situationjoerg2001-07-091-9/+37
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-097-13/+13
* Another large patchset from Bruce.joerg2001-07-081-158/+113
* Do not set the MODE_1000 bit unless we actually have a gigabit link.wpaul2001-07-081-1/+9
* Nuke the ACPI APIC driver. The ACPI CA infrastructure it depended onmsmith2001-07-071-164/+0
* Fix typo in acpi_cpu_attach() and correct range checking iniwasaki2001-07-071-2/+2
* Kill the old processor driver; the ACPI CA functions it depended onmsmith2001-07-072-669/+388
* Add acpi_GetTableIntoBuffer, to aid in fetching tables.msmith2001-07-072-3/+25
* Get the ACPI softc before we potentially dereference it.msmith2001-07-071-5/+5
* Quiet the complaint about the _SCP method if it doesn't exist; it'smsmith2001-07-071-2/+3
* Oops, have to use AcpiSetCurrentResources, not invoke the _SRS methodmsmith2001-07-072-8/+2
* Add support for user-requested override of cooling levels.msmith2001-07-071-80/+189
* Add support for system power profiles; select "performance" when AC powermsmith2001-07-072-2/+18
* Support for system "power profiles". Currently we support two profiles;msmith2001-07-071-0/+64
* This was only half-implemented when I committed it, and certainly didn'tmsmith2001-07-061-30/+92
* Call ttymalloc() when sysmouse is opened, rather thanyokota2001-07-061-1/+1
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-056-0/+6
* Oops- missed a CAMLOCK_2_ISP case.mjacob2001-07-051-0/+1
* Things have become cinched down more tightly about assertions for Giant.mjacob2001-07-051-4/+22
* Set vendor string correctly for the Apple KeyLargo.benno2001-07-051-0/+4
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionaln_hibma2001-07-051-83/+201
* Regen.n_hibma2001-07-052-55/+353
* Pull in the most recent version of usb_quirks.h and propagate the necessaryn_hibma2001-07-058-194/+161
* Make the string argument a const.n_hibma2001-07-051-2/+2
* Update with NetBSD versionn_hibma2001-07-051-20/+66
* Improve some error messages slightly.msmith2001-07-051-2/+5
* Implement PCI interrupt routing using the ACPI data attached to themsmith2001-07-052-10/+510
* Fix a couple of misunderstandings in the monitor code. Passive coolingmsmith2001-07-051-50/+131
* Add a new helper function for finding resources in resource buffers.msmith2001-07-053-198/+275
* Sync to pccarddevs 1.12imp2001-07-051-7/+68
* Merge from NetBSD:imp2001-07-051-4/+31
* More cleanup when detaching. Clone device entries will now bejoerg2001-07-041-17/+41
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.mjacob2001-07-041-31/+234
* Macroize request/response in/out queue pointer access.mjacob2001-07-041-1/+1
OpenPOWER on IntegriCloud