diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-13 04:32:44 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-13 04:32:44 +0000 |
commit | 2a356194060d2af1b09d437d0bf8b0def5649967 (patch) | |
tree | 685d4ae2c0bfadb8e779acdabaa45a22fb8aed3b /sys/arch/i386/stand/libsa/machdep.c | |
parent | 8f1e2faf3b28ce1146c187c22314e213eabafc2e (diff) |
be honest about roots
Diffstat (limited to 'sys/arch/i386/stand/libsa/machdep.c')
-rw-r--r-- | sys/arch/i386/stand/libsa/machdep.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c index a2e9d907eae..c7f70caea3a 100644 --- a/sys/arch/i386/stand/libsa/machdep.c +++ b/sys/arch/i386/stand/libsa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.9 1997/08/13 03:23:39 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.10 1997/08/13 04:32:43 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -31,7 +31,12 @@ * SUCH DAMAGE. * */ - +/* + * APM derived from: apm_init.S, LP (Laptop Package) + * wich contained this: + * Copyright (C) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp> + * + */ /* * If you want to know the specification of APM BIOS, see the following * documentations, |