Module Name: src
Committed By: jruoho
Date: Fri Jan 14 07:11:19 UTC 2011
Modified Files:
src/share/man/man4: acpi.4
src/share/man/man4/man4.x86: ioapic.4
Log Message:
Add AUTHORS. XXX: If you feel that you are missing, please add yourself.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/share/man/man4/acpi.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.x86/ioapic.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/acpi.4
diff -u src/share/man/man4/acpi.4:1.67 src/share/man/man4/acpi.4:1.68
--- src/share/man/man4/acpi.4:1.67 Thu Jan 13 21:12:49 2011
+++ src/share/man/man4/acpi.4 Fri Jan 14 07:11:18 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.67 2011/01/13 21:12:49 jruoho Exp $
+.\" $NetBSD: acpi.4,v 1.68 2011/01/14 07:11:18 jruoho Exp $
.\"
.\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 13, 2011
+.Dd January 14, 2011
.Dt ACPI 4
.Os
.Sh NAME
@@ -624,6 +624,19 @@
driver
appeared in
.Nx 1.6 .
+.Sh AUTHORS
+.An -nosplit
+Authors of the
+.Nm
+subsystem include
+.An Charles M. Hannum ,
+.An Frank van der Linden ,
+.An Jared D. McNeill ,
+.An Jason R. Thorpe ,
+.An Joerg Sonnenberger ,
+and
+.An Jukka Ruohonen ,
+among others.
.Sh BUGS
Most of the
.Tn ACPI
Index: src/share/man/man4/man4.x86/ioapic.4
diff -u src/share/man/man4/man4.x86/ioapic.4:1.2 src/share/man/man4/man4.x86/ioapic.4:1.3
--- src/share/man/man4/man4.x86/ioapic.4:1.2 Thu Jan 13 23:27:11 2011
+++ src/share/man/man4/man4.x86/ioapic.4 Fri Jan 14 07:11:19 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ioapic.4,v 1.2 2011/01/13 23:27:11 wiz Exp $
+.\" $NetBSD: ioapic.4,v 1.3 2011/01/14 07:11:19 jruoho Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 13, 2011
+.Dd January 14, 2011
.Dt IOAPIC 4 x86
.Os
.Sh NAME
@@ -141,3 +141,18 @@
.%D December, 1988
.%U http://pdos.csail.mit.edu/6.828/2005/readings/hardware/8259A.pdf
.Re
+.Sh AUTHORS
+.An -nosplit
+Authors of the
+.Nx
+implementation of the Intel APIC Architecture include
+.An Andrew Doran ,
+.An Bill Sommerfeld ,
+.An Frank van der Linden ,
+and
+.An Stefan Grefen ,
+among others.
+The older 8259
+.Tn PIC
+implementation is based on the work of
+.An William Jolitz .