HighPoint RocketRAID 2210 User Manual
Page 75
Advertising

FreeBSD Driver Support
6-6
# cp /mnt/rr2210-xxx.ko /modules/rr2210.ko
# vnconfig –du vn0c myfilesystem mount=/mnt
For FreeBSD 5.x/6.x:
# mdconfig –a –t vnode –f freebsd_5.x.img –u 0
# mount /dev/md0 /mnt
# cp /mnt/rr2210-xxx.ko /boot/kernel/rr2210.ko
# umount /mnt
# mdconfig –d –u md0
For FreeBSD 4.x:
# vnconfig vn0c freebsd_xxx.img
# mount /dev/vn0c /mnt
Alternately, it is possible extract the files from the .img files directly, without using a
floppy diskette:
For FreeBSD 4.x:
# mount –o ro /dev/fd0 /mnt
# cp /mnt/rr2210-xxx.ko /modules/rr2210.ko
# umount /mnt
For FreeBSD 5.x/6.x:
# mount –o ro /dev/fd0 /mnt
# cp /mnt/rr2210-xxx.ko /boot/kernel/rr2210.ko
# umount /mnt
Advertising