summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include/rwlock.h
blob: 6910f8b6fc474d68fe4d43e0cbd331a55ddbb08d (plain)
1
2
3
/*	$NetBSD: rwlock.h,v 1.2 2007/02/09 21:55:02 ad Exp $	*/

#include <m68k/rwlock.h>
4Split device_t and softc for all com(4) devices (well, everything thatcube 2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore 2006-03-29Use device_private().thorpej 2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2005-02-04de-__Pperry 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDlukem 2001-04-20Add support for IBM Multi-Protocol Communications Adapter. Card providedjdolecek 2001-04-20Add support for NeoTecH Single RS-232 Async. Adapter, SM110. Testedjdolecek 2001-03-31add year 2001 to copyright for NetBSDjdolecek 2001-03-19Provide MCA com(4) attachment. Tested with IBM Internal modem, kindlyjdolecek