summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/wdsc.c
AgeCommit message (Collapse)Author
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-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
necessary. No functional change.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
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
1997-01-28use scsiprintTheo de Raadt
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-05-29update for new generic bootchuck
1996-05-06correct my interrupt bugsTheo de Raadt
1996-04-28wdsc driver hacked from amiga driver by Steve WoodfordTheo de Raadt