Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/chs-ubc2]: src/sys/arch Update from trunk.
details: https://anonhg.NetBSD.org/src/rev/e658f42eb831
branches: chs-ubc2
changeset: 471419:e658f42eb831
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Aug 02 19:34:26 1999 +0000
description:
Update from trunk.
diffstat:
sys/arch/alpha/conf/ALPHA | 3 +-
sys/arch/alpha/conf/BABYLON | 3 +-
sys/arch/alpha/conf/BISHOP | 3 +-
sys/arch/alpha/conf/BUNNY | 3 +-
sys/arch/alpha/conf/CANE | 3 +-
sys/arch/alpha/conf/ENIWETOK | 3 +-
sys/arch/alpha/conf/GENERIC | 12 +++--
sys/arch/alpha/conf/GENERIC.v6 | 13 ++++++-
sys/arch/alpha/conf/INSTALL | 3 +-
sys/arch/alpha/conf/JURA | 3 +-
sys/arch/alpha/conf/Makefile.alpha | 9 +++-
sys/arch/alpha/conf/NOSY | 3 +-
sys/arch/alpha/conf/RAWHIDE | 3 +-
sys/arch/alpha/conf/TCWSCONS | 3 +-
sys/arch/alpha/include/alpha.h | 4 +-
sys/arch/alpha/include/lock.h | 17 +++------
sys/arch/alpha/pci/sio_pic.c | 24 +++++++++---
sys/arch/amiga/amiga/pmap.c | 44 +++++++++++++++---------
sys/arch/amiga/amiga/sys_machdep.c | 10 ++--
sys/arch/amiga/amiga/vm_machdep.c | 25 ++++++-------
sys/arch/amiga/conf/AMIGA | 5 +-
sys/arch/amiga/conf/DRACO | 8 +--
sys/arch/amiga/conf/GENERIC | 5 +-
sys/arch/amiga/conf/GENERIC.v6 | 13 ++++++-
sys/arch/amiga/conf/Makefile.amiga | 9 +++-
sys/arch/amiga/conf/files.amiga | 6 +-
sys/arch/arm32/arm32/bus_dma.c | 4 +-
sys/arch/arm32/arm32/conf.c | 8 +++-
sys/arch/arm32/arm32/machdep.c | 8 ++--
sys/arch/arm32/arm32/pmap.c | 30 ++++++++++------
sys/arch/arm32/conf/A7000 | 3 +-
sys/arch/arm32/conf/A7INST | 3 +-
sys/arch/arm32/conf/CATS | 3 +-
sys/arch/arm32/conf/CATSINST | 3 +-
sys/arch/arm32/conf/EBSA285 | 3 +-
sys/arch/arm32/conf/GENERIC | 11 +++--
sys/arch/arm32/conf/GENERIC.v6 | 13 ++++++-
sys/arch/arm32/conf/Makefile.arm32 | 9 +++-
sys/arch/arm32/conf/RC7500 | 3 +-
sys/arch/arm32/conf/RISCPC | 3 +-
sys/arch/arm32/conf/RPCINST | 3 +-
sys/arch/arm32/conf/SHARK | 3 +-
sys/arch/arm32/conf/SHARK.v6 | 27 +++++++++++++++
sys/arch/arm32/conf/SHARKINST | 3 +-
sys/arch/arm32/conf/VOYAGER | 3 +-
sys/arch/arm32/conf/files.arm32 | 4 +-
sys/arch/arm32/include/conf.h | 3 +-
sys/arch/arm32/iomd/iomd_dma.c | 6 +-
sys/arch/arm32/podulebus/esc.c | 5 +-
sys/arch/arm32/podulebus/sfas.c | 5 +-
sys/arch/arm32/riscpc/rpc_machdep.c | 6 +-
sys/arch/arm32/vidc/beep.c | 10 ++--
sys/arch/arm32/vidc/console/vidcconsole.c | 13 ++++--
sys/arch/arm32/vidc/lmcaudio.c | 26 +++++++++-----
sys/arch/arm32/vidc/vidcaudio.c | 21 +++++++----
sys/arch/atari/atari/bus.c | 4 +-
sys/arch/atari/atari/machdep.c | 27 +++++++-------
sys/arch/atari/atari/pmap.c | 49 ++++++++++++++++----------
sys/arch/atari/atari/sys_machdep.c | 10 ++--
sys/arch/atari/atari/trap.c | 9 ++--
sys/arch/atari/atari/vm_machdep.c | 17 ++++-----
sys/arch/atari/conf/ATARITT | 3 +-
sys/arch/atari/conf/BOOT | 3 +-
sys/arch/atari/conf/BOOTX | 3 +-
sys/arch/atari/conf/FALCON | 3 +-
sys/arch/atari/conf/GENERIC | 13 +++---
sys/arch/atari/conf/GENERIC.v6 | 13 ++++++-
sys/arch/atari/conf/HADES | 3 +-
sys/arch/atari/conf/Makefile.atari | 9 +++-
sys/arch/atari/conf/files.atari | 8 ++--
sys/arch/bebox/bebox/bus_dma.c | 4 +-
sys/arch/bebox/bebox/clock.c | 4 +-
sys/arch/bebox/bebox/conf.c | 6 ++-
sys/arch/bebox/bebox/extintr.c | 30 +++++++++++++---
sys/arch/bebox/conf/GENERIC | 6 ++-
sys/arch/bebox/conf/GENERIC.v6 | 13 ++++++-
sys/arch/bebox/conf/INSTALL | 3 +-
sys/arch/bebox/conf/Makefile.bebox | 9 +++-
sys/arch/bebox/conf/files.bebox | 4 +-
sys/arch/bebox/include/intr.h | 19 +++++-----
sys/arch/bebox/include/loadfile_machdep.h | 55 +++++++++++++++++++++++++++++++
81 files changed, 536 insertions(+), 270 deletions(-)
diffs (truncated from 2444 to 300 lines):
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/ALPHA Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.94.2.1.2.2 1999/07/01 23:00:56 thorpej Exp $
+# $NetBSD: ALPHA,v 1.94.2.1.2.3 1999/08/02 19:34:26 thorpej Exp $
#
# Alpha kernel with all the options you'd want, and more.
@@ -82,6 +82,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# OSF/1 binary compatibility
options COMPAT_OSF1
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/BABYLON
--- a/sys/arch/alpha/conf/BABYLON Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/BABYLON Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BABYLON,v 1.13.4.1 1999/06/21 00:46:07 thorpej Exp $
+# $NetBSD: BABYLON,v 1.13.4.2 1999/08/02 19:34:27 thorpej Exp $
#
# BABYLON -- babylon.netbsd.org, the new mail server
#
@@ -78,6 +78,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# OSF/1 binary compatibility
#options COMPAT_OSF1
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/BISHOP
--- a/sys/arch/alpha/conf/BISHOP Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/BISHOP Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BISHOP,v 1.10 1999/01/23 16:10:47 drochner Exp $
+# $NetBSD: BISHOP,v 1.10.4.1 1999/08/02 19:34:27 thorpej Exp $
#
# Kernel for bishop.nas.nasa.gov and ripley.nas.nasa.gov (AlphaStation 500
# and AlphaStation 600, respectively).
@@ -49,6 +49,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# System V-like shared memory
options SYSVSHM
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/BUNNY
--- a/sys/arch/alpha/conf/BUNNY Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/BUNNY Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BUNNY,v 1.23 1999/01/23 16:10:47 drochner Exp $
+# $NetBSD: BUNNY,v 1.23.4.1 1999/08/02 19:34:27 thorpej Exp $
#
# Kernel for bunnahabhain.pdl.cs.cmu.edu.
#
@@ -42,6 +42,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# Loadable Kernel Modules
options LKM
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/CANE
--- a/sys/arch/alpha/conf/CANE Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/CANE Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CANE,v 1.5 1999/02/18 20:39:04 thorpej Exp $
+# $NetBSD: CANE,v 1.5.4.1 1999/08/02 19:34:27 thorpej Exp $
#
# cane.nas.nasa.gov - thorpej's Multia
#
@@ -53,6 +53,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# System V-like message queues
options SYSVMSG
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/ENIWETOK
--- a/sys/arch/alpha/conf/ENIWETOK Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/ENIWETOK Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENIWETOK,v 1.10 1999/03/31 14:29:33 mycroft Exp $
+# $NetBSD: ENIWETOK,v 1.10.4.1 1999/08/02 19:34:27 thorpej Exp $
# From: GENERIC,v 1.108 1999/01/06 23:42:27 thorpej Exp
#
# Mycroft's AS200.
@@ -57,6 +57,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# System V-like message queues
options SYSVMSG
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.114.2.3.2.2 1999/07/01 23:00:56 thorpej Exp $
+# $NetBSD: GENERIC,v 1.114.2.3.2.3 1999/08/02 19:34:27 thorpej Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -57,6 +57,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# OSF/1 binary compatibility
options COMPAT_OSF1
@@ -296,11 +297,11 @@
# USB mice
ums* at uhub? port ?
-wsmouse* at ums?
+wsmouse* at ums? mux 0
# USB Keyboards
ukbd* at uhub? port ?
-wskbd* at ukbd? console ?
+wskbd* at ukbd? console ? mux 1
# USB Generic HID devices
uhid* at uhub? port ?
@@ -313,8 +314,8 @@
wsdisplay* at vga?
#wsdisplay* at sfb?
wsdisplay* at tga?
-wskbd* at pckbd?
-wsmouse* at pms?
+wskbd* at pckbd? mux 1
+wsmouse* at pms? mux 0
pseudo-device bpfilter 16
pseudo-device ccd 4
@@ -327,6 +328,7 @@
pseudo-device sl 4
pseudo-device vnd 4
#pseudo-device gre 2 # generic L3 over IP tunnel
+pseudo-device wsmux 2 # mouse & keyboard multiplexor
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/GENERIC.v6
--- a/sys/arch/alpha/conf/GENERIC.v6 Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC.v6 Mon Aug 02 19:34:26 1999 +0000
@@ -1,10 +1,21 @@
-# $NetBSD: GENERIC.v6,v 1.1.2.2 1999/07/01 23:00:56 thorpej Exp $
+# $NetBSD: GENERIC.v6,v 1.1.2.3 1999/08/02 19:34:27 thorpej Exp $
#
# GENERIC.v6 -- IPv6 variant of GENERIC. should be in GENERIC.
#
include "arch/alpha/conf/GENERIC"
+# Pull in config fragments for kernel crypto. Use only one of these,
+# and adjust the prefixes as necessary.
+
+#prefix ../crypto-us/sys
+#cinclude "conf/files.crypto-us"
+#prefix
+
+#prefix ../crypto-intl/sys
+#cinclude "conf/files.crypto-intl"
+#prefix
+
# IPv6 options
options INET6 # IPV6
options IPSEC # IP security
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/INSTALL Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.23.2.1.2.2 1999/07/01 23:00:56 thorpej Exp $
+# $NetBSD: INSTALL,v 1.23.2.1.2.3 1999/08/02 19:34:27 thorpej Exp $
#
# Alpha INSTALL kernel.
@@ -51,6 +51,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# Misc. options
#options EISAVERBOSE # recognize "unknown" EISA devices
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/JURA
--- a/sys/arch/alpha/conf/JURA Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/JURA Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: JURA,v 1.22 1999/01/23 16:10:47 drochner Exp $
+# $NetBSD: JURA,v 1.22.4.1 1999/08/02 19:34:27 thorpej Exp $
#
# Kernel for jura.pdl.cs.cmu.edu.
#
@@ -39,6 +39,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# Loadable Kernel Modules
options LKM
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/Makefile.alpha
--- a/sys/arch/alpha/conf/Makefile.alpha Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/Makefile.alpha Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.alpha,v 1.49.4.1 1999/06/21 00:46:08 thorpej Exp $
+# $NetBSD: Makefile.alpha,v 1.49.4.2 1999/08/02 19:34:27 thorpej Exp $
# Makefile for NetBSD
#
@@ -55,6 +55,8 @@
LINKFLAGS= -N -Ttext ${LOADADDRESS} -e __transfer -G 4
STRIPFLAGS= -g -X
+%INCLUDES
+
### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc"
.ifndef PROF
@@ -101,8 +103,9 @@
.if ${DEBUG} == "-g"
LINKFLAGS+= -X
SYSTEM_LD_TAIL+=; \
- echo cp $@ $@.gdb; rm -f $@.gdb; cp $@ $@.gdb; \
- echo ${STRIP} ${STRIPFLAGS} $@; ${STRIP} ${STRIPFLAGS} $@
+ echo mv -f $@ $@.gdb; mv -f $@ $@.gdb; \
+ echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
+ ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
.else
LINKFLAGS+= -S
.endif
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/NOSY
--- a/sys/arch/alpha/conf/NOSY Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/NOSY Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NOSY,v 1.28.10.1 1999/06/21 00:46:08 thorpej Exp $
+# $NetBSD: NOSY,v 1.28.10.2 1999/08/02 19:34:27 thorpej Exp $
#
# Kernel for nostromo.nas.nasa.gov.
#
@@ -45,6 +45,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# OSF/1 binary compatibility
#options COMPAT_OSF1
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/RAWHIDE
--- a/sys/arch/alpha/conf/RAWHIDE Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/RAWHIDE Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAWHIDE,v 1.6 1999/02/18 20:39:05 thorpej Exp $
+# $NetBSD: RAWHIDE,v 1.6.4.1 1999/08/02 19:34:27 thorpej Exp $
#
# Alpha 4100 stripped for action server kernel.
#
@@ -30,6 +30,7 @@
options COMPAT_43
options COMPAT_12
options COMPAT_13
+options COMPAT_14
options SYSVMSG
options SYSVSEM
options SYSVSHM
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TCWSCONS,v 1.1 1998/10/22 01:05:36 briggs Exp $
+# $NetBSD: TCWSCONS,v 1.1.8.1 1999/08/02 19:34:27 thorpej Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -41,6 +41,7 @@
options COMPAT_11
options COMPAT_12
options COMPAT_13
+options COMPAT_14
# System V-like message queues
options SYSVMSG
diff -r e430bca17dad -r e658f42eb831 sys/arch/alpha/include/alpha.h
--- a/sys/arch/alpha/include/alpha.h Mon Aug 02 19:33:24 1999 +0000
+++ b/sys/arch/alpha/include/alpha.h Mon Aug 02 19:34:26 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: alpha.h,v 1.2.2.2 1999/07/01 23:00:57 thorpej Exp $ */
+/* $NetBSD: alpha.h,v 1.2.2.3 1999/08/02 19:35:06 thorpej Exp $ */
Home |
Main Index |
Thread Index |
Old Index