amr(4): Sync with FreeBSD.
authorSascha Wildner <saw@online.de>
Fri, 3 Dec 2010 13:34:47 +0000 (14:34 +0100)
committerSascha Wildner <saw@online.de>
Fri, 3 Dec 2010 13:35:39 +0000 (14:35 +0100)
commit1fcd0ba2bee231ffad374d52197e61fecd6cef32
tree5b78c5323bab5dfc5226994745aef25584b0326c
parentba4aea06e3c6e4b0520490ff20b7abe848183041
amr(4): Sync with FreeBSD.

This adds support for various new devices (full list is in the manual
page), among other things.

Reported-by: Tomaz Borstnar <tomaz.borstnar@over.net>
               Jonas Trollvik <jontro@gmail.com>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue305>
20 files changed:
share/man/man4/amr.4
sys/conf/files
sys/config/GENERIC
sys/config/GENERIC_SMP
sys/config/LINT
sys/config/X86_64_GENERIC
sys/config/X86_64_GENERIC_SMP
sys/dev/raid/amr/Makefile
sys/dev/raid/amr/amr.c
sys/dev/raid/amr/amr_cam.c
sys/dev/raid/amr/amr_cam/Makefile [new file with mode: 0644]
sys/dev/raid/amr/amr_compat.h [deleted file]
sys/dev/raid/amr/amr_disk.c
sys/dev/raid/amr/amr_linux.c [new file with mode: 0644]
sys/dev/raid/amr/amr_linux/Makefile [new file with mode: 0644]
sys/dev/raid/amr/amr_pci.c
sys/dev/raid/amr/amr_tables.h
sys/dev/raid/amr/amrio.h
sys/dev/raid/amr/amrreg.h
sys/dev/raid/amr/amrvar.h