Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Add missing register prefix.
details: https://anonhg.NetBSD.org/src/rev/05b1dbc71c4a
branches: trunk
changeset: 520299:05b1dbc71c4a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jan 07 02:54:27 2002 +0000
description:
Add missing register prefix.
diffstat:
sys/arch/atari/atari/locore.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1fc3421c4cc7 -r 05b1dbc71c4a sys/arch/atari/atari/locore.s
--- a/sys/arch/atari/atari/locore.s Mon Jan 07 02:27:42 2002 +0000
+++ b/sys/arch/atari/atari/locore.s Mon Jan 07 02:54:27 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.84 2001/09/08 11:14:33 thomas Exp $ */
+/* $NetBSD: locore.s,v 1.85 2002/01/07 02:54:27 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -380,7 +380,7 @@
clrw %sp@- | padded to longword
movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
movew #0xffff,%a0@(PLX_PCICR) | clear PCI_SR error bits
- movel a0@(PLX_CNTRL),%d0 | Change PCI command code from
+ movel %a0@(PLX_CNTRL),%d0 | Change PCI command code from
andw #0xf0ff,%d0
movw %sr,%d2 | Block interrupts for now
oriw #0x0700,%sr
Home |
Main Index |
Thread Index |
Old Index