tsleep needs sys/proc.h.

This commit is contained in:
uebayasi 2010-11-15 05:57:07 +00:00
parent ce4b9e0990
commit e379b4b16c
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ipw.c,v 1.51 2010/04/05 07:20:25 joerg Exp $ */
/* $NetBSD: if_ipw.c,v 1.52 2010/11/15 05:57:07 uebayasi Exp $ */
/* FreeBSD: src/sys/dev/ipw/if_ipw.c,v 1.15 2005/11/13 17:17:40 damien Exp */
/*-
@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.51 2010/04/05 07:20:25 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.52 2010/11/15 05:57:07 uebayasi Exp $");
/*-
* Intel(R) PRO/Wireless 2100 MiniPCI driver
@ -46,6 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.51 2010/04/05 07:20:25 joerg Exp $");
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/conf.h>
#include <sys/proc.h>
#include <sys/bus.h>
#include <machine/endian.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_iwi.c,v 1.84 2010/04/05 07:20:25 joerg Exp $ */
/* $NetBSD: if_iwi.c,v 1.85 2010/11/15 05:57:24 uebayasi Exp $ */
/*-
* Copyright (c) 2004, 2005
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.84 2010/04/05 07:20:25 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.85 2010/11/15 05:57:24 uebayasi Exp $");
/*-
* Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver
@ -46,6 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_iwi.c,v 1.84 2010/04/05 07:20:25 joerg Exp $");
#include <sys/malloc.h>
#include <sys/conf.h>
#include <sys/kauth.h>
#include <sys/proc.h>
#include <sys/bus.h>
#include <machine/endian.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wpi.c,v 1.47 2010/04/05 07:20:28 joerg Exp $ */
/* $NetBSD: if_wpi.c,v 1.48 2010/11/15 05:57:39 uebayasi Exp $ */
/*-
* Copyright (c) 2006, 2007
@ -18,7 +18,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.47 2010/04/05 07:20:28 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.48 2010/11/15 05:57:39 uebayasi Exp $");
/*
* Driver for Intel PRO/Wireless 3945ABG 802.11 network adapters.
@ -38,6 +38,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_wpi.c,v 1.47 2010/04/05 07:20:28 joerg Exp $");
#include <sys/conf.h>
#include <sys/kauth.h>
#include <sys/callout.h>
#include <sys/proc.h>
#include <sys/bus.h>
#include <machine/endian.h>