Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/dev/podulebus Create hcscreg.h, and put a couple of...
details: https://anonhg.NetBSD.org/src/rev/7b06a4c5b498
branches: nathanw_sa
changeset: 504707:7b06a4c5b498
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Jun 02 20:13:52 2001 +0000
description:
Create hcscreg.h, and put a couple of magic numbers in there.
diffstat:
sys/dev/podulebus/hcscreg.h | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 0a4982bb4e91 -r 7b06a4c5b498 sys/dev/podulebus/hcscreg.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/podulebus/hcscreg.h Sat Jun 02 20:13:52 2001 +0000
@@ -0,0 +1,15 @@
+/* $NetBSD: hcscreg.h,v 1.1.8.2 2001/06/02 20:13:52 bjh21 Exp $ */
+
+/*
+ * This file is in the public domain.
+ */
+
+/*
+ * Register locations for the HCCS 8-bit SCSI podule.
+ */
+
+/* In FAST space: */
+#define HCSC_DP8490_OFFSET 0x2000
+
+/* In MEMC space: */
+#define HCSC_PDMA_OFFSET 0x0000
Home |
Main Index |
Thread Index |
Old Index