aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/isa/mcclock_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Use bus_space_handle_t instead of bus_space_tag_t to hold the resultDoug Rabson2000-05-271-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use resource allocation apis to get ports.Doug Rabson1999-05-301-9/+34
* Calibrate the processor cycle counter instead of believing what theDoug Rabson1999-05-181-1/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Cosmetic change to driver registration.Doug Rabson1998-07-311-2/+2
* Move the mcclock from root to isa.Doug Rabson1998-07-221-7/+10
* An mc146818a clock attached to an isa bus.Doug Rabson1998-07-151-0/+105