Date: Tue, 29 Nov 2005 09:39:41 +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/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c ips_pci.c ipsreg.h Message-ID: <200511290939.jAT9dfSv081689@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2005-11-29 09:39:41 UTC FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_ioctl.c ips_pci.c Added files: sys/dev/ips ipsreg.h Log: Separate the hardware definitions into ipsreg.h so they can be used by future userland tools. Revision Changes Path 1.19 +2 -1 src/sys/dev/ips/ips.c 1.16 +5 -308 src/sys/dev/ips/ips.h 1.16 +1 -0 src/sys/dev/ips/ips_commands.c 1.10 +1 -0 src/sys/dev/ips/ips_disk.c 1.8 +1 -0 src/sys/dev/ips/ips_ioctl.c 1.14 +4 -0 src/sys/dev/ips/ips_pci.c 1.1 +337 -0 src/sys/dev/ips/ipsreg.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511290939.jAT9dfSv081689>