Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci yet another change for NEC RISCstation 2250 of a...
details: https://anonhg.NetBSD.org/src/rev/e8618ec0ead0
branches: trunk
changeset: 487854:e8618ec0ead0
user: soda <soda%NetBSD.org@localhost>
date: Wed Jun 14 00:34:33 2000 +0000
description:
yet another change for NEC RISCstation 2250 of arc port.
diffstat:
sys/dev/pci/tga.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 22f21917393d -r e8618ec0ead0 sys/dev/pci/tga.c
--- a/sys/dev/pci/tga.c Tue Jun 13 22:44:51 2000 +0000
+++ b/sys/dev/pci/tga.c Wed Jun 14 00:34:33 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tga.c,v 1.24 2000/06/09 04:48:12 soda Exp $ */
+/* $NetBSD: tga.c,v 1.25 2000/06/14 00:34:33 soda Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -355,7 +355,7 @@
u_int8_t rev;
int console;
-#ifdef __alpha__
+#if defined(__alpha__) || defined(arc)
console = (pa->pa_tag == tga_console_dc.dc_pcitag);
#else
console = 0;
Home |
Main Index |
Thread Index |
Old Index