summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv/ncr53c500hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ncv/ncr53c500hw.h')
-rw-r--r--sys/dev/ncv/ncr53c500hw.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/sys/dev/ncv/ncr53c500hw.h b/sys/dev/ncv/ncr53c500hw.h
index e318959..5ea3a74 100644
--- a/sys/dev/ncv/ncr53c500hw.h
+++ b/sys/dev/ncv/ncr53c500hw.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/* $NecBSD: ncr53c500hw.h,v 1.6 1998/11/26 01:59:12 honda Exp $ */
+/* $NecBSD: ncr53c500hw.h,v 1.6.18.1 2001/06/08 06:27:44 honda Exp $ */
/* $NetBSD$ */
/*
@@ -44,16 +44,20 @@
struct ncv_hw {
/* configuration images */
- u_int8_t cfg1;
- u_int8_t cfg2;
- u_int8_t cfg3;
- u_int8_t cfg4;
- u_int8_t cfg5;
+ u_int8_t hw_cfg1;
+ u_int8_t hw_cfg2;
+ u_int8_t hw_cfg3;
+ u_int8_t hw_cfg4;
+ u_int8_t hw_cfg5;
/* synch */
- u_int8_t clk;
- u_int8_t mperiod;
- u_int8_t moffset;
+ u_int8_t hw_clk;
+ u_int8_t hw_mperiod;
+ u_int8_t hw_moffset;
+
+ /* cfg3 quirks */
+ u_int8_t hw_cfg3_fscsi;
+ u_int8_t hw_cfg3_fclk;
};
/* dvcfg */
OpenPOWER on IntegriCloud