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