Deleted Added
full compact
iir.c (89580) iir.c (95533)
1/* $FreeBSD: head/sys/dev/iir/iir.c 89580 2002-01-20 08:51:08Z msmith $ */
1/* $FreeBSD: head/sys/dev/iir/iir.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

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

43
44#ident "$Id: iir.c 1.2 2001/06/21 20:28:32 achim Exp $"
45
46#define _IIR_C_
47
48/* #include "opt_iir.h" */
49#include <sys/param.h>
50#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

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

43
44#ident "$Id: iir.c 1.2 2001/06/21 20:28:32 achim Exp $"
45
46#define _IIR_C_
47
48/* #include "opt_iir.h" */
49#include <sys/param.h>
50#include <sys/systm.h>
51#include <sys/endian.h>
51#include <sys/eventhandler.h>
52#include <sys/malloc.h>
53#include <sys/kernel.h>
54#include <sys/bus.h>
55
56#include <stddef.h> /* For offsetof */
57
58#include <machine/bus_memio.h>

--- 1960 unchanged lines hidden ---
52#include <sys/eventhandler.h>
53#include <sys/malloc.h>
54#include <sys/kernel.h>
55#include <sys/bus.h>
56
57#include <stddef.h> /* For offsetof */
58
59#include <machine/bus_memio.h>

--- 1960 unchanged lines hidden ---