- Update the email address in the copyrights.
This commit is contained in:
parent
e7f1b188ac
commit
a61408ab2c
sys/i386
@ -1,7 +1,7 @@
|
||||
#
|
||||
# APM (Advanced Power Management) BIOS Device Driver
|
||||
#
|
||||
# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
#
|
||||
# This software may be used, modified, copied, and distributed, in
|
||||
# both source and binary form provided that the above copyright and
|
||||
@ -12,7 +12,7 @@
|
||||
#
|
||||
# Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/02/22 09:29:51 peter Exp $
|
||||
# $Id: Makefile,v 1.7 1997/03/09 16:46:04 kato Exp $
|
||||
#
|
||||
|
||||
OBJS = apm_init.o real_prot.o table.o
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* APM (Advanced Power Management) BIOS Device Driver
|
||||
*
|
||||
* Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
* Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
*
|
||||
* This software may be used, modified, copied, and distributed, in
|
||||
* both source and binary form provided that the above copyright and
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
*
|
||||
* $Id$
|
||||
* $Id: bin2asm.c,v 1.6 1997/02/22 09:29:53 peter Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, Revision 2.2 92/04/04 11:34:13 rpd
|
||||
* $Id$
|
||||
* $Id: real_prot.S,v 1.5 1997/02/22 09:29:54 peter Exp $
|
||||
*/
|
||||
|
||||
|
||||
@ -52,9 +52,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* LP (Laptop Package)
|
||||
*
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
*
|
||||
* This software may be used, modified, copied, and distributed, in
|
||||
* both source and binary form provided that the above copyright and
|
||||
@ -96,7 +94,7 @@ ENTRY(real_to_prot)
|
||||
|
||||
/*
|
||||
* deleted for APM initializer by HOSOKAWA Tatsumi
|
||||
* <hosoakwa@mt.cs.keio.ac.jp>
|
||||
* <hosoakwa@jp.FreeBSD.org>
|
||||
*/
|
||||
#if 0
|
||||
/* load the gdtr */
|
||||
|
@ -24,13 +24,11 @@
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, Revision 2.7 92/02/29 15:33:41 rpd
|
||||
* $Id$
|
||||
* $Id: real_prot.h,v 1.6 1997/02/22 09:29:54 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
* LP (Laptop Package)
|
||||
*
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
*
|
||||
* This software may be used, modified, copied, and distributed, in
|
||||
* both source and binary form provided that the above copyright and
|
||||
|
@ -11,7 +11,7 @@
|
||||
*
|
||||
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
*
|
||||
* $Id: apm_setup.s,v 1.10 1997/02/22 09:29:50 peter Exp $
|
||||
* $Id: apm_setup.s,v 1.11 1997/03/29 11:06:40 phk Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -87,7 +87,7 @@ _apm_setup:
|
||||
*
|
||||
* APM BIOS initialization should be done from real mode or V86 mode.
|
||||
*
|
||||
* (by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>)
|
||||
* (by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>)
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# APM (Advanced Power Management) BIOS Device Driver
|
||||
#
|
||||
# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
#
|
||||
# This software may be used, modified, copied, and distributed, in
|
||||
# both source and binary form provided that the above copyright and
|
||||
@ -12,7 +12,7 @@
|
||||
#
|
||||
# Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/02/22 09:29:51 peter Exp $
|
||||
# $Id: Makefile,v 1.7 1997/03/09 16:46:04 kato Exp $
|
||||
#
|
||||
|
||||
OBJS = apm_init.o real_prot.o table.o
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* APM (Advanced Power Management) BIOS Device Driver
|
||||
*
|
||||
* Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
* Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
*
|
||||
* This software may be used, modified, copied, and distributed, in
|
||||
* both source and binary form provided that the above copyright and
|
||||
@ -12,7 +12,7 @@
|
||||
*
|
||||
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
*
|
||||
* $Id$
|
||||
* $Id: bin2asm.c,v 1.6 1997/02/22 09:29:53 peter Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, Revision 2.2 92/04/04 11:34:13 rpd
|
||||
* $Id$
|
||||
* $Id: real_prot.S,v 1.5 1997/02/22 09:29:54 peter Exp $
|
||||
*/
|
||||
|
||||
|
||||
@ -52,9 +52,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* LP (Laptop Package)
|
||||
*
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
*
|
||||
* This software may be used, modified, copied, and distributed, in
|
||||
* both source and binary form provided that the above copyright and
|
||||
@ -96,7 +94,7 @@ ENTRY(real_to_prot)
|
||||
|
||||
/*
|
||||
* deleted for APM initializer by HOSOKAWA Tatsumi
|
||||
* <hosoakwa@mt.cs.keio.ac.jp>
|
||||
* <hosoakwa@jp.FreeBSD.org>
|
||||
*/
|
||||
#if 0
|
||||
/* load the gdtr */
|
||||
|
@ -24,13 +24,11 @@
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, Revision 2.7 92/02/29 15:33:41 rpd
|
||||
* $Id$
|
||||
* $Id: real_prot.h,v 1.6 1997/02/22 09:29:54 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
* LP (Laptop Package)
|
||||
*
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
* Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
||||
*
|
||||
* This software may be used, modified, copied, and distributed, in
|
||||
* both source and binary form provided that the above copyright and
|
||||
|
@ -11,7 +11,7 @@
|
||||
*
|
||||
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
|
||||
*
|
||||
* $Id: apm_setup.s,v 1.10 1997/02/22 09:29:50 peter Exp $
|
||||
* $Id: apm_setup.s,v 1.11 1997/03/29 11:06:40 phk Exp $
|
||||
*/
|
||||
|
||||
#include "apm.h"
|
||||
@ -87,7 +87,7 @@ _apm_setup:
|
||||
*
|
||||
* APM BIOS initialization should be done from real mode or V86 mode.
|
||||
*
|
||||
* (by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>)
|
||||
* (by HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>)
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user