Date: Thu, 6 Oct 2005 18:47:58 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/conf GENERIC NOTES src/sys/conf files.amd64 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 ... Message-ID: <200510061847.j96Ilwmn078686@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2005-10-06 18:47:58 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/amd64/conf GENERIC NOTES
sys/conf files.amd64
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
sys/modules Makefile
sys/modules/hptmv Makefile
Added files: (Branch: RELENG_6)
sys/dev/hptmv amd64-elf.raid.o.uu
Log:
MFC Import of the 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
Merged revisions:
| 1.3 dev/hptmv/access601.h
| 1.1 dev/hptmv/amd64-elf.raid.o.uu
| 1.3 dev/hptmv/array.h
| 1.3 dev/hptmv/atapi.h
| 1.3 dev/hptmv/command.h
| 1.9+1.10 dev/hptmv/entry.c
| 1.4 dev/hptmv/global.h
| 1.5 dev/hptmv/gui_lib.c
| 1.3 dev/hptmv/hptintf.h
| 1.6 dev/hptmv/hptproc.c
| 1.5 dev/hptmv/i386-elf.raid.o.uu
| 1.5 dev/hptmv/ioctl.c
| 1.3 dev/hptmv/mv.c
| 1.4 dev/hptmv/mvOs.h
| 1.3 dev/hptmv/mvSata.h
| 1.4 dev/hptmv/mvStorageDev.h
| 1.5 dev/hptmv/osbsd.h
| 1.3 dev/hptmv/raid5n.h
| 1.3 dev/hptmv/readme.txt
| 1.3 dev/hptmv/vdevice.h
| 1.4 modules/hptmv/Makefile
Approved by: re (scottl)
Revision Changes Path
1.439.2.5 +1 -0 src/sys/amd64/conf/GENERIC
1.36.2.2 +1 -1 src/sys/amd64/conf/NOTES
1.71.2.1 +10 -0 src/sys/conf/files.amd64
1.2.2.1 +1 -1 src/sys/dev/hptmv/access601.h
1.1.2.1 +1906 -0 src/sys/dev/hptmv/amd64-elf.raid.o.uu (new)
1.2.2.1 +11 -3 src/sys/dev/hptmv/array.h
1.2.2.1 +29 -2 src/sys/dev/hptmv/atapi.h
1.2.2.1 +1 -1 src/sys/dev/hptmv/command.h
1.8.2.1 +1395 -1485 src/sys/dev/hptmv/entry.c
1.3.2.1 +50 -57 src/sys/dev/hptmv/global.h
1.4.2.1 +29 -51 src/sys/dev/hptmv/gui_lib.c
1.2.2.1 +6 -62 src/sys/dev/hptmv/hptintf.h
1.5.2.1 +60 -44 src/sys/dev/hptmv/hptproc.c
1.4.2.1 +1353 -1316 src/sys/dev/hptmv/i386-elf.raid.o.uu
1.4.2.1 +57 -24 src/sys/dev/hptmv/ioctl.c
1.2.2.1 +44 -30 src/sys/dev/hptmv/mv.c
1.3.2.1 +42 -66 src/sys/dev/hptmv/mvOs.h
1.2.2.1 +1 -1 src/sys/dev/hptmv/mvSata.h
1.3.2.1 +1 -1 src/sys/dev/hptmv/mvStorageDev.h
1.4.2.1 +149 -149 src/sys/dev/hptmv/osbsd.h
1.2.2.1 +5 -2 src/sys/dev/hptmv/raid5n.h
1.2.2.1 +129 -16 src/sys/dev/hptmv/readme.txt
1.2.2.1 +3 -3 src/sys/dev/hptmv/vdevice.h
1.450.2.3 +1 -0 src/sys/modules/Makefile
1.3.2.1 +12 -7 src/sys/modules/hptmv/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510061847.j96Ilwmn078686>
