| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor style cleanup. Get rid of extra {}, extra blank lines and some | imp | 2005-02-09 | 1 | -131/+67 |
* | o Remove ifdef PC98, since this file has diverged quite a bit from | imp | 2005-02-09 | 1 | -134/+59 |
* | No need to bzero softc. | imp | 2005-02-08 | 1 | -2/+0 |
* | Convenience function to clear memory of the card, and then check to make | imp | 2005-02-08 | 2 | -0/+23 |
* | Simplify the "and if we're in the debugger, don't use locks" logic, | rwatson | 2005-02-08 | 1 | -9/+5 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 4 | -36/+122 |
* | Use ANSI function definitions, tweak a couple of prototypes to match (since | imp | 2005-02-08 | 1 | -116/+48 |
* | use fixed types for the calls to ed_pio_readmem, ed_pio_writemem. | imp | 2005-02-08 | 3 | -35/+18 |
* | Make it possible to unload ed. Move the ed_pccard_detach routine to | imp | 2005-02-08 | 6 | -22/+25 |
* | Fix style bugs introduced in the de__Pification of this code. | imp | 2005-02-08 | 1 | -25/+23 |
* | Fix crashdumps on twe. The twe_immediate_request() path was not only | scottl | 2005-02-08 | 2 | -12/+25 |
* | Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h. | glebius | 2005-02-07 | 1 | -9/+4 |
* | Use kern_open() directly rather than a stackgap detour via open(). | jhb | 2005-02-07 | 1 | -15/+10 |
* | Avoid using tsleep() in the resume path as it may result in the | mdodd | 2005-02-07 | 1 | -1/+4 |
* | Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them. | njl | 2005-02-07 | 2 | -18/+13 |
* | Enable interrupt routing as first choice on alpha. | ticso | 2005-02-07 | 1 | -1/+1 |
* | Allocate more space for softc. Amazing my machine survived this. | phk | 2005-02-06 | 1 | -1/+1 |
* | Move the $NetBSD$ tag to the top of the file, per standard NetBSD | imp | 2005-02-06 | 1 | -5/+5 |
* | ccs is a size_t. RAY_CCS_INDEX takes ccs and does math on it, | imp | 2005-02-06 | 1 | -2/+2 |
* | Remove acpi throttling support from the acpi_cpu(4) driver now that this | njl | 2005-02-06 | 1 | -236/+9 |
* | Break out acpi throttling support into a new relative cpufreq driver, | njl | 2005-02-06 | 1 | -0/+384 |
* | Move resource allocation routines from cardbus_cis.c to cardbus.c. | imp | 2005-02-06 | 4 | -354/+303 |
* | Notify the OS that we're taking over Px states in acpi_perf(4) instead of | njl | 2005-02-06 | 2 | -11/+15 |
* | Check that we have at least a 586-class CPU before calling do_cpuid(). | iedowse | 2005-02-06 | 1 | -0/+3 |
* | Further elaborate the GPIB driver. We now support a minimal subset of | phk | 2005-02-06 | 5 | -263/+1569 |
* | Since we are quite unlikely to ever face another platform which | phk | 2005-02-06 | 1 | -0/+22 |
* | Fix problem with some logitec usb wireless mice. | obrien | 2005-02-06 | 1 | -1/+1 |
* | Staticize the legacy cpu devclasses and revert the name for the acpi_cpu | njl | 2005-02-06 | 1 | -3/+3 |
* | Convert to the new GAS APIs to allow for detach in the future. Also, check | njl | 2005-02-05 | 1 | -6/+36 |
* | Convert to the new GAS API so that we can free registers in the future. | njl | 2005-02-05 | 1 | -7/+13 |
* | Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memory | njl | 2005-02-05 | 3 | -24/+27 |
* | Use intr_disable/restore() instead of disable_intr() since the latter is | njl | 2005-02-05 | 1 | -2/+3 |
* | Call if_link_state_change() when link status changes. | glebius | 2005-02-04 | 1 | -0/+4 |
* | Don't print out a failure message when an attach for FFixedHW fails. | njl | 2005-02-04 | 1 | -16/+25 |
* | Return a special status of "not supported" for functional fixed hardware | njl | 2005-02-04 | 1 | -3/+3 |
* | Don't rely on indirect inclusion of machine/bus.h to use | imp | 2005-02-04 | 1 | -0/+1 |
* | Make the devclass static for now until deciding whether to share them. | njl | 2005-02-04 | 1 | -1/+1 |
* | Add the ACPI Performance states driver. This driver offers two or more | njl | 2005-02-04 | 1 | -0/+420 |
* | Add a cpufreq driver for the SpeedStep capability in the ICH chipset. This | njl | 2005-02-04 | 1 | -0/+372 |
* | Update the CPU attachments to return CPU_IVAR_PCPU as well as pass on | njl | 2005-02-04 | 1 | -15/+101 |
* | Minor style nits | imp | 2005-02-04 | 1 | -36/+17 |
* | Sort PANASONIC products numerically | imp | 2005-02-03 | 1 | -1/+1 |
* | takawata tells me that KXLC0003 also works with this driver, so add it | imp | 2005-02-03 | 1 | -10/+11 |
* | When entering siocnputc() with (kdb_active), don't acquire (or | rwatson | 2005-02-03 | 1 | -5/+9 |
* | Fix up assignment of negative number to char. Char's are unsigned by | grehan | 2005-02-03 | 1 | -1/+1 |
* | MF dev/wi: merge the pccard lists. | imp | 2005-02-03 | 1 | -11/+19 |
* | Fix "Duplicate mbuf free panic". | yongari | 2005-02-02 | 1 | -1/+1 |
* | Forgot to mark the IRQ as MPSAFE. | phk | 2005-02-01 | 1 | -1/+5 |
* | The two PLANEX cards listed in pccarddevs, identified only by their | imp | 2005-02-01 | 3 | -14/+13 |
* | Add a IEEE488 driver for PCIIA compatible cards. | phk | 2005-02-01 | 1 | -0/+419 |