diff options
author | msmith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
commit | 0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (patch) | |
tree | 22db1a3b7292b26dbd94492f934da7198720d087 /sys/dev | |
parent | f1ca67e0d8e4dc83d198e624bbbf8c52dedb309c (diff) | |
download | FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.zip FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.tar.gz |
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
minute. This should cover all of the missed cases (and should let LINT
build again).
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/dpt/dpt_scsi.c | 3 | ||||
-rw-r--r-- | sys/dev/en/if_en_pci.c | 3 | ||||
-rw-r--r-- | sys/dev/ie/if_ie.c | 3 | ||||
-rw-r--r-- | sys/dev/pdq/if_fpa.c | 3 | ||||
-rw-r--r-- | sys/dev/tx/if_tx.c | 3 | ||||
-rw-r--r-- | sys/dev/vx/if_vx_pci.c | 1 | ||||
-rw-r--r-- | sys/dev/wi/if_wi.c | 5 |
7 files changed, 15 insertions, 6 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index aae96a9..c42f171 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -43,13 +43,14 @@ * arrays that span controllers (Wow!). */ -#ident "$Id: dpt_scsi.c,v 1.24 1999/08/16 01:49:35 gibbs Exp $" +#ident "$Id: dpt_scsi.c,v 1.25 1999/08/21 06:24:02 msmith Exp $" #define _DPT_C_ #include "opt_dpt.h" #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/malloc.h> #include <sys/buf.h> #include <sys/kernel.h> diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c index 30d9e98..a72a292 100644 --- a/sys/dev/en/if_en_pci.c +++ b/sys/dev/en/if_en_pci.c @@ -50,6 +50,9 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> +#if defined(__FreeBSD__) +#include <sys/eventhandler.h> +#endif #include <sys/malloc.h> #include <sys/socket.h> diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index b7e04df..d6c928b 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -47,7 +47,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.65 1999/08/20 14:36:40 mdodd Exp $ + * $Id: if_ie.c,v 1.66 1999/08/21 06:24:14 msmith Exp $ */ /* @@ -113,6 +113,7 @@ iomem and and with 0xffff. #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/conf.h> diff --git a/sys/dev/pdq/if_fpa.c b/sys/dev/pdq/if_fpa.c index 57bc72d..7d816b8 100644 --- a/sys/dev/pdq/if_fpa.c +++ b/sys/dev/pdq/if_fpa.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_fpa.c,v 1.10 1999/05/09 17:06:54 peter Exp $ + * $Id: if_fpa.c,v 1.11 1999/08/21 06:24:34 msmith Exp $ * */ @@ -42,6 +42,7 @@ #if defined(__FreeBSD__) #include "fpa.h" +#include <sys/eventhandler.h> #include <net/ethernet.h> #include <net/if_arp.h> #include <pci/pcivar.h> diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index af694f6..b7cdc5d 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -1,5 +1,5 @@ /* $OpenBSD: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ */ -/* $Id: if_tx.c,v 1.29 1999/07/06 19:23:30 des Exp $ */ +/* $Id: if_tx.c,v 1.30 1999/08/21 06:24:35 msmith Exp $ */ /*- * Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru) @@ -125,6 +125,7 @@ #include <dev/pci/if_txvar.h> #else /* __FreeBSD__ */ +#include <sys/eventhandler.h> #include <net/if_mib.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index 386ba42..e4910ad 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -34,6 +34,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/kernel.h> #include <sys/socket.h> diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 5b6467f..0a92e80 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_wi.c,v 1.8 1999/07/06 19:22:53 des Exp $ + * $Id: if_wi.c,v 1.9 1999/08/21 06:24:15 msmith Exp $ */ /* @@ -73,6 +73,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/sockio.h> #include <sys/mbuf.h> #include <sys/malloc.h> @@ -116,7 +117,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: if_wi.c,v 1.8 1999/07/06 19:22:53 des Exp $"; + "$Id: if_wi.c,v 1.9 1999/08/21 06:24:15 msmith Exp $"; #endif static struct wi_softc wi_softc[NWI]; |