Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/vax/vsa Pullup revision 1.3



details:   https://anonhg.NetBSD.org/src/rev/73cbe43baa34
branches:  netbsd-1-5
changeset: 488779:73cbe43baa34
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 27 16:46:11 2000 +0000

description:
Pullup revision 1.3
  needed so 2nd stage bootstap will build

diffstat:

 sys/arch/vax/vsa/hdc9224.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r f9a30df08812 -r 73cbe43baa34 sys/arch/vax/vsa/hdc9224.h
--- a/sys/arch/vax/vsa/hdc9224.h        Thu Jul 27 16:44:21 2000 +0000
+++ b/sys/arch/vax/vsa/hdc9224.h        Thu Jul 27 16:46:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hdc9224.h,v 1.1.38.1 2000/06/28 13:31:54 ragge Exp $ */
+/*     $NetBSD: hdc9224.h,v 1.1.38.2 2000/07/27 16:46:11 matt Exp $ */
 /*
  * Copyright (c) 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -33,14 +33,12 @@
  */
 
 
-#ifdef notdef
 struct hdc9224_DKCreg {
        unsigned char dkc_reg;  /* Disk Register Data Access Port (rw)*/
        unsigned char fill[3];  /* bytes are longword aligned */
        unsigned char dkc_cmd;  /* Disk Controller Command Port (wo) */
 #define dkc_stat dkc_cmd       /* Interrupt Status Port (ro) */
 };
-#endif
 
 /*
  * definition of some commands (constant bits only, incomplete!)



Home | Main Index | Thread Index | Old Index