History log of /netbsd/sys/arch/hp300/stand/common/hpib.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 8fa9dbf4 02-Jul-2006 tsutsui <tsutsui@NetBSD.org>

Remove sc_table[] decl, which is in device.h.


# c0681579 25-Jun-2006 tsutsui <tsutsui@NetBSD.org>

Use (uint8_t *) to specify buffers for hpib xfers.


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

merge ktrace-lwp.


# d3dc0553 20-Feb-2005 tsutsui <tsutsui@NetBSD.org>

Use ANSI function decls.


# 212f884f 14-Nov-2003 tsutsui <tsutsui@NetBSD.org>

Misc cleanup:
- KNF
- WARNSfy
- remove __P()
- remove register declarations
- const'ify some variables
- make some local functions/variables static
- bcopy -> memcpy
- bcmp -> memcmp
- bzero -> memse

Misc cleanup:
- KNF
- WARNSfy
- remove __P()
- remove register declarations
- const'ify some variables
- make some local functions/variables static
- bcopy -> memcpy
- bcmp -> memcmp
- bzero -> memset
- space/TAB fix
etc.

show more ...


# 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.


# c25bfe13 12-May-1997 thorpej <thorpej@NetBSD.org>

Don't use hardcoded hex for the address of the internal HP-IB interface.
Instead, use definitions from <hp300/dev/dioreg.h>


# a0864b3e 04-Feb-1997 thorpej <thorpej@NetBSD.org>

Complete and total reorganization of the hp300 boot code, modeled
closely after the build process used by NetBSD/alpha's boot code.