summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* add %option nounputassar2001-07-221-0/+2
* Add a few missing spl calls in preparation for an MFC of the miibusiedowse2001-07-221-6/+15
* Remove an old hack that remembered if the card type was Linksys byiedowse2001-07-221-7/+3
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-221-0/+8
* Attach the miibus for Linksys/Dlink cards from the attach routine,iedowse2001-07-222-6/+11
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptyokota2001-07-221-5/+5
* Add another Dell 3/Di PCI ID. You'd think they had enough of thesemsmith2001-07-221-0/+1
* null_do_probe: mark as unusedassar2001-07-211-0/+2
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-2111-41/+37
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-216-144/+162
* Implement a "proper" timecounter hung off the ACPI timer device.msmith2001-07-211-20/+207
* Merge the EC register definitions into the EC module proper, they're notmsmith2001-07-212-204/+71
* Use our saved copy of the FADT rather than fetching it again.msmith2001-07-211-13/+5
* Don't call ourselves a "control method" anything, that's not useful.msmith2001-07-211-4/+6
* The API for loading tables changed (we no longer explicitly search for themsmith2001-07-212-19/+4
* Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isyokota2001-07-201-1/+1
* Fix off by one error for ESC[1J.yokota2001-07-201-1/+1
* Define a couple of subroutines to replace duplicated common code. Youyokota2001-07-201-65/+59
* Return consistent key action codes at key press and releaseyokota2001-07-207-95/+107
* We haven't used this for ages, and we're not going to either.msmith2001-07-201-167/+0
* Fix type warnings.markm2001-07-201-4/+8
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-202-23/+48
* Limit the device to only one playback channel until I can figure out whyscottl2001-07-191-1/+1
* Fix an off-by-one error in the dma tag. This was causing the VM system toscottl2001-07-191-1/+2
* Only turn on MWI if the PCI configuration word indicates that itjlemon2001-07-191-5/+6
* Quiet a variable format-string warning.kris2001-07-192-2/+2
* ahc_pci.c:gibbs2001-07-1813-360/+696
* Add support for parsing version strings out of assembler source filesgibbs2001-07-185-36/+111
* Keep track of all "struct snoop"'s so that snp_modevent can fail withdd2001-07-181-1/+9
* Use MD_NAME and MDCTL_NAME constants where appropriate.dd2001-07-181-2/+3
* 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
OpenPOWER on IntegriCloud