summaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_linux.c
Commit message (Expand)AuthorAgeFilesLines
* Make amr_linux work as a module by avoiding calling amr_linux_ioctl_intDoug Ambrisko2006-05-031-120/+9
* Reduce the Linux ioctl range to what is needed. I didn't know whatDoug Ambrisko2006-04-141-2/+2
* Check the return value of copyin() and return an error if it fails.John Baldwin2006-02-231-2/+4
* Add in the Linux IOCTL shim and create the megadev0 device soDoug Ambrisko2006-01-241-0/+191