summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/com_acpi.c
AgeCommit message (Expand)Author
2017-03-29provide intr xnamejdolecek
2016-07-11KNF. No functional change.msaitoh
2010-07-22Even if there's an error in attaching the device (failure to find IRQpgoyette
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2009-11-12Don't use com_activate(), it's going away.dyoung
2009-07-13com@acpi supports memory space.kiyohara
2009-02-17Cut the amount of spam from acpi devices in roughly half by printingjmcneill
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung
2007-12-21Register a pmf(9) power handler... ok jmcneill@.xtraeme
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-05-04PR/36273: Ryo ONODERA: com_acpi.c lacks a entry for Fujitsu Serial Pen Tabletchristos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-07-14Make this build again and fix the bus_space_tag_t member of the softc,xtraeme
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-02-20use aprint_*kochi
2005-12-11Add NSC (NSC6001) IRDA device.rpaulo
2005-12-11merge ktrace-lwp.christos
2004-05-01specify static where appropriate.kochi
2004-04-11Clean up memory allocated during autoconfigurationkochi
2004-04-11change acpi_resource_parse API to support _PRS parsing as well as _CRSkochi
2003-11-03Add a SMC ID.mycroft
2003-11-03More cleanup:mycroft
2003-11-03Clean up some messages:mycroft
2003-11-03* now the size of ACPI_DEVICE_INFO is variable:kochi
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-01-09need to select proper IST for interrupt - IST_NONE is almost certainly notjdolecek
2002-12-28Add IBM0071, until we have access to the Compat Ids.jmcneill
2002-12-28In com_acpi_attach, set sc->sc_iot unconditionally.jmcneill
2002-12-28Fix an uninitialized variable.matt
2002-12-28make id const, and use it for the strcmp since we went to the troublematt
2002-12-28const the pnpid array.matt
2002-12-28Add 'com at acpi' and 'wss at acpi' glue. These are both working great onjmcneill