History log of /netbsd/sys/arch/vax/uba/uba_cmi.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 2d5d8524 22-May-2017 ragge <ragge@NetBSD.org>

Update copyright notice for Ludd (remove clause 3 & 4).


# b57cbd6a 14-Dec-2010 matt <matt@NetBSD.org>

Cleanup includes. Change <machine/XXX.h> to <sys/XXX.h> for bus, cpu, intr.
Remove unneeded includes.


# dfba8166 11-Mar-2008 matt <matt@NetBSD.org>

Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.


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

merge ktrace-lwp.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


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

__KERNEL_RCSID()


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

Add trailing ; to CFATTACH_DECL.


# fa165ee3 01-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


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

Declare all cfattach structures const.


# 2c43ae58 24-Aug-2002 ragge <ragge@NetBSD.org>

Must set correct HW unibus number so that disk autodetection on other
Unibuses than the first work.


# 68d0ed5c 13-May-2001 ragge <ragge@NetBSD.org>

Add bus type.


# 82e0b5f7 04-Jun-2000 ragge <ragge@NetBSD.org>

Changes of sbi_attach_args. (and cleanup)


# 0bd304e5 04-Jun-2000 matt <matt@NetBSD.org>

More event counter stuff. Plus a little cruft cleanup while doing it.


# 26acf7f8 27-May-2000 ragge <ragge@NetBSD.org>

Only map in map registers and the I/O page if they are not mapped in already.


# eab2e881 14-Aug-1999 ragge <ragge@NetBSD.org>

Fix UBA IO space scan addresses; was searching at the wrong place.


# 51dd099e 21-Jun-1999 ragge <ragge@NetBSD.org>

Add DW750 and DW780 UBA support. Still no BDP's.