Add AUTHORS. XXX: If you feel that you are missing, please add yourself.

This commit is contained in:
jruoho 2011-01-14 07:11:18 +00:00
parent 38a574e0d6
commit 203863eba4
2 changed files with 32 additions and 4 deletions

View File

@ -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 @@ The
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

View File

@ -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 <jruohonen@iki.fi>
.\" 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 @@ systems has made this mainly a fallback option.
.%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 .