| Commit message (Expand) | Author | Age | Files | Lines |
* | AIEEE! Commit the firmware image too. *blush* | wpaul | 2001-07-23 | 1 | -0/+5089 |
* | Grrr. Module depends on vlan.h, and I committed the wrong version | wpaul | 2001-07-23 | 1 | -0/+1 |
* | You were knocked senseless by the Boomerang, spun around by the Cyclone, | wpaul | 2001-07-23 | 2 | -0/+2593 |
* | s/adress/address/ | kris | 2001-07-23 | 3 | -3/+3 |
* | Typo fix: fasion -> fashion | kris | 2001-07-23 | 1 | -1/+1 |
* | add %option nounput | assar | 2001-07-22 | 1 | -0/+2 |
* | Add a few missing spl calls in preparation for an MFC of the miibus | iedowse | 2001-07-22 | 1 | -6/+15 |
* | Remove an old hack that remembered if the card type was Linksys by | iedowse | 2001-07-22 | 1 | -7/+3 |
* | Don't do sleep state transition if specified sleep state is not | iwasaki | 2001-07-22 | 1 | -0/+8 |
* | Attach the miibus for Linksys/Dlink cards from the attach routine, | iedowse | 2001-07-22 | 2 | -6/+11 |
* | - Fix "off by one" error in VT_WAITACTIVATE. Correctly accept | yokota | 2001-07-22 | 1 | -5/+5 |
* | Add another Dell 3/Di PCI ID. You'd think they had enough of these | msmith | 2001-07-22 | 1 | -0/+1 |
* | null_do_probe: mark as unused | assar | 2001-07-21 | 1 | -0/+2 |
* | Convert from acpi_strerror() to AcpiFormatException() | msmith | 2001-07-21 | 11 | -41/+37 |
* | Update the OSD module to match the ACPI CA 20010717 import. | msmith | 2001-07-21 | 6 | -144/+162 |
* | Implement a "proper" timecounter hung off the ACPI timer device. | msmith | 2001-07-21 | 1 | -20/+207 |
* | Merge the EC register definitions into the EC module proper, they're not | msmith | 2001-07-21 | 2 | -204/+71 |
* | Use our saved copy of the FADT rather than fetching it again. | msmith | 2001-07-21 | 1 | -13/+5 |
* | Don't call ourselves a "control method" anything, that's not useful. | msmith | 2001-07-21 | 1 | -4/+6 |
* | The API for loading tables changed (we no longer explicitly search for the | msmith | 2001-07-21 | 2 | -19/+4 |
* | Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() is | yokota | 2001-07-20 | 1 | -1/+1 |
* | Fix off by one error for ESC[1J. | yokota | 2001-07-20 | 1 | -1/+1 |
* | Define a couple of subroutines to replace duplicated common code. You | yokota | 2001-07-20 | 1 | -65/+59 |
* | Return consistent key action codes at key press and release | yokota | 2001-07-20 | 7 | -95/+107 |
* | We haven't used this for ages, and we're not going to either. | msmith | 2001-07-20 | 1 | -167/+0 |
* | Fix type warnings. | markm | 2001-07-20 | 1 | -4/+8 |
* | Add ACPI S2-S4BIOS Suspend/Resume code. | takawata | 2001-07-20 | 2 | -23/+48 |
* | Limit the device to only one playback channel until I can figure out why | scottl | 2001-07-19 | 1 | -1/+1 |
* | Fix an off-by-one error in the dma tag. This was causing the VM system to | scottl | 2001-07-19 | 1 | -1/+2 |
* | Only turn on MWI if the PCI configuration word indicates that it | jlemon | 2001-07-19 | 1 | -5/+6 |
* | Quiet a variable format-string warning. | kris | 2001-07-19 | 2 | -2/+2 |
* | ahc_pci.c: | gibbs | 2001-07-18 | 13 | -360/+696 |
* | Add support for parsing version strings out of assembler source files | gibbs | 2001-07-18 | 5 | -36/+111 |
* | Keep track of all "struct snoop"'s so that snp_modevent can fail with | dd | 2001-07-18 | 1 | -1/+9 |
* | Use MD_NAME and MDCTL_NAME constants where appropriate. | dd | 2001-07-18 | 1 | -2/+3 |
* | Change the interrupt handler a bit so that we call the nge_rxeof() handler | wpaul | 2001-07-16 | 1 | -3/+2 |
* | 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 |