From 391f228fdaba2d15875ffee5747637c0cd257c71 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 25 May 2004 15:59:54 -0400 Subject: Changed name of lisa's device to NSgigE instead of Etherdev so it doesn't conflict with the old ethernet driver name. Added config file to try to boot Tru64 with Tsunami Cleaned up kern/linux a bit more and fixed bug where we were using Tru64 system calls dev/ns_gige.cc: dev/ns_gige.hh: dev/tsunami.hh: Changed name of lisa's device to NSgigE instead of Etherdev so it doesn't conflict with the old ethernet driver name. kern/linux/linux_syscalls.hh: the Syscalls still used the Tru64 calls, oops.. fixed. --HG-- extra : convert_revision : dedd20686cc367ed37f31920f753566afbc69045 --- kern/linux/linux_syscalls.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kern') diff --git a/kern/linux/linux_syscalls.hh b/kern/linux/linux_syscalls.hh index 54d2391a8..d8f2123d7 100644 --- a/kern/linux/linux_syscalls.hh +++ b/kern/linux/linux_syscalls.hh @@ -311,6 +311,8 @@ struct SystemCalls StandardNumber }; + static const int Number = StandardNumber; + static const char *name(int num); static bool validSyscallNumber(int num) { -- cgit v1.2.3