diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-21 19:58:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-21 19:58:04 +0000 |
commit | 83f8ee5ea28222a99c22a049a1d9856c7487aa0b (patch) | |
tree | 0aeb291df96f345810c9fca75c0b1934a994123d | |
parent | 16d25a545116e8f7dfac9140d654821d417a8eba (diff) |
Add manpages for more powerpc devices, files donated.
These could use flushed out and cleaned up.
com is deleted, as it does not exist on apple systems.
-rw-r--r-- | share/man/man4/man4.powerpc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/abtn.4 | 50 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/adb.4 | 48 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/aed.4 | 49 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/ams.4 | 66 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/bm.4 | 43 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/com.4 | 108 | ||||
-rw-r--r-- | share/man/man4/man4.powerpc/gm.4 | 53 |
8 files changed, 311 insertions, 110 deletions
diff --git a/share/man/man4/man4.powerpc/Makefile b/share/man/man4/man4.powerpc/Makefile index d5f5fac771c..4230f0624f5 100644 --- a/share/man/man4/man4.powerpc/Makefile +++ b/share/man/man4/man4.powerpc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2001/08/21 02:34:32 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.6 2001/08/21 19:58:03 drahn Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= autoconf.4 com.4 intro.4 +MAN= abtn.4 adb.4 aed.4 ams.4 autoconf.4 bm.4 gm.4 intro.4 MANSUBDIR=powerpc diff --git a/share/man/man4/man4.powerpc/abtn.4 b/share/man/man4/man4.powerpc/abtn.4 new file mode 100644 index 00000000000..d8d0d4e64ef --- /dev/null +++ b/share/man/man4/man4.powerpc/abtn.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: abtn.4,v 1.1 2001/08/21 19:58:03 drahn Exp $ +.\" +.\" Copyright (c) 2001 Peter Philipp +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.\" +.Dd July 30, 2001 +.Dt ABTN 4 powerpc +.Os +.Sh NAME +.Nm abtn +.Nd apple brightness/volume button control +.Sh SYNOPSIS +.Cd "abtn at adb?" +.Sh DESCRIPTION +The +.Nm +driver allows you to dim the brightness of your display. This driver only +currently recognizes the dim and brightness button. Sound, numlock and +eject buttons are also handled by this driver but are silently ignored. +.Sh SEE ALSO +.Xr adb 4, +.Xr aed 4 +.Sh AUTHOR +abtn was written by Tsubai Masanari for NetBSD. +.Sh BUGS +The bright/dim buttons currently don't work on new 2001 iBooks. It's best +to just disable the driver to avoid freeze ups when pressing these buttons. diff --git a/share/man/man4/man4.powerpc/adb.4 b/share/man/man4/man4.powerpc/adb.4 new file mode 100644 index 00000000000..a164a334d0f --- /dev/null +++ b/share/man/man4/man4.powerpc/adb.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: adb.4,v 1.1 2001/08/21 19:58:03 drahn Exp $ +.\" +.\" Copyright (c) 2001 Peter Philipp +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd July 30, 2001 +.Dt ADB 4 powerpc +.Os + +.Sh NAME +.Nm adb +.Nd Apple Desktop Bus driver +.Sh SYNOPSIS +.Cd "adb at macobio?" +.Sh DESCRIPTION +The Apple Desktop Bus driver handles I/O devices such as ADB Keyboard, pointing +devices such as trackball or mouse, and special function buttons. +.Sh SEE ALSO +.Xr abtn 4, +.Xr aed 4, +.Xr ams 4 +.Sh AUTHORS +The direct ADB routines were written by +.Sy John P. Wittkoski. +The autoconf and attach routines seem to be written by +.Sy Bradley A. Grantham. diff --git a/share/man/man4/man4.powerpc/aed.4 b/share/man/man4/man4.powerpc/aed.4 new file mode 100644 index 00000000000..c6cc0c3533f --- /dev/null +++ b/share/man/man4/man4.powerpc/aed.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: aed.4,v 1.1 2001/08/21 19:58:03 drahn Exp $ +.\" +.\" Copyright (c) 2001 Peter Philipp +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd July 30, 2001 +.Dt AED 4 powerpc +.Os + +.Sh NAME +.Nm aed +.Nd Apple Event Device +.Sh SYNOPSIS +.Cd "aed* at adb?" +.Sh DESCRIPTION +The +.Nm +driver handles events on the +.Xr adb 4 +Desktop Bus. +.Sh SEE ALSO +.Xr adb 4 +.Sh AUTHORS +The +.Nm +driver was written by +.Sy Bradley A. Grantham. diff --git a/share/man/man4/man4.powerpc/ams.4 b/share/man/man4/man4.powerpc/ams.4 new file mode 100644 index 00000000000..8f7b155d417 --- /dev/null +++ b/share/man/man4/man4.powerpc/ams.4 @@ -0,0 +1,66 @@ +.\" $OpenBSD: ams.4,v 1.1 2001/08/21 19:58:03 drahn Exp $ +.\" +.\" Copyright (c) 2001 Peter Philipp +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd July 30, 2001 +.Dt AMS 4 powerpc +.Os + +.Sh NAME +.Nm ams +.Nd Apple Mouse Support +.Sh SYNOPSIS +.Cd "ams* at adb?" +.Sh DESCRIPTION +The +.Nm +driver supports a series of +.Xr adb 4 +mice, trackballs, trackpads and tablets. +.Pp +.Bl -bullet -compact +.It +Extended Mouse Protocol +.It +Mouse Systems A^3 Mouse +.It +MicroSpeed Mouse Deluxe +.It +Contour mouse +.It +Kensington Turbo Mouse +.It +Logitech non-EMP Mouseman +.It +TrackMan trackball +.El +.Sh SEE ALSO +.Xr adb 4 +.Sh AUTHORS +The +.Nm +driver was written by +.Sy Colin Wood. diff --git a/share/man/man4/man4.powerpc/bm.4 b/share/man/man4/man4.powerpc/bm.4 new file mode 100644 index 00000000000..b774b2f2a8a --- /dev/null +++ b/share/man/man4/man4.powerpc/bm.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: bm.4,v 1.1 2001/08/21 19:58:03 drahn Exp $ +.\" +.\" Copyright (c) 2001 Peter Philipp +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd July 30, 2001 +.Dt BM 4 powerpc +.Os +.Sh NAME +.Nm bm +.Nd Apple BMAC Ethernet driver +.Sh SYNOPSIS +.Cd "bm* at macobio?" +.Sh DESCRIPTION +The +.Nm +device driver supports Apple BMAC and compatible Ethernet devices. +.Sh AUTHOR +The +.Nm +Ethernet driver was written by Tsubai Masanari. diff --git a/share/man/man4/man4.powerpc/com.4 b/share/man/man4/man4.powerpc/com.4 deleted file mode 100644 index 9b60144c3fb..00000000000 --- a/share/man/man4/man4.powerpc/com.4 +++ /dev/null @@ -1,108 +0,0 @@ -.\" $OpenBSD: com.4,v 1.4 2001/08/20 06:09:32 mpech Exp $ -.\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $ -.\" -.\" Copyright (c) 1990, 1991 The Regents of the University of California. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. -.\" 4. Neither the name of the University nor the names of its contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 -.\" -.Dd July 12, 1998 -.Dt COM 4 powerpc -.Os -.Sh NAME -.Nm com -.Nd serial communications interface -.Sh SYNOPSIS -.Cd "com0 at isa? port" \&"IO_COM1\&" irq 4 -.Cd "com1 at isa? port" \&"IO_COM2\&" irq 3 -.Cd "com2 at isa? port" \&"IO_COM3\&" irq 1 -.Cd "com3 at isa? port" \&"IO_COM4\&" irq 5 -.Sh DESCRIPTION -The -.Nm com -drivers provide support for NS8250-, NS16450-, NS16550- and ST16650-based -.Tn EIA -.Tn RS-232C -.Pf ( Tn CCITT -.Tn V.28 ) -communications interfaces. -.Pp -The NS8250 and NS16450 have single -character buffers, the NS16550 has a 16 character buffer, while -the ST16650 has a 32 character buffer. The XR16850 has a 128 character -buffer. -.Pp -Input and output for each line may set to one of following baud rates; -50, 75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, 9600, -19200, 38400, 57600, or 115200, or any other baud rate which is a factor -of 115200. -.Sh FILES -.Bl -tag -width Pa -.It Pa /dev/tty00 -.It Pa /dev/tty01 -.It Pa /dev/tty02 -.It Pa /dev/tty03 -.It Pa /dev/cua00 -.It Pa /dev/cua01 -.It Pa /dev/cua02 -.It Pa /dev/cua03 -.El -.Sh DIAGNOSTICS -.Bl -diag -.It com%d: %d silo overflows -The input -.Dq silo -has overflowed and incoming data has been lost. -.It com%d: weird interrupt: iir=%x -The device has generated an unexpected interrupt -with the code listed. -.El -.Sh SEE ALSO -.Xr ast 4 , -.Xr rtfps 4 , -.Xr tty 4 -.Sh HISTORY -The -.Nm -driver was originally derived from the -.Nm HP9000/300 -.Nm dca -driver and is -.Ud -.Sh BUGS -Data loss is possible on busy systems with unbuffered UARTs at high speed. -.Pp -The name of this driver and the constants which define the locations -of the various serial ports are holdovers from -.Nm DOS . diff --git a/share/man/man4/man4.powerpc/gm.4 b/share/man/man4/man4.powerpc/gm.4 new file mode 100644 index 00000000000..f043c3b9dbd --- /dev/null +++ b/share/man/man4/man4.powerpc/gm.4 @@ -0,0 +1,53 @@ +.\" $OpenBSD: gm.4,v 1.1 2001/08/21 19:58:03 drahn Exp $ +.\" +.\" Copyright (c) 2001 Peter Philipp +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd July 30, 2001 +.Dt GM 4 powerpc +.Os +.Sh NAME +.Nm gm +.Nd apple GMAC ethernet +.Sh SYNOPSIS +.Cd "gm* at pci? dev ? function ?" +.Sh DESCRIPTION +The +.Nm +device driver supports Apple GMAC and compatible Ethernet devices. +.Sh DIAGNOSTICS +.Bl -diag +.It "gm0: reset timeout" +driver was not able to be reset the device after 10 tries. +.It "gm0: device timeout" +watchdog timeout. +.El +.Sh AUTHOR +The +.Nm +Ethernet driver was written by Tsubai Masanari. +.Sh HISTORY +Support for newer ``GMAC2'' cards found in newer Apple iBooks was added in +OpenBSD 3.0. |