|
NAMEaltera_avgen —
driver for generic Altera Avalon-bus-attached, memory-mapped
devices
SYNOPSISdevice altera_avgen
In /boot/device.hints:
DESCRIPTIONThealtera_avgen device driver provides generic support
for memory-mapped devices on the Altera Avalon bus.
device.hints entries configure the address, size, I/O
disposition, and /dev device node name that will be
used. The
open(2),
read(2),
write(2),
and mmap(2)
system calls (and variations) may be used on
altera_avgen device nodes, subject to constraints
imposed using device.hints entries. Although reading
and writing mapped memory is supported, altera_avgen
does not currently support directing device interrupts to userspace.
A number of device.hints sub-fields are
available to configure
SEE ALSOmmap(2), open(2), read(2), write(2)HISTORYThealtera_avgen device driver first appeared in
FreeBSD 10.0.
AUTHORSThealtera_avgen device driver and this manual page were
developed by SRI International and the University of Cambridge Computer
Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
(“CTSRD”), as part of the DARPA CRASH research programme. This
device driver was written by Robert N. M. Watson.
BUGSaltera_avgen is intended to support the writing of
userspace device drivers; however, it does not permit directing interrupts to
userspace, only memory-mapped I/O.
Visit the GSP FreeBSD Man Page Interface. |