Date: Wed, 7 Sep 2005 23:33:26 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/hptmv Makefile src/sys/dev/hptmv access601.h amd64-elf.raid.o.uu array.h atapi.h command.h entry.c global.h gui_lib.c hptintf.h hptproc.c i386-elf.raid.o.uu ioctl.c mv.c mvOs.h mvSata.h mvStorageDev.h osbsd.h raid5n.h readme.txt ... Message-ID: <200509072333.j87NXQ8V077186@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2005-09-07 23:33:26 UTC
FreeBSD src repository
Modified files:
sys/modules/hptmv Makefile
sys/dev/hptmv access601.h array.h atapi.h command.h
entry.c global.h gui_lib.c hptintf.h
hptproc.c i386-elf.raid.o.uu ioctl.c mv.c
mvOs.h mvSata.h mvStorageDev.h osbsd.h
raid5n.h readme.txt vdevice.h
Added files:
sys/dev/hptmv amd64-elf.raid.o.uu
Log:
Import new version of the HPTMV driver from Highpoint. The major change
here is the support for amd64, as well as possible support for PAE. Many
thanks to Highpoint for continuing to support FreeBSD.
Obtained from: Steve Chang @ Highpoint
MFC After: 3 days.
Revision Changes Path
1.3 +1 -1 src/sys/dev/hptmv/access601.h
1.1 +1906 -0 src/sys/dev/hptmv/amd64-elf.raid.o.uu (new)
1.3 +11 -3 src/sys/dev/hptmv/array.h
1.3 +29 -2 src/sys/dev/hptmv/atapi.h
1.3 +1 -1 src/sys/dev/hptmv/command.h
1.9 +1397 -1487 src/sys/dev/hptmv/entry.c
1.4 +50 -57 src/sys/dev/hptmv/global.h
1.5 +29 -51 src/sys/dev/hptmv/gui_lib.c
1.3 +6 -62 src/sys/dev/hptmv/hptintf.h
1.6 +60 -44 src/sys/dev/hptmv/hptproc.c
1.5 +1353 -1316 src/sys/dev/hptmv/i386-elf.raid.o.uu
1.5 +57 -24 src/sys/dev/hptmv/ioctl.c
1.3 +44 -30 src/sys/dev/hptmv/mv.c
1.4 +42 -66 src/sys/dev/hptmv/mvOs.h
1.3 +1 -1 src/sys/dev/hptmv/mvSata.h
1.4 +1 -1 src/sys/dev/hptmv/mvStorageDev.h
1.5 +149 -149 src/sys/dev/hptmv/osbsd.h
1.3 +5 -2 src/sys/dev/hptmv/raid5n.h
1.3 +129 -16 src/sys/dev/hptmv/readme.txt
1.3 +3 -3 src/sys/dev/hptmv/vdevice.h
1.4 +12 -7 src/sys/modules/hptmv/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509072333.j87NXQ8V077186>
