tail head cat sleep
QR code linking to this page

Manual Pages  — CUDA

NAME

cuda – Apple CUDA I/O Controller Driver

CONTENTS

SYNOPSIS

To compile this driver into the kernel, place the following lines in your kernel configuration file: device adb device cuda

DESCRIPTION

The cuda driver provides support for the CUDA VIA (Versatile Interface Attachment) chip found in pre-Core99 Apple hardware, such as the Power Macintosh G3.

The Apple CUDA controller is a multi-purpose ASIC that provides power control and an adb(4) interface.

HARDWARE

Chips supported by the cuda driver include:

SEE ALSO

adb(4)

HISTORY

The cuda device driver appeared in NetBSD and then in FreeBSD 8.0 .

AUTHORS

The cuda driver was written by Michael Lorenz <Mt macallan@NetBSD.org> and ported to FreeBSD by Nathan Whitehorn <Mt nwhitehorn@FreeBSD.org>.

CUDA (4) December 3, 2009

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
— Taylor's Laws of Programming