Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/alpha Pull up 1.24 -> 1.25.



details:   https://anonhg.NetBSD.org/src/rev/e5526f94e2ed
branches:  netbsd-1-4
changeset: 468302:e5526f94e2ed
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Apr 16 23:11:25 1999 +0000

description:
Pull up 1.24 -> 1.25.

diffstat:

 sys/arch/alpha/alpha/dec_3000_500.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r df06b8689953 -r e5526f94e2ed sys/arch/alpha/alpha/dec_3000_500.c
--- a/sys/arch/alpha/alpha/dec_3000_500.c       Fri Apr 16 23:10:35 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_3000_500.c       Fri Apr 16 23:11:25 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3000_500.c,v 1.24 1999/03/28 13:48:40 drochner Exp $ */
+/* $NetBSD: dec_3000_500.c,v 1.24.2.1 1999/04/16 23:11:25 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_3000_500.c,v 1.24 1999/03/28 13:48:40 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3000_500.c,v 1.24.2.1 1999/04/16 23:11:25 thorpej Exp $");
 
 #include "opt_new_scc_driver.h"
 
@@ -122,8 +122,9 @@
        case CTB_GRAPHICS:
 #if NWSDISPLAY > 0
                /* display console ... */
-               if (zs_ioasic_lk201_cnattach(0x1e0000000, 0x00180000, 0)
-                   && tc_3000_500_fb_cnattach(ctb->ctb_turboslot)) {
+               if (zs_ioasic_lk201_cnattach(0x1e0000000, 0x00180000, 0) &&
+                   tc_3000_500_fb_cnattach(
+                    CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot))) {
                        break;
                }
 #endif



Home | Main Index | Thread Index | Old Index