Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386 Synch again with current, largel...



details:   https://anonhg.NetBSD.org/src/rev/e6d0d8fe7489
branches:  sommerfeld_i386mp_1
changeset: 482438:e6d0d8fe7489
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Sep 24 01:35:59 2001 +0000

description:
Synch again with current, largely to test updates to my merge tools
which drop an entry in MP-UPDATING so there's a deterministic way to
discover the time of the last branch synch..

diffstat:

 sys/arch/i386/MP-UPDATING   |  9 +++++++++
 sys/arch/i386/include/bus.h |  4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r f16e1193a03e -r e6d0d8fe7489 sys/arch/i386/MP-UPDATING
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/MP-UPDATING Mon Sep 24 01:35:59 2001 +0000
@@ -0,0 +1,9 @@
+Last Synchronized: Sun Sep 23 21:12:12 EDT 2001
+
+Now using new toolchain.  Most (but not all) of the new assembler
+warnings are now fixed.  Has all the ubcperf, new-dirpref, poolified
+softdeps, and assorted other goodness.
+
+
+
+
diff -r f16e1193a03e -r e6d0d8fe7489 sys/arch/i386/include/bus.h
--- a/sys/arch/i386/include/bus.h       Mon Sep 24 00:37:39 2001 +0000
+++ b/sys/arch/i386/include/bus.h       Mon Sep 24 01:35:59 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.h,v 1.30.2.6 2001/09/06 03:41:45 sommerfeld Exp $  */
+/*     $NetBSD: bus.h,v 1.30.2.7 2001/09/24 01:36:00 sommerfeld Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -1141,7 +1141,7 @@
  */
 struct i386_bus_dmamap {
        /*
-        * PRIVATE MEMBERS: not for use my machine-independent code.
+        * PRIVATE MEMBERS: not for use by machine-independent code.
         */
        bus_size_t      _dm_size;       /* largest DMA transfer mappable */
        int             _dm_segcnt;     /* number of segs this map can map */



Home | Main Index | Thread Index | Old Index