summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* If either ed_probe_Novell or ed_attach returns an error, release theimp2005-02-091-2/+5
* Remove some unused variables.scottl2005-02-091-2/+0
* Remove the messy locking dance around xpt_done()scottl2005-02-092-13/+0
* Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is theimp2005-02-091-3/+0
* o Remove duplicate LINKSYS ETHERFAST entry.imp2005-02-091-4/+3
* Remove reference to softc from probe entirely...imp2005-02-091-1/+0
* Minor style cleanup. Get rid of extra {}, extra blank lines and someimp2005-02-091-131/+67
* o Remove ifdef PC98, since this file has diverged quite a bit fromimp2005-02-091-134/+59
* No need to bzero softc.imp2005-02-081-2/+0
* Convenience function to clear memory of the card, and then check to makeimp2005-02-082-0/+23
* Simplify the "and if we're in the debugger, don't use locks" logic,rwatson2005-02-081-9/+5
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-084-36/+122
* Use ANSI function definitions, tweak a couple of prototypes to match (sinceimp2005-02-081-116/+48
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.imp2005-02-083-35/+18
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-086-22/+25
* Fix style bugs introduced in the de__Pification of this code.imp2005-02-081-25/+23
* Fix crashdumps on twe. The twe_immediate_request() path was not onlyscottl2005-02-082-12/+25
* Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.glebius2005-02-071-9/+4
* Use kern_open() directly rather than a stackgap detour via open().jhb2005-02-071-15/+10
* Avoid using tsleep() in the resume path as it may result in themdodd2005-02-071-1/+4
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.njl2005-02-072-18/+13
* Enable interrupt routing as first choice on alpha.ticso2005-02-071-1/+1
* Allocate more space for softc. Amazing my machine survived this.phk2005-02-061-1/+1
* Move the $NetBSD$ tag to the top of the file, per standard NetBSDimp2005-02-061-5/+5
* ccs is a size_t. RAY_CCS_INDEX takes ccs and does math on it,imp2005-02-061-2/+2
* Remove acpi throttling support from the acpi_cpu(4) driver now that thisnjl2005-02-061-236/+9
* Break out acpi throttling support into a new relative cpufreq driver,njl2005-02-061-0/+384
* Move resource allocation routines from cardbus_cis.c to cardbus.c.imp2005-02-064-354/+303
* Notify the OS that we're taking over Px states in acpi_perf(4) instead ofnjl2005-02-062-11/+15
* Check that we have at least a 586-class CPU before calling do_cpuid().iedowse2005-02-061-0/+3
* Further elaborate the GPIB driver. We now support a minimal subset ofphk2005-02-065-263/+1569
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-0/+22
* Fix problem with some logitec usb wireless mice.obrien2005-02-061-1/+1
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpunjl2005-02-061-3/+3
* Convert to the new GAS APIs to allow for detach in the future. Also, checknjl2005-02-051-6/+36
* Convert to the new GAS API so that we can free registers in the future.njl2005-02-051-7/+13
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memorynjl2005-02-053-24/+27
* Use intr_disable/restore() instead of disable_intr() since the latter isnjl2005-02-051-2/+3
* Call if_link_state_change() when link status changes.glebius2005-02-041-0/+4
* Don't print out a failure message when an attach for FFixedHW fails.njl2005-02-041-16/+25
* Return a special status of "not supported" for functional fixed hardwarenjl2005-02-041-3/+3
* Don't rely on indirect inclusion of machine/bus.h to useimp2005-02-041-0/+1
* Make the devclass static for now until deciding whether to share them.njl2005-02-041-1/+1
* Add the ACPI Performance states driver. This driver offers two or morenjl2005-02-041-0/+420
* Add a cpufreq driver for the SpeedStep capability in the ICH chipset. Thisnjl2005-02-041-0/+372
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onnjl2005-02-041-15/+101
* Minor style nitsimp2005-02-041-36/+17
* Sort PANASONIC products numericallyimp2005-02-031-1/+1
* takawata tells me that KXLC0003 also works with this driver, so add itimp2005-02-031-10/+11
* When entering siocnputc() with (kdb_active), don't acquire (orrwatson2005-02-031-5/+9
OpenPOWER on IntegriCloud