NetBSD/sys/arch/algor
dyoung e4f3892584 Use pmf_device_register1() instead of shutdownhook_establish() to
register com_cleanup() as the shutdown hook.

Add a generic suspend routine.  Suspend and resume com@isa.

Protect against dereferencing a NULL softc in comioctl().

Destroy both a mutex and a callout in com_detach().

Cosmetic: use aprint_*_dev().  Use PMF_FN_ARGS, PMF_FN_PROTO.
2008-02-29 07:02:04 +00:00
..
algor Remove an unnecessary initializer. 2008-02-03 05:31:17 +00:00
compile
conf Since files.wscons et al. are included by ~all ports anyway, include 2008-02-20 21:43:33 +00:00
dev Use pmf_device_register1() instead of shutdownhook_establish() to 2008-02-29 07:02:04 +00:00
include Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
isa Move todr_attach(9) calls from each MD attachment to MI mc146818_attach(). 2008-01-10 15:17:39 +00:00
pci
Makefile