summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-03-05Simplify this a bit (and reduce differences with if_rtw_pci.c): wedyoung
2010-03-05This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-04Remove ACPI_BUT_DEBUG by using ACPI_DEBUG_PRINT(x) instead.jruoho
2010-03-04Add missing semicolon.jruoho
2010-03-04Make cosmetic changes in order to reduce differences withdyoung
2010-03-04Extract both instances of the code that prints the PCI Secondary Statusdyoung
2010-03-04This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-04Get rid of the #if 1 surrounding #include <dev/cardbus/rbus.h>.dyoung
2010-03-04This is *always* compiled with #define rbus 1, so get rid of thedyoung
2010-03-04Remove unnecessary #ifdef INET-enclosed #includes.dyoung
2010-03-04Cleanup:jruoho
2010-03-04Fix two memory leaks.jruoho
2010-03-04Fix ACPI_DEBUG build failures reported by Greg A. Woods.jruoho
2010-03-04It turns out that ppb at cardbus was not even in ALL. It has probablydyoung
2010-03-04Delete unfinished and unreachable code: ppb_cardbus_setup(),dyoung
2010-03-04Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-03-04This really should be ACPI_BUS_COMPONENTpgoyette
2010-03-04Fix this correctly. Thanks jruoho@pgoyette
2010-03-04Provide the _COMPONENT definition and use ACPI_FREE(x) instead ofjruoho
2010-03-04Replace ACPI_FREE() with AcpiOsFree() so we no longer need to definepgoyette
2010-03-03Don't attempt to read or write component label stuff from/to 'dead disks'.oster
2010-03-03Put several fixes to ne(4) driver for better 8 bit mode support,tsutsui
2010-03-03Convert the single instance of ACPI_EXTRA_DEBUG to ACPIVERBOSE.jruoho
2010-03-03Refactor acpi_make_devnode() to make it a little more readable.jruoho
2010-03-03Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-03-02For the nfs throttling kludge, test against v_tag == VT_NFS insteadpooka
2010-03-02Simplify interrupt (dis)establishment by two source transformations:dyoung
2010-03-02Format string cosmetics (mainly from %d to %u).jruoho
2010-03-02Before destroying a autonegotiation callout, make sure it is quietmartin
2010-03-01When setting up a non-autoconfigured RAID set, fail a component if thejld
2010-03-01Do initialise i2c_attach_args new members, for indirect configurationnjoly
2010-03-01Don't merge a good parity map with random stuff in the event that theoster
2010-03-01Destroy the callout(9) when detaching. Also evaluate the removal of thejruoho
2010-03-01make latching optional.macallan
2010-03-01Semantics:jruoho
2010-03-01fix ancient typo, noticed by mouse@macallan
2010-03-01Now that sysmon_envsys(8) has learned how to retrieve and update sensorpgoyette
2010-02-28Move definitions of internal data structures and flag bits to avoidpgoyette
2010-02-28Introduce support for ACPI kernel modules.jruoho
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-02-28Spelling police.snj
2010-02-28Interpret the "reg" property of i2c nodes more liberal, and dependingmartin
2010-02-28Use native functions instead of polluting the namespace with ACPICA-macros.jruoho
2010-02-28Update pcf8584 driver from OpenBSDmartin
2010-02-28Add direct config support for a few devicesmartin
2010-02-28Supporting cast for i2c direct configuration on OF machinesmartin
2010-02-28Generic (device property based) framework for optional direct configurationmartin
2010-02-28Cleanup:jruoho
2010-02-27KNF, misc cosmetics.tsutsui
2010-02-27Always call device dependent functions via pointers rather thantsutsui