Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/16/1997 07:00:02
lukem
Mon Sep 15 23:50:38 PDT 1997
Update of /cvsroot/src/sbin/route
In directory netbsd1:/var/slash-tmp/cvs-serv10163

Log Message:
imported from lite-2

Status:

Vendor Tag:	CSRG
Release Tags:	lite-2
		
C src/sbin/route/route.c
U src/sbin/route/keywords
C src/sbin/route/route.8
U src/sbin/route/Makefile
C src/sbin/route/ccitt_addr.c

3 conflicts created by this import.
Use the following command to help the merge:

	cvs checkout -jCSRG:yesterday -jCSRG src/sbin/route


thorpej
Mon Sep 15 23:52:17 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv9974

Modified Files:
	db_disasm.c 
Log Message:
- Rewrite the functions that provide opcode subfunction names to make it
  easier to add instructions that the disassembler doesn't know about
  (the opcode subfunction number is now printed).
- Add the "amask" and "implver" operate subfunctions.
- Add the "ldbu", "ldwu", "stb", and "stw" major opcodes (BWX instructions).


thorpej
Mon Sep 15 23:52:49 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv10541

Modified Files:
	db_instruction.h 
Log Message:
- Add the "amask" and "implver" operate subfunctions.
- Add the "ldbu", "ldwu", "stb", and "stw" major opcodes (BWX instructions).


thorpej
Mon Sep 15 23:54:01 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv10574

Modified Files:
	pal.s 
Log Message:
Implement alpha_amask(), a stub which reads the "architecture feature mask"
using the "amask" instruction.


thorpej
Mon Sep 15 23:57:13 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv10873

Modified Files:
	alpha_cpu.h 
Log Message:
- Define bits used in the "amask" instruction.
- Define processor family IDs returned by the "implver" instruction.
- Prototype alpha_amask().