summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/pcctwo.c
AgeCommit message (Collapse)Author
2004-07-30Move struct evcount inside struct intrhand, and modernize intrhandMiod Vallat
usage; similar to (and from) mvme88k. Also remove unused haltvec structures and related code.
2004-07-02Kill ca_master in autoconf structures. Drivers either only attach to oneMiod Vallat
specific bus (mc/pcc/pcctwo), or they know it from the ca_bustype value, and can use the globals sys_busname variables. This also allows for some code simplifications.
2004-01-14mvme* do not support buses with indirect configuration, so don't check andMiod Vallat
mourn for this.
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
necessary. No functional change.
2003-06-02license cleanup of my filesTheo de Raadt
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
add casts, fix a few errors and typos in the process, etc)
2002-03-14First round of __P removal in sysTodd C. Miller
2000-03-26callout.h is goneTheo de Raadt
2000-01-06Added support for MVME177 (mc68060)Steve Murphree
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-06-11use void * for pa/va instead of caddr_tTheo de Raadt
1996-04-28cfattach/cfdriver splitTheo de Raadt
1995-11-07$Id$ throughoutTheo de Raadt
update many copyrights
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt