Date: Sat, 15 Dec 2007 02:57:32 +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 Makefile src/share/man/man4 Makefile hptrr.4 src/sys/conf files.amd64 files.i386 src/sys/i386/conf GENERIC NOTES PAE src/sys/amd64/conf GENERIC NOTES src/sys/dev/hptrr amd64-elf.hptrr_lib.o.uu array.h him.h ... Message-ID: <200712150257.lBF2vW6k099222@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2007-12-15 02:57:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/modules Makefile
share/man/man4 Makefile
sys/conf files.amd64 files.i386
sys/i386/conf GENERIC NOTES PAE
sys/amd64/conf GENERIC NOTES
Added files: (Branch: RELENG_7)
share/man/man4 hptrr.4
sys/dev/hptrr amd64-elf.hptrr_lib.o.uu array.h him.h
himfuncs.h hptintf.h hptrr_config.c
hptrr_config.h hptrr_os_bsd.c
hptrr_osm_bsd.c i386-elf.hptrr_lib.o.uu
ldm.h list.h os_bsd.h osm.h
sys/modules/hptrr Makefile
Log:
Add the hptrr driver.
Submitted by: Highpoint
Approved by: re
Revision Changes Path
1.393.2.2 +2 -0 src/share/man/man4/Makefile
1.1.2.1 +126 -0 src/share/man/man4/hptrr.4 (new)
1.484.2.2 +1 -0 src/sys/amd64/conf/GENERIC
1.69.2.3 +5 -0 src/sys/amd64/conf/NOTES
1.107.2.4 +9 -0 src/sys/conf/files.amd64
1.580.2.4 +8 -0 src/sys/conf/files.i386
1.1.2.1 +13120 -0 src/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu (new)
1.1.2.1 +187 -0 src/sys/dev/hptrr/array.h (new)
1.1.2.1 +438 -0 src/sys/dev/hptrr/him.h (new)
1.1.2.1 +105 -0 src/sys/dev/hptrr/himfuncs.h (new)
1.1.2.1 +1840 -0 src/sys/dev/hptrr/hptintf.h (new)
1.1.2.1 +69 -0 src/sys/dev/hptrr/hptrr_config.c (new)
1.1.2.1 +144 -0 src/sys/dev/hptrr/hptrr_config.h (new)
1.1.2.1 +302 -0 src/sys/dev/hptrr/hptrr_os_bsd.c (new)
1.1.2.1 +1415 -0 src/sys/dev/hptrr/hptrr_osm_bsd.c (new)
1.1.2.1 +8495 -0 src/sys/dev/hptrr/i386-elf.hptrr_lib.o.uu (new)
1.1.2.1 +507 -0 src/sys/dev/hptrr/ldm.h (new)
1.1.2.1 +132 -0 src/sys/dev/hptrr/list.h (new)
1.1.2.1 +260 -0 src/sys/dev/hptrr/os_bsd.h (new)
1.1.2.1 +204 -0 src/sys/dev/hptrr/osm.h (new)
1.474.2.2 +1 -0 src/sys/i386/conf/GENERIC
1.1244.2.3 +6 -2 src/sys/i386/conf/NOTES
1.25.2.1 +1 -0 src/sys/i386/conf/PAE
1.540.2.5 +3 -0 src/sys/modules/Makefile
1.1.2.1 +14 -0 src/sys/modules/hptrr/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712150257.lBF2vW6k099222>
