Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/pci Pull up revision 1.2 (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/d490dcc2b3ca
branches:  netbsd-1-4
changeset: 470813:d490dcc2b3ca
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 27 17:58:08 2000 +0000

description:
Pull up revision 1.2 (requested by bouyer):
  Clear the interrupt disable bit of the HPT370, and document HPT370
  support.

diffstat:

 sys/dev/pci/pciide_hpt_reg.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3b468c23b2e4 -r d490dcc2b3ca sys/dev/pci/pciide_hpt_reg.h
--- a/sys/dev/pci/pciide_hpt_reg.h      Thu Jul 27 17:55:22 2000 +0000
+++ b/sys/dev/pci/pciide_hpt_reg.h      Thu Jul 27 17:58:08 2000 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: pciide_hpt_reg.h,v 1.1.6.2 2000/07/07 17:33:50 he Exp $       */
+/*      $NetBSD: pciide_hpt_reg.h,v 1.1.6.3 2000/07/27 17:58:08 he Exp $       */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -108,6 +108,9 @@
 #define HPT_STAT2_POLLST               0x01
 
 #define HPT_CSEL               0x5a
+#define HPT_CSEL_IRQDIS                        0x10 /* 370 only */
+#define HPT_CSEL_PCIDIS                        0x08 /* 370 only */
+#define HPT_CSEL_PCIWR                 0x04 /* 370 only */
 #define HPT_CSEL_CBLID(chan)            (0x01 << (1 - (chan)))
 
 static u_int32_t hpt366_pio[] =



Home | Main Index | Thread Index | Old Index