diff options
author | obrien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
commit | c63dab466c1f033b389bd6ea609f595059544212 (patch) | |
tree | 42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/iir/iir_pci.c | |
parent | fb9845a19e4bbed8172870281b730ff77f07b9be (diff) | |
download | FreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.zip FreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.tar.gz |
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/dev/iir/iir_pci.c')
-rw-r--r-- | sys/dev/iir/iir_pci.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index dadb82a..f695ab0 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -1,5 +1,4 @@ -/* $FreeBSD$ */ -/* +/*- * Copyright (c) 2000-01 Intel Corporation * All Rights Reserved * @@ -26,9 +25,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * */ +#ident "$Id: iir_pci.c 1.1 2001/05/22 20:14:12 achim Exp $" +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * iir_pci.c: PCI Bus Attachment for Intel Integrated RAID Controller driver * @@ -38,8 +40,6 @@ * TODO: */ -#ident "$Id: iir_pci.c,v 1.8 2003/07/01 15:51:58 scottl Exp $" - /* #include "opt_iir.h" */ #include <sys/param.h> |