index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
com_acpi.c
Age
Commit message (
Expand
)
Author
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