Deleted Added
full compact
ncr53c500hw.h (79697) ncr53c500hw.h (126928)
1/* $FreeBSD: head/sys/dev/ncv/ncr53c500hw.h 79697 2001-07-14 00:38:51Z non $ */
1/* $FreeBSD: head/sys/dev/ncv/ncr53c500hw.h 126928 2004-03-13 19:46:27Z peter $ */
2/* $NecBSD: ncr53c500hw.h,v 1.6.18.1 2001/06/08 06:27:44 honda Exp $ */
3/* $NetBSD$ */
4
5/*
6 * [NetBSD for NEC PC-98 series]
7 * Copyright (c) 1996, 1997, 1998
8 * NetBSD/pc98 porting staff. All rights reserved.
9 * Copyright (c) 1996, 1997, 1998

--- 21 unchanged lines hidden (view full) ---

31 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 * POSSIBILITY OF SUCH DAMAGE.
34 */
35
36#ifndef __NCR53C500HW_H_
37#define __NCR53C500HW_H_
38
2/* $NecBSD: ncr53c500hw.h,v 1.6.18.1 2001/06/08 06:27:44 honda Exp $ */
3/* $NetBSD$ */
4
5/*
6 * [NetBSD for NEC PC-98 series]
7 * Copyright (c) 1996, 1997, 1998
8 * NetBSD/pc98 porting staff. All rights reserved.
9 * Copyright (c) 1996, 1997, 1998

--- 21 unchanged lines hidden (view full) ---

31 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 * POSSIBILITY OF SUCH DAMAGE.
34 */
35
36#ifndef __NCR53C500HW_H_
37#define __NCR53C500HW_H_
38
39#include <machine/dvcfg.h>
39#include <compat/netbsd/dvcfg.h>
40
41#define NCV_HOSTID 7
42#define NCV_NTARGETS 8
43#define NCV_NLUNS 8
44
45struct ncv_hw {
46 /* configuration images */
47 u_int8_t hw_cfg1;

--- 24 unchanged lines hidden ---
40
41#define NCV_HOSTID 7
42#define NCV_NTARGETS 8
43#define NCV_NLUNS 8
44
45struct ncv_hw {
46 /* configuration images */
47 u_int8_t hw_cfg1;

--- 24 unchanged lines hidden ---