Deleted Added
full compact
iir_ctrl.c (89580) iir_ctrl.c (95533)
1/* $FreeBSD: head/sys/dev/iir/iir_ctrl.c 89580 2002-01-20 08:51:08Z msmith $ */
1/* $FreeBSD: head/sys/dev/iir/iir_ctrl.c 95533 2002-04-26 22:48:23Z mike $ */
2/*
3 * Copyright (c) 2000-01 Intel Corporation
4 * All Rights Reserved
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 26 unchanged lines hidden (view full) ---

36 *
37 * TODO:
38 */
39
40#ident "$Id: iir_ctrl.c 1.2 2001/07/18 11:17:22 achim Exp $"
41
42#include <sys/param.h>
43#include <sys/systm.h>
2/*
3 * Copyright (c) 2000-01 Intel Corporation
4 * All Rights Reserved
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 26 unchanged lines hidden (view full) ---

36 *
37 * TODO:
38 */
39
40#ident "$Id: iir_ctrl.c 1.2 2001/07/18 11:17:22 achim Exp $"
41
42#include <sys/param.h>
43#include <sys/systm.h>
44#include <sys/endian.h>
44#include <sys/malloc.h>
45#include <sys/kernel.h>
46#include <sys/uio.h>
47#include <sys/conf.h>
48#include <sys/stat.h>
49#include <sys/disklabel.h>
50#include <machine/bus.h>
51#include <vm/vm.h>

--- 320 unchanged lines hidden ---
45#include <sys/malloc.h>
46#include <sys/kernel.h>
47#include <sys/uio.h>
48#include <sys/conf.h>
49#include <sys/stat.h>
50#include <sys/disklabel.h>
51#include <machine/bus.h>
52#include <vm/vm.h>

--- 320 unchanged lines hidden ---