History log of /netbsd-src/sys/arch/arc/jazz/opms_jazzio.c (Results 1 – 11 of 11)
Revision Date Author Comments
# cf10107d 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# e1901f8e 06-Mar-2011 tsutsui <tsutsui@NetBSD.org>

Remove trailing spaces.


# abe73f3a 13-Sep-2008 tsutsui <tsutsui@NetBSD.org>

Fix more botches on device_t/softc split,
which didn't cause errors on compile.
Tested on gxemul.


# 7b161854 13-Sep-2008 tsutsui <tsutsui@NetBSD.org>

Fix botches on device_t/softc split.


# 0f31d9de 05-Jul-2008 tsutsui <tsutsui@NetBSD.org>

Split device_t/softc with misc related changes.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 7fe2a5a0 22-Jan-2005 tsutsui <tsutsui@NetBSD.org>

- remove __P()
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF


# a4183603 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# c5e91d44 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# 9a711d69 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# b7abba77 13-Jun-2001 soda <soda@NetBSD.org>

split pccons driver into "pccons" and "opms",
also split into bus-dependent frontend and bus-independent backend.