Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic s/SYSTEM/SYSMEM/; so that this file compiles again.



details:   https://anonhg.NetBSD.org/src/rev/ebdd116cfd82
branches:  trunk
changeset: 481730:ebdd116cfd82
user:      enami <enami%NetBSD.org@localhost>
date:      Fri Feb 04 11:04:46 2000 +0000

description:
s/SYSTEM/SYSMEM/; so that this file compiles again.

diffstat:

 sys/dev/ic/i82365.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43084b521444 -r ebdd116cfd82 sys/dev/ic/i82365.c
--- a/sys/dev/ic/i82365.c       Fri Feb 04 11:02:00 2000 +0000
+++ b/sys/dev/ic/i82365.c       Fri Feb 04 11:04:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82365.c,v 1.43 2000/02/04 10:18:28 joda Exp $ */
+/*     $NetBSD: i82365.c,v 1.44 2000/02/04 11:04:46 enami Exp $        */
 
 #define        PCICDEBUG
 
@@ -931,7 +931,7 @@
        pcic_write(h, mem_map_index[win].sysmem_start_msb,
            ((h->mem[win].addr >> (PCIC_SYSMEM_ADDRX_SHIFT + 8)) &
            PCIC_SYSMEM_ADDRX_START_MSB_ADDR_MASK) |
-           (mem8 ? 0 : PCIC_SYSTEM_ADDRX_START_MSB_DATASIZE_16BIT));
+           (mem8 ? 0 : PCIC_SYSMEM_ADDRX_START_MSB_DATASIZE_16BIT));
 
        pcic_write(h, mem_map_index[win].sysmem_stop_lsb,
            ((h->mem[win].addr + h->mem[win].size) >>



Home | Main Index | Thread Index | Old Index