Date: Tue, 7 Apr 2009 16:38:25 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/hptmv access601.h amd64-elf.raid.o.uu array.h command.h entry.c global.h gui_lib.c hptintf.h hptproc.c i386-elf.raid.o.uu ioctl.c mvOs.h mvSata.h mvStorageDev.h osbsd.h raid5n.h readme.txt vdevice.h Message-ID: <200904071638.n37GcZkn035835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-04-07 16:38:25 UTC FreeBSD src repository Modified files: sys/dev/hptmv access601.h amd64-elf.raid.o.uu array.h command.h entry.c global.h gui_lib.c hptintf.h hptproc.c i386-elf.raid.o.uu ioctl.c mvOs.h mvSata.h mvStorageDev.h osbsd.h raid5n.h readme.txt vdevice.h Log: SVN rev 190809 on 2009-04-07 16:38:25Z by delphij Update driver to vendor's version 1.16 plus some local changes: - override_kernel_driver() has been removed since this is an in-tree version of driver. - __DATE__ and __TIME__ removed from version string to make binary update builders happy. - Utilize pause(9) for __FreeBSDversion >= 700033 (redo 167086). - Utilize kproc_suspend_check() for __FreeBSDversion >= 800002. (redo 172836). - Don't read past end of pVDevice (redo 143787). - Make sure that controller and channel are initialized (redo 169823). - Don't include cam/cam_xpt_periph.h (redo 158177). MFC After: 3 days Revision Changes Path 1.4 +19 -0 src/sys/dev/hptmv/access601.h 1.2 +1896 -1868 src/sys/dev/hptmv/amd64-elf.raid.o.uu 1.4 +5 -5 src/sys/dev/hptmv/array.h 1.4 +4 -4 src/sys/dev/hptmv/command.h 1.19 +299 -85 src/sys/dev/hptmv/entry.c 1.5 +8 -4 src/sys/dev/hptmv/global.h 1.6 +319 -236 src/sys/dev/hptmv/gui_lib.c 1.4 +33 -11 src/sys/dev/hptmv/hptintf.h 1.8 +6 -5 src/sys/dev/hptmv/hptproc.c 1.6 +1403 -1346 src/sys/dev/hptmv/i386-elf.raid.o.uu 1.9 +57 -0 src/sys/dev/hptmv/ioctl.c 1.6 +3 -3 src/sys/dev/hptmv/mvOs.h 1.4 +36 -19 src/sys/dev/hptmv/mvSata.h 1.5 +3 -0 src/sys/dev/hptmv/mvStorageDev.h 1.7 +23 -7 src/sys/dev/hptmv/osbsd.h 1.4 +3 -3 src/sys/dev/hptmv/raid5n.h 1.4 +26 -13 src/sys/dev/hptmv/readme.txt 1.4 +32 -28 src/sys/dev/hptmv/vdevice.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904071638.n37GcZkn035835>