diff options
| author | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
| commit | 95e1ffb15694e54f29f8baaa4232152b703c2a5a (patch) | |
| tree | d6510e195bc06092a8057e34c6442eba4e77d09a /sys/dev/ic | |
| parent | 4f17ba81bcaf3f5086d88a346cbfd12506a5e3e6 (diff) | |
merge ktrace-lwp.
Diffstat (limited to 'sys/dev/ic')
381 files changed, 614 insertions, 618 deletions
diff --git a/sys/dev/ic/Makefile b/sys/dev/ic/Makefile index 47a6f8629dc..e853501e60f 100644 --- a/sys/dev/ic/Makefile +++ b/sys/dev/ic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/01/11 00:57:56 joff Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/11 12:21:25 christos Exp $ INCSDIR= /usr/include/dev/ic diff --git a/sys/dev/ic/aac_tables.h b/sys/dev/ic/aac_tables.h index 592b6433103..92ff59b6d92 100644 --- a/sys/dev/ic/aac_tables.h +++ b/sys/dev/ic/aac_tables.h @@ -1,4 +1,4 @@ -/* $NetBSD: aac_tables.h,v 1.3 2005/02/15 04:49:31 briggs Exp $ */ +/* $NetBSD: aac_tables.h,v 1.4 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2000 Michael Smith diff --git a/sys/dev/ic/aacreg.h b/sys/dev/ic/aacreg.h index 02bf53c3c74..a3071df355d 100644 --- a/sys/dev/ic/aacreg.h +++ b/sys/dev/ic/aacreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: aacreg.h,v 1.4 2005/03/01 03:31:45 briggs Exp $ */ +/* $NetBSD: aacreg.h,v 1.5 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/aacvar.h b/sys/dev/ic/aacvar.h index a3fedf000dd..bf3cd8922e9 100644 --- a/sys/dev/ic/aacvar.h +++ b/sys/dev/ic/aacvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: aacvar.h,v 1.7 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: aacvar.h,v 1.8 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index 13581610a4f..88fb14f628f 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $NetBSD: ac97.c,v 1.78 2005/11/06 10:08:24 rpaulo Exp $ */ +/* $NetBSD: ac97.c,v 1.79 2005/12/11 12:21:25 christos Exp $ */ /* $OpenBSD: ac97.c,v 1.8 2000/07/19 09:01:35 csapuntz Exp $ */ /* @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.78 2005/11/06 10:08:24 rpaulo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.79 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ac97reg.h b/sys/dev/ic/ac97reg.h index 4678a904505..8c8a8ed7ffc 100644 --- a/sys/dev/ic/ac97reg.h +++ b/sys/dev/ic/ac97reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ac97reg.h,v 1.12 2005/04/08 15:27:19 jmcneill Exp $ */ +/* $NetBSD: ac97reg.h,v 1.13 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1999 Constantine Sapuntzakis diff --git a/sys/dev/ic/ac97var.h b/sys/dev/ic/ac97var.h index 7ea853610b8..8ca83e55fab 100644 --- a/sys/dev/ic/ac97var.h +++ b/sys/dev/ic/ac97var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ac97var.h,v 1.16 2005/04/11 18:26:48 jmcneill Exp $ */ +/* $NetBSD: ac97var.h,v 1.17 2005/12/11 12:21:25 christos Exp $ */ /* $OpenBSD: ac97.h,v 1.4 2000/07/19 09:01:35 csapuntz Exp $ */ /* diff --git a/sys/dev/ic/ad1848.c b/sys/dev/ic/ad1848.c index 86c0953e124..97ae612f1eb 100644 --- a/sys/dev/ic/ad1848.c +++ b/sys/dev/ic/ad1848.c @@ -1,4 +1,4 @@ -/* $NetBSD: ad1848.c,v 1.20 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: ad1848.c,v 1.21 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -102,7 +102,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.20 2005/01/15 15:19:52 kent Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ad1848.c,v 1.21 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ad1848var.h b/sys/dev/ic/ad1848var.h index f616dd3042b..7e13a76370b 100644 --- a/sys/dev/ic/ad1848var.h +++ b/sys/dev/ic/ad1848var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ad1848var.h,v 1.13 2005/05/29 22:10:28 christos Exp $ */ +/* $NetBSD: ad1848var.h,v 1.14 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c index 3300b000352..6338908a45a 100644 --- a/sys/dev/ic/adv.c +++ b/sys/dev/ic/adv.c @@ -1,4 +1,4 @@ -/* $NetBSD: adv.c,v 1.36 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: adv.c,v 1.37 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver for the Advanced Systems Inc. Narrow SCSI controllers @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.36 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.37 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/adv.h b/sys/dev/ic/adv.h index 0e1a9641698..d85a8e3a581 100644 --- a/sys/dev/ic/adv.h +++ b/sys/dev/ic/adv.h @@ -1,4 +1,4 @@ -/* $NetBSD: adv.h,v 1.12 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: adv.h,v 1.13 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver definitions and exported functions for the Advanced diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c index d0af03ddf79..31c2b2b82c5 100644 --- a/sys/dev/ic/advlib.c +++ b/sys/dev/ic/advlib.c @@ -1,4 +1,4 @@ -/* $NetBSD: advlib.c,v 1.22 2005/05/31 00:46:05 christos Exp $ */ +/* $NetBSD: advlib.c,v 1.23 2005/12/11 12:21:25 christos Exp $ */ /* * Low level routines for the Advanced Systems Inc. SCSI controllers chips @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.22 2005/05/31 00:46:05 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.23 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/advlib.h b/sys/dev/ic/advlib.h index c8d4a27db97..1d5938e158f 100644 --- a/sys/dev/ic/advlib.h +++ b/sys/dev/ic/advlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: advlib.h,v 1.16 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: advlib.h,v 1.17 2005/12/11 12:21:25 christos Exp $ */ /* * Definitions for low level routines and data structures diff --git a/sys/dev/ic/advmcode.c b/sys/dev/ic/advmcode.c index 6de885ab972..1608c06fd3e 100644 --- a/sys/dev/ic/advmcode.c +++ b/sys/dev/ic/advmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: advmcode.c,v 1.8 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: advmcode.c,v 1.9 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -55,7 +55,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.8 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.9 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> diff --git a/sys/dev/ic/advmcode.h b/sys/dev/ic/advmcode.h index 2d31cd4882e..bab6771db35 100644 --- a/sys/dev/ic/advmcode.h +++ b/sys/dev/ic/advmcode.h @@ -1,4 +1,4 @@ -/* $NetBSD: advmcode.h,v 1.5 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: advmcode.h,v 1.6 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver definitions and exported functions for the Advanced diff --git a/sys/dev/ic/adw.c b/sys/dev/ic/adw.c index ecf3e162192..f7b996a7978 100644 --- a/sys/dev/ic/adw.c +++ b/sys/dev/ic/adw.c @@ -1,4 +1,4 @@ -/* $NetBSD: adw.c,v 1.45 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: adw.c,v 1.46 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver for the Advanced Systems Inc. SCSI controllers @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adw.c,v 1.45 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adw.c,v 1.46 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/adw.h b/sys/dev/ic/adw.h index 6e1ce6eeb0f..c4fd6a0aa55 100644 --- a/sys/dev/ic/adw.h +++ b/sys/dev/ic/adw.h @@ -1,4 +1,4 @@ -/* $NetBSD: adw.h,v 1.13 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: adw.h,v 1.14 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver definitions and exported functions for the Advanced diff --git a/sys/dev/ic/adwlib.c b/sys/dev/ic/adwlib.c index a8419432402..abaedcca0f0 100644 --- a/sys/dev/ic/adwlib.c +++ b/sys/dev/ic/adwlib.c @@ -1,4 +1,4 @@ -/* $NetBSD: adwlib.c,v 1.34 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: adwlib.c,v 1.35 2005/12/11 12:21:25 christos Exp $ */ /* * Low level routines for the Advanced Systems Inc. SCSI controllers chips @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.34 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.35 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/adwlib.h b/sys/dev/ic/adwlib.h index 463b1782097..80e8943384d 100644 --- a/sys/dev/ic/adwlib.h +++ b/sys/dev/ic/adwlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: adwlib.h,v 1.18 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: adwlib.h,v 1.19 2005/12/11 12:21:25 christos Exp $ */ /* * Definitions for low level routines and data structures diff --git a/sys/dev/ic/adwmcode.c b/sys/dev/ic/adwmcode.c index 32605bc5943..ad8d833a89d 100644 --- a/sys/dev/ic/adwmcode.c +++ b/sys/dev/ic/adwmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: adwmcode.c,v 1.13 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: adwmcode.c,v 1.14 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.13 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.14 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/adwmcode.h b/sys/dev/ic/adwmcode.h index 54a72715709..1904d71f207 100644 --- a/sys/dev/ic/adwmcode.h +++ b/sys/dev/ic/adwmcode.h @@ -1,4 +1,4 @@ -/* $NetBSD: adwmcode.h,v 1.10 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: adwmcode.h,v 1.11 2005/12/11 12:21:25 christos Exp $ */ /* * Generic driver definitions and exported functions for the Advanced diff --git a/sys/dev/ic/aha.c b/sys/dev/ic/aha.c index 57b49285fe2..72a4a341285 100644 --- a/sys/dev/ic/aha.c +++ b/sys/dev/ic/aha.c @@ -1,4 +1,4 @@ -/* $NetBSD: aha.c,v 1.47 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aha.c,v 1.48 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.47 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.48 2005/12/11 12:21:25 christos Exp $"); #include "opt_ddb.h" diff --git a/sys/dev/ic/ahareg.h b/sys/dev/ic/ahareg.h index e16a00a35dc..dfc85424127 100644 --- a/sys/dev/ic/ahareg.h +++ b/sys/dev/ic/ahareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ahareg.h,v 1.11 2005/02/21 00:29:07 thorpej Exp $ */ +/* $NetBSD: ahareg.h,v 1.12 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1997-99 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ahavar.h b/sys/dev/ic/ahavar.h index 2efd782241d..771af97fa0b 100644 --- a/sys/dev/ic/ahavar.h +++ b/sys/dev/ic/ahavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ahavar.h,v 1.12 2004/08/24 00:53:29 thorpej Exp $ */ +/* $NetBSD: ahavar.h,v 1.13 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/aic6360.c b/sys/dev/ic/aic6360.c index c7b7d8138f7..61e23ef7434 100644 --- a/sys/dev/ic/aic6360.c +++ b/sys/dev/ic/aic6360.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic6360.c,v 1.84 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aic6360.c,v 1.85 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved. @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.84 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.85 2005/12/11 12:21:25 christos Exp $"); #include "opt_ddb.h" diff --git a/sys/dev/ic/aic6360reg.h b/sys/dev/ic/aic6360reg.h index c392cf1c0fb..49893920601 100644 --- a/sys/dev/ic/aic6360reg.h +++ b/sys/dev/ic/aic6360reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: aic6360reg.h,v 1.2 2003/11/17 11:16:10 wiz Exp $ */ +/* $NetBSD: aic6360reg.h,v 1.3 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved. diff --git a/sys/dev/ic/aic6360var.h b/sys/dev/ic/aic6360var.h index 098f19c177a..b9933e70dc8 100644 --- a/sys/dev/ic/aic6360var.h +++ b/sys/dev/ic/aic6360var.h @@ -1,4 +1,4 @@ -/* $NetBSD: aic6360var.h,v 1.11 2004/12/07 22:23:45 thorpej Exp $ */ +/* $NetBSD: aic6360var.h,v 1.12 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved. diff --git a/sys/dev/ic/aic6915.c b/sys/dev/ic/aic6915.c index f669dc32c5d..8ed38a438b4 100644 --- a/sys/dev/ic/aic6915.c +++ b/sys/dev/ic/aic6915.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic6915.c,v 1.13 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aic6915.c,v 1.14 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.13 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.14 2005/12/11 12:21:25 christos Exp $"); #include "bpfilter.h" diff --git a/sys/dev/ic/aic6915reg.h b/sys/dev/ic/aic6915reg.h index ed60edaffa6..22b9eddd20a 100644 --- a/sys/dev/ic/aic6915reg.h +++ b/sys/dev/ic/aic6915reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: aic6915reg.h,v 1.3 2005/07/07 19:02:11 thorpej Exp $ */ +/* $NetBSD: aic6915reg.h,v 1.4 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/aic77xx.c b/sys/dev/ic/aic77xx.c index f7a94afbb56..5ca5b93bc3b 100644 --- a/sys/dev/ic/aic77xx.c +++ b/sys/dev/ic/aic77xx.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic77xx.c,v 1.5 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aic77xx.c,v 1.6 2005/12/11 12:21:25 christos Exp $ */ /* * Common routines for AHA-27/284X and aic7770 motherboard SCSI controllers. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aic77xx.c,v 1.5 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic77xx.c,v 1.6 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/aic77xxvar.h b/sys/dev/ic/aic77xxvar.h index f06581d2f06..39ee5a0762b 100644 --- a/sys/dev/ic/aic77xxvar.h +++ b/sys/dev/ic/aic77xxvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: aic77xxvar.h,v 1.2 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: aic77xxvar.h,v 1.3 2005/12/11 12:21:25 christos Exp $ */ /* * Common routines for AHA-27/284X and aic7770 motherboard SCSI controllers. diff --git a/sys/dev/ic/aic79xx_inline.h b/sys/dev/ic/aic79xx_inline.h index 36ee8470768..88aa789a538 100644 --- a/sys/dev/ic/aic79xx_inline.h +++ b/sys/dev/ic/aic79xx_inline.h @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx_inline.h,v 1.10 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aic79xx_inline.h,v 1.11 2005/12/11 12:21:25 christos Exp $ */ /* * Inline routines shareable across OS platforms. diff --git a/sys/dev/ic/aic79xx_osm.h b/sys/dev/ic/aic79xx_osm.h index 372752ca1e7..e135bdcfd7f 100644 --- a/sys/dev/ic/aic79xx_osm.h +++ b/sys/dev/ic/aic79xx_osm.h @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx_osm.h,v 1.7 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aic79xx_osm.h,v 1.8 2005/12/11 12:21:25 christos Exp $ */ /* * NetBSD platform specific driver option settings, data structures, @@ -32,9 +32,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $NetBSD: aic79xx_osm.h,v 1.7 2005/02/27 00:27:00 perry Exp $ + * $NetBSD: aic79xx_osm.h,v 1.8 2005/12/11 12:21:25 christos Exp $ * - * //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#19 $$NetBSD: aic79xx_osm.h,v 1.7 2005/02/27 00:27:00 perry Exp $ + * //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#19 $$NetBSD: aic79xx_osm.h,v 1.8 2005/12/11 12:21:25 christos Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.h,v 1.9 2003/05/26 21:43:29 gibbs Exp $ */ diff --git a/sys/dev/ic/aic7xxx_osm.h b/sys/dev/ic/aic7xxx_osm.h index d416fb3504b..859824cadaf 100644 --- a/sys/dev/ic/aic7xxx_osm.h +++ b/sys/dev/ic/aic7xxx_osm.h @@ -1,4 +1,4 @@ -/* $NetBSD: aic7xxx_osm.h,v 1.9 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aic7xxx_osm.h,v 1.10 2005/12/11 12:21:25 christos Exp $ */ /* * NetBSD platform specific driver option settings, data structures, diff --git a/sys/dev/ic/aic7xxx_seeprom.c b/sys/dev/ic/aic7xxx_seeprom.c index 336a4de87ca..1661a1b06e7 100644 --- a/sys/dev/ic/aic7xxx_seeprom.c +++ b/sys/dev/ic/aic7xxx_seeprom.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic7xxx_seeprom.c,v 1.10 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: aic7xxx_seeprom.c,v 1.11 2005/12/11 12:21:25 christos Exp $ */ /* * Product specific probe and attach routines for: @@ -46,13 +46,13 @@ * from the FreeBSD source file aic7xxx_pci.c by Frank van der Linden * <fvdl@NetBSD.org> * - * $Id: aic7xxx_seeprom.c,v 1.10 2005/02/27 00:27:00 perry Exp $ + * $Id: aic7xxx_seeprom.c,v 1.11 2005/12/11 12:21:25 christos Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_pci.c,v 1.22 2003/01/20 20:44:55 gibbs Exp $ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aic7xxx_seeprom.c,v 1.10 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic7xxx_seeprom.c,v 1.11 2005/12/11 12:21:25 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/al2210reg.h b/sys/dev/ic/al2210reg.h index 37471abadd8..96e19d08c29 100644 --- a/sys/dev/ic/al2210reg.h +++ b/sys/dev/ic/al2210reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: al2210reg.h,v 1.2 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: al2210reg.h,v 1.3 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 2004 David Young. All rights reserved. diff --git a/sys/dev/ic/am7930.c b/sys/dev/ic/am7930.c index 58a54127f88..246970c5677 100644 --- a/sys/dev/ic/am7930.c +++ b/sys/dev/ic/am7930.c @@ -1,4 +1,4 @@ -/* $NetBSD: am7930.c,v 1.48 2005/05/22 15:54:46 christos Exp $ */ +/* $NetBSD: am7930.c,v 1.49 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1995 Rolf Grossmann @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: am7930.c,v 1.48 2005/05/22 15:54:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: am7930.c,v 1.49 2005/12/11 12:21:25 christos Exp $"); #include "audio.h" #if NAUDIO > 0 diff --git a/sys/dev/ic/am7930reg.h b/sys/dev/ic/am7930reg.h index 2275afd72ba..ae293f5498a 100644 --- a/sys/dev/ic/am7930reg.h +++ b/sys/dev/ic/am7930reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: am7930reg.h,v 1.6 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: am7930reg.h,v 1.7 2005/12/11 12:21:25 christos Exp $ */ /* * Am79C30A direct registers diff --git a/sys/dev/ic/am7930var.h b/sys/dev/ic/am7930var.h index c8160cc93f6..cb5f5efea64 100644 --- a/sys/dev/ic/am7930var.h +++ b/sys/dev/ic/am7930var.h @@ -1,4 +1,4 @@ -/* $NetBSD: am7930var.h,v 1.10 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: am7930var.h,v 1.11 2005/12/11 12:21:25 christos Exp $ */ struct am7930_softc; diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index e6ed799dadb..2d8afe839d1 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $NetBSD: am7990.c,v 1.67 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am7990.c,v 1.68 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: am7990.c,v 1.67 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: am7990.c,v 1.68 2005/12/11 12:21:25 christos Exp $"); #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/am79900.c b/sys/dev/ic/am79900.c index 6a764601540..73af75c8a16 100644 --- a/sys/dev/ic/am79900.c +++ b/sys/dev/ic/am79900.c @@ -1,4 +1,4 @@ -/* $NetBSD: am79900.c,v 1.15 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am79900.c,v 1.16 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -110,7 +110,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: am79900.c,v 1.15 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: am79900.c,v 1.16 2005/12/11 12:21:25 christos Exp $"); #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/am79900reg.h b/sys/dev/ic/am79900reg.h index 763e627e3fd..7a242c19253 100644 --- a/sys/dev/ic/am79900reg.h +++ b/sys/dev/ic/am79900reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: am79900reg.h,v 1.7 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am79900reg.h,v 1.8 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/am79900var.h b/sys/dev/ic/am79900var.h index 7ab7449edb5..a2ce0f721fe 100644 --- a/sys/dev/ic/am79900var.h +++ b/sys/dev/ic/am79900var.h @@ -1,4 +1,4 @@ -/* $NetBSD: am79900var.h,v 1.3 2004/08/24 00:53:29 thorpej Exp $ */ +/* $NetBSD: am79900var.h,v 1.4 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/am7990reg.h b/sys/dev/ic/am7990reg.h index 212c8c794a6..fa5a97895bb 100644 --- a/sys/dev/ic/am7990reg.h +++ b/sys/dev/ic/am7990reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: am7990reg.h,v 1.10 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am7990reg.h,v 1.11 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/am7990var.h b/sys/dev/ic/am7990var.h index 3884c39cbde..3a70814baa7 100644 --- a/sys/dev/ic/am7990var.h +++ b/sys/dev/ic/am7990var.h @@ -1,4 +1,4 @@ -/* $NetBSD: am7990var.h,v 1.22 2004/08/24 00:53:29 thorpej Exp $ */ +/* $NetBSD: am7990var.h,v 1.23 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/am79c930.c b/sys/dev/ic/am79c930.c index 316f52b60a2..4f0526e195d 100644 --- a/sys/dev/ic/am79c930.c +++ b/sys/dev/ic/am79c930.c @@ -1,4 +1,4 @@ -/* $NetBSD: am79c930.c,v 1.13 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am79c930.c,v 1.14 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -62,7 +62,7 @@ #include <sys/cdefs.h> #ifdef __NetBSD__ -__KERNEL_RCSID(0, "$NetBSD: am79c930.c,v 1.13 2005/02/27 00:27:00 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: am79c930.c,v 1.14 2005/12/11 12:21:25 christos Exp $"); #endif #ifdef __FreeBSD__ __FBSDID("$FreeBSD$"); diff --git a/sys/dev/ic/am79c930reg.h b/sys/dev/ic/am79c930reg.h index 2816f3efd22..7574b93f07c 100644 --- a/sys/dev/ic/am79c930reg.h +++ b/sys/dev/ic/am79c930reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: am79c930reg.h,v 1.5 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am79c930reg.h,v 1.6 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/am79c930var.h b/sys/dev/ic/am79c930var.h index 3bdf8f7f85e..6281e58d9bc 100644 --- a/sys/dev/ic/am79c930var.h +++ b/sys/dev/ic/am79c930var.h @@ -1,4 +1,4 @@ -/* $NetBSD: am79c930var.h,v 1.4 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am79c930var.h,v 1.5 2005/12/11 12:21:25 christos Exp $ */ /* $FreeBSD$ */ /*- diff --git a/sys/dev/ic/am9513reg.h b/sys/dev/ic/am9513reg.h index 06d319b89dd..5eac3b8799f 100644 --- a/sys/dev/ic/am9513reg.h +++ b/sys/dev/ic/am9513reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: am9513reg.h,v 1.2 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: am9513reg.h,v 1.3 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index 49d2ed077c0..18b1d11738e 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $NetBSD: an.c,v 1.37 2005/07/10 19:04:00 dyoung Exp $ */ +/* $NetBSD: an.c,v 1.38 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: an.c,v 1.37 2005/07/10 19:04:00 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: an.c,v 1.38 2005/12/11 12:21:25 christos Exp $"); #include "bpfilter.h" diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h index d8a58788a6c..d903f829e38 100644 --- a/sys/dev/ic/anreg.h +++ b/sys/dev/ic/anreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: anreg.h,v 1.11 2005/01/15 11:01:46 dyoung Exp $ */ +/* $NetBSD: anreg.h,v 1.12 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. diff --git a/sys/dev/ic/anvar.h b/sys/dev/ic/anvar.h index 2f5e1e249a7..00f188d0e18 100644 --- a/sys/dev/ic/anvar.h +++ b/sys/dev/ic/anvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: anvar.h,v 1.11 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: anvar.h,v 1.12 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. diff --git a/sys/dev/ic/apcdmareg.h b/sys/dev/ic/apcdmareg.h index b001818f0fd..c9eca8b2f77 100644 --- a/sys/dev/ic/apcdmareg.h +++ b/sys/dev/ic/apcdmareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: apcdmareg.h,v 1.4 2003/09/10 11:37:13 uwe Exp $ */ +/* $NetBSD: apcdmareg.h,v 1.5 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/atppc.c b/sys/dev/ic/atppc.c index e901016894a..8464b485d32 100644 --- a/sys/dev/ic/atppc.c +++ b/sys/dev/ic/atppc.c @@ -1,4 +1,4 @@ -/* $NetBSD: atppc.c,v 1.18 2004/09/13 12:55:47 drochner Exp $ */ +/* $NetBSD: atppc.c,v 1.19 2005/12/11 12:21:25 christos Exp $ */ /* * Copyright (c) 2001 Alcove - Nicolas Souchu @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.18 2004/09/13 12:55:47 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.19 2005/12/11 12:21:25 christos Exp $"); #include "opt_atppc.h" diff --git a/sys/dev/ic/atppcreg.h b/sys/dev/ic/atppcreg.h index 55cc4ac686d..4ea905571e0 100644 --- a/sys/dev/ic/atppcreg.h +++ b/sys/dev/ic/atppcreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: atppcreg.h,v 1.4 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: atppcreg.h,v 1.5 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2001 Alcove - Nicolas Souchu diff --git a/sys/dev/ic/atppcvar.h b/sys/dev/ic/atppcvar.h index 03e1e24f782..43e5670dcfc 100644 --- a/sys/dev/ic/atppcvar.h +++ b/sys/dev/ic/atppcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: atppcvar.h,v 1.6 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: atppcvar.h,v 1.7 2005/12/11 12:21:25 christos Exp $ */ /*- * Copyright (c) 2001 Alcove - Nicolas Souchu diff --git a/sys/dev/ic/attimer.c b/sys/dev/ic/attimer.c index bf1cf21f8bc..fdd6cb41832 100644 --- a/sys/dev/ic/attimer.c +++ b/sys/dev/ic/attimer.c @@ -1,4 +1,4 @@ -/* $NetBSD: attimer.c,v 1.1 2005/03/25 23:06:19 cube Exp $ */ +/* $NetBSD: attimer.c,v 1.2 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2005 The NetBSD Foundation. @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: attimer.c,v 1.1 2005/03/25 23:06:19 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: attimer.c,v 1.2 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/attimervar.h b/sys/dev/ic/attimervar.h index 02fe634cffb..0984d0f74bb 100644 --- a/sys/dev/ic/attimervar.h +++ b/sys/dev/ic/attimervar.h @@ -1,4 +1,4 @@ -/* $NetBSD: attimervar.h,v 1.1 2005/03/25 23:06:19 cube Exp $ */ +/* $NetBSD: attimervar.h,v 1.2 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2005 The NetBSD Foundation. diff --git a/sys/dev/ic/atwreg.h b/sys/dev/ic/atwreg.h index b8c8c18b346..21c41d2218b 100644 --- a/sys/dev/ic/atwreg.h +++ b/sys/dev/ic/atwreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: atwreg.h,v 1.11 2005/02/27 00:27:00 perry Exp $ */ +/* $NetBSD: atwreg.h,v 1.12 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2003 The NetBSD Foundation, Inc. All rights reserved. diff --git a/sys/dev/ic/atwvar.h b/sys/dev/ic/atwvar.h index 310cf6878d4..dd45d3b1e90 100644 --- a/sys/dev/ic/atwvar.h +++ b/sys/dev/ic/atwvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: atwvar.h,v 1.16 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: atwvar.h,v 1.17 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. All rights reserved. diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index 47d6f020c95..b1c7eaa8b0d 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $NetBSD: awi.c,v 1.68 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: awi.c,v 1.69 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999,2000,2001 The NetBSD Foundation, Inc. @@ -86,7 +86,7 @@ #include <sys/cdefs.h> #ifdef __NetBSD__ -__KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.68 2005/06/22 06:15:51 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.69 2005/12/11 12:21:26 christos Exp $"); #endif #ifdef __FreeBSD__ __FBSDID("$FreeBSD: src/sys/dev/awi/awi.c,v 1.30 2004/01/15 13:30:06 onoe Exp $"); diff --git a/sys/dev/ic/awireg.h b/sys/dev/ic/awireg.h index e725ce4d6b7..b48ee524f9b 100644 --- a/sys/dev/ic/awireg.h +++ b/sys/dev/ic/awireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: awireg.h,v 1.9 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: awireg.h,v 1.10 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/awivar.h b/sys/dev/ic/awivar.h index 6d74078f95c..2fcf834fbdf 100644 --- a/sys/dev/ic/awivar.h +++ b/sys/dev/ic/awivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: awivar.h,v 1.21 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: awivar.h,v 1.22 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999,2000,2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ax88190.c b/sys/dev/ic/ax88190.c index 1f72c1dbfe3..bdbc2d36ad5 100644 --- a/sys/dev/ic/ax88190.c +++ b/sys/dev/ic/ax88190.c @@ -1,4 +1,4 @@ -/* $NetBSD: ax88190.c,v 1.4 2004/08/24 00:53:29 thorpej Exp $ */ +/* $NetBSD: ax88190.c,v 1.5 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ax88190.c,v 1.4 2004/08/24 00:53:29 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ax88190.c,v 1.5 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ax88190reg.h b/sys/dev/ic/ax88190reg.h index cb3f55c080b..cec78f4460c 100644 --- a/sys/dev/ic/ax88190reg.h +++ b/sys/dev/ic/ax88190reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ax88190reg.h,v 1.2 2003/10/22 00:12:36 christos Exp $ */ +/* $NetBSD: ax88190reg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/bha.c b/sys/dev/ic/bha.c index aa840d9b865..fe2b23af862 100644 --- a/sys/dev/ic/bha.c +++ b/sys/dev/ic/bha.c @@ -1,4 +1,4 @@ -/* $NetBSD: bha.c,v 1.63 2005/05/22 15:54:46 christos Exp $ */ +/* $NetBSD: bha.c,v 1.64 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.63 2005/05/22 15:54:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.64 2005/12/11 12:21:26 christos Exp $"); #include "opt_ddb.h" diff --git a/sys/dev/ic/bhareg.h b/sys/dev/ic/bhareg.h index 66dcdae26d3..5df8c38ddd0 100644 --- a/sys/dev/ic/bhareg.h +++ b/sys/dev/ic/bhareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: bhareg.h,v 1.18 2005/02/21 00:29:07 thorpej Exp $ */ +/* $NetBSD: bhareg.h,v 1.19 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/bhavar.h b/sys/dev/ic/bhavar.h index 062f0fcedf0..ff57f75dae3 100644 --- a/sys/dev/ic/bhavar.h +++ b/sys/dev/ic/bhavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: bhavar.h,v 1.22 2004/08/24 00:53:29 thorpej Exp $ */ +/* $NetBSD: bhavar.h,v 1.23 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/bt431reg.h b/sys/dev/ic/bt431reg.h index f78f891e2e2..97af277a767 100644 --- a/sys/dev/ic/bt431reg.h +++ b/sys/dev/ic/bt431reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: bt431reg.h,v 1.2 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: bt431reg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /* * Mach Operating System diff --git a/sys/dev/ic/bt459reg.h b/sys/dev/ic/bt459reg.h index e11269d476e..1d62c26af97 100644 --- a/sys/dev/ic/bt459reg.h +++ b/sys/dev/ic/bt459reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: bt459reg.h,v 1.3 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: bt459reg.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /* * Mach Operating System diff --git a/sys/dev/ic/bt463.c b/sys/dev/ic/bt463.c index f1e0b3137e0..3eb75226b28 100644 --- a/sys/dev/ic/bt463.c +++ b/sys/dev/ic/bt463.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt463.c,v 1.11 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: bt463.c,v 1.12 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -69,7 +69,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bt463.c,v 1.11 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bt463.c,v 1.12 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/bt463var.h b/sys/dev/ic/bt463var.h index 3356fdac711..e37cc6a8aaa 100644 --- a/sys/dev/ic/bt463var.h +++ b/sys/dev/ic/bt463var.h @@ -1,4 +1,4 @@ -/* $NetBSD: bt463var.h,v 1.2 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: bt463var.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/bt485.c b/sys/dev/ic/bt485.c index 02c62355888..afea22f2dbf 100644 --- a/sys/dev/ic/bt485.c +++ b/sys/dev/ic/bt485.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt485.c,v 1.12 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: bt485.c,v 1.13 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bt485.c,v 1.12 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bt485.c,v 1.13 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/bt485reg.h b/sys/dev/ic/bt485reg.h index fd6753bab62..b8bd92368d6 100644 --- a/sys/dev/ic/bt485reg.h +++ b/sys/dev/ic/bt485reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: bt485reg.h,v 1.2 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: bt485reg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. diff --git a/sys/dev/ic/bt485var.h b/sys/dev/ic/bt485var.h index 308bd401269..592f33a6c42 100644 --- a/sys/dev/ic/bt485var.h +++ b/sys/dev/ic/bt485var.h @@ -1,4 +1,4 @@ -/* $NetBSD: bt485var.h,v 1.2 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: bt485var.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index 8acd9bd263d..89f5ddba40c 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $NetBSD: cac.c,v 1.32 2005/08/25 22:33:18 drochner Exp $ */ +/* $NetBSD: cac.c,v 1.33 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.32 2005/08/25 22:33:18 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.33 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/cacreg.h b/sys/dev/ic/cacreg.h index 2ec3728c121..992e8bd8cdb 100644 --- a/sys/dev/ic/cacreg.h +++ b/sys/dev/ic/cacreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cacreg.h,v 1.6 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: cacreg.h,v 1.7 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cacvar.h b/sys/dev/ic/cacvar.h index 03af03fcaed..e842ac5a787 100644 --- a/sys/dev/ic/cacvar.h +++ b/sys/dev/ic/cacvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: cacvar.h,v 1.11 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: cacvar.h,v 1.12 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cd1190reg.h b/sys/dev/ic/cd1190reg.h index a030a8ec19f..818635dc1e7 100644 --- a/sys/dev/ic/cd1190reg.h +++ b/sys/dev/ic/cd1190reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cd1190reg.h,v 1.3 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: cd1190reg.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1998 Iain Hibbert. * All rights reserved. diff --git a/sys/dev/ic/cd1400reg.h b/sys/dev/ic/cd1400reg.h index bdf348c379e..e574d8e08d0 100644 --- a/sys/dev/ic/cd1400reg.h +++ b/sys/dev/ic/cd1400reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cd1400reg.h,v 1.5 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: cd1400reg.h,v 1.6 2005/12/11 12:21:26 christos Exp $ */ /*- * cyclades cyclom-y serial driver diff --git a/sys/dev/ic/cd18xx.c b/sys/dev/ic/cd18xx.c index 386c37b3f05..bb968b68b64 100644 --- a/sys/dev/ic/cd18xx.c +++ b/sys/dev/ic/cd18xx.c @@ -1,4 +1,4 @@ -/* $NetBSD: cd18xx.c,v 1.11 2005/09/06 21:40:39 kleink Exp $ */ +/* $NetBSD: cd18xx.c,v 1.12 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -101,7 +101,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cd18xx.c,v 1.11 2005/09/06 21:40:39 kleink Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd18xx.c,v 1.12 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/ic/cd18xxreg.h b/sys/dev/ic/cd18xxreg.h index 07411430046..8daca575b8f 100644 --- a/sys/dev/ic/cd18xxreg.h +++ b/sys/dev/ic/cd18xxreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cd18xxreg.h,v 1.2 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: cd18xxreg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green diff --git a/sys/dev/ic/clmpcc.c b/sys/dev/ic/clmpcc.c index 25612dede39..14b5b40ab59 100644 --- a/sys/dev/ic/clmpcc.c +++ b/sys/dev/ic/clmpcc.c @@ -1,4 +1,4 @@ -/* $NetBSD: clmpcc.c,v 1.25 2005/09/06 21:36:54 kleink Exp $ */ +/* $NetBSD: clmpcc.c,v 1.26 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: clmpcc.c,v 1.25 2005/09/06 21:36:54 kleink Exp $"); +__KERNEL_RCSID(0, "$NetBSD: clmpcc.c,v 1.26 2005/12/11 12:21:26 christos Exp $"); #include "opt_ddb.h" @@ -507,10 +507,10 @@ clmpcc_shutdown(ch) } int -clmpccopen(dev, flag, mode, p) +clmpccopen(dev, flag, mode, l) dev_t dev; int flag, mode; - struct proc *p; + struct lwp *l; { struct clmpcc_softc *sc; struct clmpcc_chan *ch; @@ -528,7 +528,7 @@ clmpccopen(dev, flag, mode, p) if ( ISSET(tp->t_state, TS_ISOPEN) && ISSET(tp->t_state, TS_XCLUDE) && - suser(p->p_ucred, &p->p_acflag) != 0 ) + suser(l->l_proc->p_ucred, &l->l_proc->p_acflag) != 0 ) return EBUSY; /* @@ -613,10 +613,10 @@ bad: } int -clmpccclose(dev, flag, mode, p) +clmpccclose(dev, flag, mode, l) dev_t dev; int flag, mode; - struct proc *p; + struct lwp *l; { struct clmpcc_softc *sc = device_lookup(&clmpcc_cd, CLMPCCUNIT(dev)); @@ -672,15 +672,15 @@ clmpccwrite(dev, uio, flag) } int -clmpccpoll(dev, events, p) +clmpccpoll(dev, events, l) dev_t dev; int events; - struct proc *p; + struct lwp *l; { struct clmpcc_softc *sc = device_lookup(&clmpcc_cd, CLMPCCUNIT(dev)); struct tty *tp = sc->sc_chans[CLMPCCCHAN(dev)].ch_tty; - return ((*tp->t_linesw->l_poll)(tp, events, p)); + return ((*tp->t_linesw->l_poll)(tp, events, l)); } struct tty * @@ -693,23 +693,23 @@ clmpcctty(dev) } int -clmpccioctl(dev, cmd, data, flag, p) +clmpccioctl(dev, cmd, data, flag, l) dev_t dev; u_long cmd; caddr_t data; int flag; - struct proc *p; + struct lwp *l; { struct clmpcc_softc *sc = device_lookup(&clmpcc_cd, CLMPCCUNIT(dev)); struct clmpcc_chan *ch = &sc->sc_chans[CLMPCCCHAN(dev)]; struct tty *tp = ch->ch_tty; int error; - error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, p); + error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return error; - error = ttioctl(tp, cmd, data, flag, p); + error = ttioctl(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return error; @@ -755,7 +755,7 @@ clmpccioctl(dev, cmd, data, flag, p) break; case TIOCSFLAGS: - error = suser(p->p_ucred, &p->p_acflag); + error = suser(l->l_proc->p_ucred, &l->l_proc->p_acflag); if ( error ) break; ch->ch_openflags = *((int *)data) & diff --git a/sys/dev/ic/clmpccvar.h b/sys/dev/ic/clmpccvar.h index d24bca63bba..80925a2d64a 100644 --- a/sys/dev/ic/clmpccvar.h +++ b/sys/dev/ic/clmpccvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: clmpccvar.h,v 1.9 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: clmpccvar.h,v 1.10 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 6376433633d..4c2927b6196 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $NetBSD: com.c,v 1.237 2005/11/06 21:34:37 dsl Exp $ */ +/* $NetBSD: com.c,v 1.238 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 1999, 2004 The NetBSD Foundation, Inc. @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.237 2005/11/06 21:34:37 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.238 2005/12/11 12:21:26 christos Exp $"); #include "opt_com.h" #include "opt_ddb.h" @@ -811,7 +811,7 @@ com_shutdown(struct com_softc *sc) } int -comopen(dev_t dev, int flag, int mode, struct proc *p) +comopen(dev_t dev, int flag, int mode, struct lwp *l) { struct com_softc *sc; struct tty *tp; @@ -838,7 +838,7 @@ comopen(dev_t dev, int flag, int mode, struct proc *p) if (ISSET(tp->t_state, TS_ISOPEN) && ISSET(tp->t_state, TS_XCLUDE) && - suser(p->p_ucred, &p->p_acflag) != 0) + suser(l->l_proc->p_ucred, &l->l_proc->p_acflag) != 0) return (EBUSY); s = spltty(); @@ -965,7 +965,7 @@ bad: } int -comclose(dev_t dev, int flag, int mode, struct proc *p) +comclose(dev_t dev, int flag, int mode, struct lwp *l) { struct com_softc *sc = device_lookup(&com_cd, COMUNIT(dev)); struct tty *tp = sc->sc_tty; @@ -1017,7 +1017,7 @@ comwrite(dev_t dev, struct uio *uio, int flag) } int -compoll(dev_t dev, int events, struct proc *p) +compoll(dev_t dev, int events, struct lwp *l) { struct com_softc *sc = device_lookup(&com_cd, COMUNIT(dev)); struct tty *tp = sc->sc_tty; @@ -1025,7 +1025,7 @@ compoll(dev_t dev, int events, struct proc *p) if (COM_ISALIVE(sc) == 0) return (POLLHUP); - return ((*tp->t_linesw->l_poll)(tp, events, p)); + return ((*tp->t_linesw->l_poll)(tp, events, l)); } struct tty * @@ -1038,21 +1038,22 @@ comtty(dev_t dev) } int -comioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) +comioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct lwp *l) { struct com_softc *sc = device_lookup(&com_cd, COMUNIT(dev)); struct tty *tp = sc->sc_tty; + struct proc *p = l->l_proc; int error; int s; if (COM_ISALIVE(sc) == 0) return (EIO); - error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, p); + error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return (error); - error = ttioctl(tp, cmd, data, flag, p); + error = ttioctl(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return (error); diff --git a/sys/dev/ic/com_cpcbus.c b/sys/dev/ic/com_cpcbus.c index aecd477834d..e387729ac14 100644 --- a/sys/dev/ic/com_cpcbus.c +++ b/sys/dev/ic/com_cpcbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_cpcbus.c,v 1.5 2003/07/14 15:47:10 lukem Exp $ */ +/* $NetBSD: com_cpcbus.c,v 1.6 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: com_cpcbus.c,v 1.5 2003/07/14 15:47:10 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: com_cpcbus.c,v 1.6 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/com_upc.c b/sys/dev/ic/com_upc.c index 5457a6d5b55..bb2ec17f981 100644 --- a/sys/dev/ic/com_upc.c +++ b/sys/dev/ic/com_upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_upc.c,v 1.6 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: com_upc.c,v 1.7 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2000 Ben Harris * All rights reserved. @@ -28,7 +28,7 @@ /* This file is part of NetBSD/arm26 -- a port of NetBSD to ARM2/3 machines. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: com_upc.c,v 1.6 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: com_upc.c,v 1.7 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/comreg.h b/sys/dev/ic/comreg.h index 9a94c908a11..899b7a21fab 100644 --- a/sys/dev/ic/comreg.h +++ b/sys/dev/ic/comreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: comreg.h,v 1.13 2003/08/07 16:31:01 agc Exp $ */ +/* $NetBSD: comreg.h,v 1.14 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index 146b74fade5..433c6c097d8 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: comvar.h,v 1.48 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: comvar.h,v 1.49 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. diff --git a/sys/dev/ic/cpc700.c b/sys/dev/ic/cpc700.c index 9b3b2d57c19..d84614cb86e 100644 --- a/sys/dev/ic/cpc700.c +++ b/sys/dev/ic/cpc700.c @@ -1,4 +1,4 @@ -/* $NetBSD: cpc700.c,v 1.10 2005/08/26 12:42:11 drochner Exp $ */ +/* $NetBSD: cpc700.c,v 1.11 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cpc700.c,v 1.10 2005/08/26 12:42:11 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cpc700.c,v 1.11 2005/12/11 12:21:26 christos Exp $"); #include "pci.h" #include "opt_pci.h" diff --git a/sys/dev/ic/cpc700reg.h b/sys/dev/ic/cpc700reg.h index c8e877df2d3..2a8718a629f 100644 --- a/sys/dev/ic/cpc700reg.h +++ b/sys/dev/ic/cpc700reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpc700reg.h,v 1.3 2003/11/07 17:03:42 augustss Exp $ */ +/* $NetBSD: cpc700reg.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cpc700uic.h b/sys/dev/ic/cpc700uic.h index 34d4bc65b94..d192bb48ac9 100644 --- a/sys/dev/ic/cpc700uic.h +++ b/sys/dev/ic/cpc700uic.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpc700uic.h,v 1.2 2003/07/08 10:06:30 itojun Exp $ */ +/* $NetBSD: cpc700uic.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cs4215reg.h b/sys/dev/ic/cs4215reg.h index 5451cad91ba..66c70c07784 100644 --- a/sys/dev/ic/cs4215reg.h +++ b/sys/dev/ic/cs4215reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cs4215reg.h,v 1.1 2005/07/16 18:58:49 macallan Exp $ */ +/* $NetBSD: cs4215reg.h,v 1.2 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2001 Jared D. McNeill <jmcneill@invisible.yi.org> diff --git a/sys/dev/ic/cs4215var.h b/sys/dev/ic/cs4215var.h index 0498313840c..10ff2d8a1df 100644 --- a/sys/dev/ic/cs4215var.h +++ b/sys/dev/ic/cs4215var.h @@ -1,4 +1,4 @@ -/* $NetBSD: cs4215var.h,v 1.1 2005/07/16 18:58:49 macallan Exp $ */ +/* $NetBSD: cs4215var.h,v 1.2 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2001 Jared D. McNeill <jmcneill@invisible.yi.org> diff --git a/sys/dev/ic/cs4231.c b/sys/dev/ic/cs4231.c index 804a0fb7ca4..8f7527ac425 100644 --- a/sys/dev/ic/cs4231.c +++ b/sys/dev/ic/cs4231.c @@ -1,4 +1,4 @@ -/* $NetBSD: cs4231.c,v 1.17 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: cs4231.c,v 1.18 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cs4231.c,v 1.17 2005/01/15 15:19:52 kent Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cs4231.c,v 1.18 2005/12/11 12:21:26 christos Exp $"); #include "audio.h" #if NAUDIO > 0 diff --git a/sys/dev/ic/cs4231reg.h b/sys/dev/ic/cs4231reg.h index f306d34c151..d2c35870a5b 100644 --- a/sys/dev/ic/cs4231reg.h +++ b/sys/dev/ic/cs4231reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cs4231reg.h,v 1.9 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: cs4231reg.h,v 1.10 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cs4231var.h b/sys/dev/ic/cs4231var.h index b2ed09a6812..e0bbfb379e6 100644 --- a/sys/dev/ic/cs4231var.h +++ b/sys/dev/ic/cs4231var.h @@ -1,4 +1,4 @@ -/* $NetBSD: cs4231var.h,v 1.5 2004/07/09 02:08:33 mycroft Exp $ */ +/* $NetBSD: cs4231var.h,v 1.6 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cs4237reg.h b/sys/dev/ic/cs4237reg.h index be22ee76e3a..f370fc443b1 100644 --- a/sys/dev/ic/cs4237reg.h +++ b/sys/dev/ic/cs4237reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cs4237reg.h,v 1.3 2003/12/04 13:57:30 keihan Exp $ */ +/* $NetBSD: cs4237reg.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/cs89x0.c b/sys/dev/ic/cs89x0.c index f180671e416..a3dea967f60 100644 --- a/sys/dev/ic/cs89x0.c +++ b/sys/dev/ic/cs89x0.c @@ -1,4 +1,4 @@ -/* $NetBSD: cs89x0.c,v 1.17 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: cs89x0.c,v 1.18 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2004 Christopher Gilbert @@ -212,7 +212,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.17 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cs89x0.c,v 1.18 2005/12/11 12:21:26 christos Exp $"); #include "opt_inet.h" diff --git a/sys/dev/ic/cs89x0reg.h b/sys/dev/ic/cs89x0reg.h index b7733d3bd7f..dec4304e1bd 100644 --- a/sys/dev/ic/cs89x0reg.h +++ b/sys/dev/ic/cs89x0reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cs89x0reg.h,v 1.2 2004/02/04 15:43:14 augustss Exp $ */ +/* $NetBSD: cs89x0reg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright 1997 diff --git a/sys/dev/ic/cs89x0var.h b/sys/dev/ic/cs89x0var.h index 6727f6085d0..1ca2cf6dd2c 100644 --- a/sys/dev/ic/cs89x0var.h +++ b/sys/dev/ic/cs89x0var.h @@ -1,4 +1,4 @@ -/* $NetBSD: cs89x0var.h,v 1.8 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: cs89x0var.h,v 1.9 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright 1997 diff --git a/sys/dev/ic/cy.c b/sys/dev/ic/cy.c index 18651e6f9dd..98f2e47295d 100644 --- a/sys/dev/ic/cy.c +++ b/sys/dev/ic/cy.c @@ -1,4 +1,4 @@ -/* $NetBSD: cy.c,v 1.38 2005/09/06 21:40:39 kleink Exp $ */ +/* $NetBSD: cy.c,v 1.39 2005/12/11 12:21:26 christos Exp $ */ /* * cy.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cy.c,v 1.38 2005/09/06 21:40:39 kleink Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cy.c,v 1.39 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -269,7 +269,7 @@ cy_getport(dev_t dev) * open routine. returns zero if successful, else error code */ int -cyopen(dev_t dev, int flag, int mode, struct proc *p) +cyopen(dev_t dev, int flag, int mode, struct lwp *l) { struct cy_softc *sc; struct cy_port *cy; @@ -370,7 +370,7 @@ cyopen(dev_t dev, int flag, int mode, struct proc *p) else CLR(tp->t_state, TS_CARR_ON); } else if (ISSET(tp->t_state, TS_XCLUDE) && - suser(p->p_ucred, &p->p_acflag) != 0) { + suser(l->l_proc->p_ucred, &l->l_proc->p_acflag) != 0) { return EBUSY; } else { s = spltty(); @@ -399,7 +399,7 @@ cyopen(dev_t dev, int flag, int mode, struct proc *p) * close routine. returns zero if successful, else error code */ int -cyclose(dev_t dev, int flag, int mode, struct proc *p) +cyclose(dev_t dev, int flag, int mode, struct lwp *l) { struct cy_softc *sc; struct cy_port *cy; @@ -467,10 +467,7 @@ cywrite(dev_t dev, struct uio *uio, int flag) * Poll routine */ int -cypoll(dev, events, p) - dev_t dev; - int events; - struct proc *p; +cypoll(dev_t dev, int events, struct lwp *l) { struct cy_port *cy; struct tty *tp; @@ -478,7 +475,7 @@ cypoll(dev, events, p) cy = CY_PORT(dev); tp = cy->cy_tty; - return ((*tp->t_linesw->l_poll)(tp, events, p)); + return ((*tp->t_linesw->l_poll)(tp, events, l)); } /* @@ -498,22 +495,24 @@ cytty(dev_t dev) * ioctl routine */ int -cyioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) +cyioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct lwp *l) { struct cy_softc *sc; struct cy_port *cy; + struct proc *p; struct tty *tp; int error; + p = l ? l->l_proc : NULL; cy = CY_PORT(dev); sc = CY_BOARD(cy); tp = cy->cy_tty; - error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, p); + error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return error; - error = ttioctl(tp, cmd, data, flag, p); + error = ttioctl(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return error; diff --git a/sys/dev/ic/cyreg.h b/sys/dev/ic/cyreg.h index e0c26335378..f7d6fc1744f 100644 --- a/sys/dev/ic/cyreg.h +++ b/sys/dev/ic/cyreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cyreg.h,v 1.4 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: cyreg.h,v 1.5 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1995 Bruce Evans. diff --git a/sys/dev/ic/daic.c b/sys/dev/ic/daic.c index 6bf0e2bcec1..17d4482bf66 100644 --- a/sys/dev/ic/daic.c +++ b/sys/dev/ic/daic.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: daic.c,v 1.22 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: daic.c,v 1.23 2005/12/11 12:21:26 christos Exp $"); /* * daic.c: MI driver for Diehl active ISDN cards (S, SX, SXn, SCOM, QUADRO) diff --git a/sys/dev/ic/daicreg.h b/sys/dev/ic/daicreg.h index 9c6d64fe9ff..4bec6d4249a 100644 --- a/sys/dev/ic/daicreg.h +++ b/sys/dev/ic/daicreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: daicreg.h,v 1.4 2003/12/04 13:57:30 keihan Exp $ */ +/* $NetBSD: daicreg.h,v 1.5 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/daicvar.h b/sys/dev/ic/daicvar.h index 3e2585d3bbc..34b3d704508 100644 --- a/sys/dev/ic/daicvar.h +++ b/sys/dev/ic/daicvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: daicvar.h,v 1.8 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: daicvar.h,v 1.9 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/dc21040reg.h b/sys/dev/ic/dc21040reg.h index 26cbb650224..07d8b371f65 100644 --- a/sys/dev/ic/dc21040reg.h +++ b/sys/dev/ic/dc21040reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: dc21040reg.h,v 1.18 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dc21040reg.h,v 1.19 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/dev/ic/depca.c b/sys/dev/ic/depca.c index 2dbdc5082d2..e0d68169c20 100644 --- a/sys/dev/ic/depca.c +++ b/sys/dev/ic/depca.c @@ -1,4 +1,4 @@ -/* $NetBSD: depca.c,v 1.10 2003/08/07 16:31:01 agc Exp $ */ +/* $NetBSD: depca.c,v 1.11 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: depca.c,v 1.10 2003/08/07 16:31:01 agc Exp $"); +__KERNEL_RCSID(0, "$NetBSD: depca.c,v 1.11 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/depcareg.h b/sys/dev/ic/depcareg.h index d0df5d0f5e0..31f0a8c557e 100644 --- a/sys/dev/ic/depcareg.h +++ b/sys/dev/ic/depcareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: depcareg.h,v 1.2 2003/08/07 16:31:01 agc Exp $ */ +/* $NetBSD: depcareg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/depcavar.h b/sys/dev/ic/depcavar.h index 89dc2541289..5ebd1fc0d74 100644 --- a/sys/dev/ic/depcavar.h +++ b/sys/dev/ic/depcavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: depcavar.h,v 1.3 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: depcavar.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index c7d3c0627a6..2a5515d57ab 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $NetBSD: dp8390.c,v 1.55 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: dp8390.c,v 1.56 2005/12/11 12:21:26 christos Exp $ */ /* * Device driver for National Semiconductor DS8390/WD83C690 based ethernet @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dp8390.c,v 1.55 2005/02/04 02:10:36 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dp8390.c,v 1.56 2005/12/11 12:21:26 christos Exp $"); #include "opt_ipkdb.h" #include "opt_inet.h" diff --git a/sys/dev/ic/dp83905.c b/sys/dev/ic/dp83905.c index 635078abd9b..aa98d9730e9 100644 --- a/sys/dev/ic/dp83905.c +++ b/sys/dev/ic/dp83905.c @@ -1,4 +1,4 @@ -/* $NetBSD: dp83905.c,v 1.2 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dp83905.c,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2001 Ben Harris @@ -35,7 +35,7 @@ #include <sys/param.h> -__KERNEL_RCSID(0, "$NetBSD: dp83905.c,v 1.2 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dp83905.c,v 1.3 2005/12/11 12:21:26 christos Exp $"); #include <sys/device.h> #include <sys/mbuf.h> diff --git a/sys/dev/ic/dp83905var.h b/sys/dev/ic/dp83905var.h index 3aa55ca9c8f..585b518f321 100644 --- a/sys/dev/ic/dp83905var.h +++ b/sys/dev/ic/dp83905var.h @@ -1,4 +1,4 @@ -/* $NetBSD: dp83905var.h,v 1.2 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dp83905var.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2001 Ben Harris diff --git a/sys/dev/ic/dp8390reg.h b/sys/dev/ic/dp8390reg.h index 598488d2883..c4a150f0ef4 100644 --- a/sys/dev/ic/dp8390reg.h +++ b/sys/dev/ic/dp8390reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: dp8390reg.h,v 1.7 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dp8390reg.h,v 1.8 2005/12/11 12:21:26 christos Exp $ */ /* * National Semiconductor DS8390 NIC register definitions. diff --git a/sys/dev/ic/dp8390var.h b/sys/dev/ic/dp8390var.h index e85b512438e..f839e5c645e 100644 --- a/sys/dev/ic/dp8390var.h +++ b/sys/dev/ic/dp8390var.h @@ -1,4 +1,4 @@ -/* $NetBSD: dp8390var.h,v 1.26 2005/02/26 10:29:20 bsh Exp $ */ +/* $NetBSD: dp8390var.h,v 1.27 2005/12/11 12:21:26 christos Exp $ */ /* * Device driver for National Semiconductor DS8390/WD83C690 based ethernet diff --git a/sys/dev/ic/dp83932.c b/sys/dev/ic/dp83932.c index e270ca47eb9..258b12fdc3f 100644 --- a/sys/dev/ic/dp83932.c +++ b/sys/dev/ic/dp83932.c @@ -1,4 +1,4 @@ -/* $NetBSD: dp83932.c,v 1.12 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dp83932.c,v 1.13 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.12 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.13 2005/12/11 12:21:26 christos Exp $"); #include "bpfilter.h" diff --git a/sys/dev/ic/dp83932reg.h b/sys/dev/ic/dp83932reg.h index 5dc92c8adaf..91b4b2507cf 100644 --- a/sys/dev/ic/dp83932reg.h +++ b/sys/dev/ic/dp83932reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: dp83932reg.h,v 1.3 2003/11/10 08:51:52 wiz Exp $ */ +/* $NetBSD: dp83932reg.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c index b555c6576d3..f57cdfaf691 100644 --- a/sys/dev/ic/dpt.c +++ b/sys/dev/ic/dpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: dpt.c,v 1.44 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dpt.c,v 1.45 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.44 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.45 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -197,7 +197,7 @@ static void dpt_ctlrinfo(struct dpt_softc *, struct dpt_eata_ctlrinfo *); static void dpt_hba_inquire(struct dpt_softc *, struct eata_inquiry_data **); static void dpt_minphys(struct buf *); static int dpt_passthrough(struct dpt_softc *, struct eata_ucp *, - struct proc *); + struct lwp *); static void dpt_scsipi_request(struct scsipi_channel *, scsipi_adapter_req_t, void *); static void dpt_shutdown(void *); @@ -1110,7 +1110,7 @@ dpt_hba_inquire(struct dpt_softc *sc, struct eata_inquiry_data **ei) } int -dptopen(dev_t dev, int flag, int mode, struct proc *p) +dptopen(dev_t dev, int flag, int mode, struct lwp *l) { if (securelevel > 1) @@ -1122,7 +1122,7 @@ dptopen(dev_t dev, int flag, int mode, struct proc *p) } int -dptioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) +dptioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct lwp *l) { struct dpt_softc *sc; int rv; @@ -1162,7 +1162,7 @@ dptioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) if (sc->sc_uactive++) tsleep(&sc->sc_uactive, PRIBIO, "dptslp", 0); - rv = dpt_passthrough(sc, (struct eata_ucp *)data, p); + rv = dpt_passthrough(sc, (struct eata_ucp *)data, l); sc->sc_uactive--; wakeup_one(&sc->sc_uactive); @@ -1268,7 +1268,7 @@ dpt_sysinfo(struct dpt_softc *sc, struct dpt_sysinfo *info) } int -dpt_passthrough(struct dpt_softc *sc, struct eata_ucp *ucp, struct proc *proc) +dpt_passthrough(struct dpt_softc *sc, struct eata_ucp *ucp, struct lwp *l) { struct dpt_ccb *ccb; struct eata_sp sp; @@ -1308,7 +1308,7 @@ dpt_passthrough(struct dpt_softc *sc, struct eata_ucp *ucp, struct proc *proc) return (EFBIG); } rv = bus_dmamap_load(sc->sc_dmat, xfer, - ucp->ucp_dataaddr, ucp->ucp_datalen, proc, + ucp->ucp_dataaddr, ucp->ucp_datalen, l->l_proc, BUS_DMA_WAITOK | BUS_DMA_STREAMING | (datain ? BUS_DMA_READ : BUS_DMA_WRITE)); if (rv != 0) { diff --git a/sys/dev/ic/dptreg.h b/sys/dev/ic/dptreg.h index 8057e7f0647..297a78507ec 100644 --- a/sys/dev/ic/dptreg.h +++ b/sys/dev/ic/dptreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: dptreg.h,v 1.16 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dptreg.h,v 1.17 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Andrew Doran <ad@NetBSD.org> diff --git a/sys/dev/ic/dptvar.h b/sys/dev/ic/dptvar.h index 961df32d5f6..cb725f8a34b 100644 --- a/sys/dev/ic/dptvar.h +++ b/sys/dev/ic/dptvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: dptvar.h,v 1.12 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: dptvar.h,v 1.13 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Andrew Doran <ad@NetBSD.org> diff --git a/sys/dev/ic/ds.h b/sys/dev/ic/ds.h index 498d4ec1ab7..40bb39455b9 100644 --- a/sys/dev/ic/ds.h +++ b/sys/dev/ic/ds.h @@ -1,4 +1,4 @@ -/* $NetBSD: ds.h,v 1.6 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ds.h,v 1.7 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ds1286reg.h b/sys/dev/ic/ds1286reg.h index 257ea9c77a6..310abc7f401 100644 --- a/sys/dev/ic/ds1286reg.h +++ b/sys/dev/ic/ds1286reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ds1286reg.h,v 1.7 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ds1286reg.h,v 1.8 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2001 Rafal K. Boni diff --git a/sys/dev/ic/ds1687reg.h b/sys/dev/ic/ds1687reg.h index 5cb95ba7f25..075c6b585b0 100644 --- a/sys/dev/ic/ds1687reg.h +++ b/sys/dev/ic/ds1687reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ds1687reg.h,v 1.7 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ds1687reg.h,v 1.8 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2003 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index 3fc2a2b47b3..32bd5e45506 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $NetBSD: elink3.c,v 1.112 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: elink3.c,v 1.113 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -69,7 +69,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: elink3.c,v 1.112 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: elink3.c,v 1.113 2005/12/11 12:21:26 christos Exp $"); #include "opt_inet.h" #include "opt_ns.h" diff --git a/sys/dev/ic/elink3reg.h b/sys/dev/ic/elink3reg.h index 3003291b150..5bce6f5d00c 100644 --- a/sys/dev/ic/elink3reg.h +++ b/sys/dev/ic/elink3reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: elink3reg.h,v 1.28 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: elink3reg.h,v 1.29 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1995 Herb Peyerl <hpeyerl@beer.org> diff --git a/sys/dev/ic/elink3var.h b/sys/dev/ic/elink3var.h index 9974b2d0aaf..875fa0294ab 100644 --- a/sys/dev/ic/elink3var.h +++ b/sys/dev/ic/elink3var.h @@ -1,4 +1,4 @@ -/* $NetBSD: elink3var.h,v 1.32 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: elink3var.h,v 1.33 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1994 Herb Peyerl <hpeyerl@beer.org> diff --git a/sys/dev/ic/elinkxl.c b/sys/dev/ic/elinkxl.c index f154e124e23..c2969702d95 100644 --- a/sys/dev/ic/elinkxl.c +++ b/sys/dev/ic/elinkxl.c @@ -1,4 +1,4 @@ -/* $NetBSD: elinkxl.c,v 1.85 2005/10/23 20:03:04 christos Exp $ */ +/* $NetBSD: elinkxl.c,v 1.86 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.85 2005/10/23 20:03:04 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: elinkxl.c,v 1.86 2005/12/11 12:21:26 christos Exp $"); #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/elinkxlvar.h b/sys/dev/ic/elinkxlvar.h index 4de3e657862..0c51b205058 100644 --- a/sys/dev/ic/elinkxlvar.h +++ b/sys/dev/ic/elinkxlvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: elinkxlvar.h,v 1.16 2005/02/06 03:15:14 kim Exp $ */ +/* $NetBSD: elinkxlvar.h,v 1.17 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/fmv.c b/sys/dev/ic/fmv.c index ea74aa03132..9ab8e2f0e88 100644 --- a/sys/dev/ic/fmv.c +++ b/sys/dev/ic/fmv.c @@ -1,4 +1,4 @@ -/* $NetBSD: fmv.c,v 1.6 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: fmv.c,v 1.7 2005/12/11 12:21:26 christos Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fmv.c,v 1.6 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fmv.c,v 1.7 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/fmvvar.h b/sys/dev/ic/fmvvar.h index 2c7df4fa696..4e30816e897 100644 --- a/sys/dev/ic/fmvvar.h +++ b/sys/dev/ic/fmvvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: fmvvar.h,v 1.3 2005/01/02 12:22:19 tsutsui Exp $ */ +/* $NetBSD: fmvvar.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index eb2f978bd36..84f1fe21e14 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $NetBSD: gem.c,v 1.43 2005/10/28 20:56:13 christos Exp $ */ +/* $NetBSD: gem.c,v 1.44 2005/12/11 12:21:26 christos Exp $ */ /* * @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.43 2005/10/28 20:56:13 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.44 2005/12/11 12:21:26 christos Exp $"); #include "opt_inet.h" #include "bpfilter.h" diff --git a/sys/dev/ic/gemreg.h b/sys/dev/ic/gemreg.h index da5663a201a..a2f33e4cb19 100644 --- a/sys/dev/ic/gemreg.h +++ b/sys/dev/ic/gemreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: gemreg.h,v 1.7 2005/02/18 01:39:18 heas Exp $ */ +/* $NetBSD: gemreg.h,v 1.8 2005/12/11 12:21:26 christos Exp $ */ /* * diff --git a/sys/dev/ic/gemvar.h b/sys/dev/ic/gemvar.h index ed99f18e73d..6196ccb0e01 100644 --- a/sys/dev/ic/gemvar.h +++ b/sys/dev/ic/gemvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: gemvar.h,v 1.13 2005/10/28 14:36:15 christos Exp $ */ +/* $NetBSD: gemvar.h,v 1.14 2005/12/11 12:21:26 christos Exp $ */ /* * diff --git a/sys/dev/ic/hd44780_subr.c b/sys/dev/ic/hd44780_subr.c index f2aa6288fef..d98c7955978 100644 --- a/sys/dev/ic/hd44780_subr.c +++ b/sys/dev/ic/hd44780_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: hd44780_subr.c,v 1.7 2005/08/14 02:56:06 joff Exp $ */ +/* $NetBSD: hd44780_subr.c,v 1.8 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2002 Dennis I. Chernoivanov @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hd44780_subr.c,v 1.7 2005/08/14 02:56:06 joff Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hd44780_subr.c,v 1.8 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -88,7 +88,7 @@ const struct wsdisplay_emulops hlcd_emulops = { hlcd_allocattr }; -static int hlcd_ioctl(void *, u_long, caddr_t, int, struct proc *); +static int hlcd_ioctl(void *, u_long, caddr_t, int, struct lwp *); static paddr_t hlcd_mmap(void *, off_t, int); static int hlcd_alloc_screen(void *, const struct wsscreen_descr *, void **, int *, int *, long *); @@ -228,12 +228,12 @@ hlcd_allocattr(id, fg, bg, flags, attrp) } static int -hlcd_ioctl(v, cmd, data, flag, p) +hlcd_ioctl(v, cmd, data, flag, l) void *v; u_long cmd; caddr_t data; int flag; - struct proc *p; + struct lwp *l; { switch (cmd) { diff --git a/sys/dev/ic/hd44780reg.h b/sys/dev/ic/hd44780reg.h index b72b04cc81b..26f54f95a9c 100644 --- a/sys/dev/ic/hd44780reg.h +++ b/sys/dev/ic/hd44780reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: hd44780reg.h,v 1.2 2005/01/08 20:19:08 joff Exp $ */ +/* $NetBSD: hd44780reg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2002 Dennis I. Chernoivanov diff --git a/sys/dev/ic/hd44780var.h b/sys/dev/ic/hd44780var.h index dab866275be..92ddcc5eb16 100644 --- a/sys/dev/ic/hd44780var.h +++ b/sys/dev/ic/hd44780var.h @@ -1,4 +1,4 @@ -/* $NetBSD: hd44780var.h,v 1.3 2005/08/14 02:56:06 joff Exp $ */ +/* $NetBSD: hd44780var.h,v 1.4 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2002 Dennis I. Chernoivanov diff --git a/sys/dev/ic/hd64570.c b/sys/dev/ic/hd64570.c index d8e67f253f8..b9df9bddccc 100644 --- a/sys/dev/ic/hd64570.c +++ b/sys/dev/ic/hd64570.c @@ -1,4 +1,4 @@ -/* $NetBSD: hd64570.c,v 1.29 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: hd64570.c,v 1.30 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1999 Christian E. Hopps @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.29 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hd64570.c,v 1.30 2005/12/11 12:21:26 christos Exp $"); #include "bpfilter.h" #include "opt_inet.h" diff --git a/sys/dev/ic/hd64570reg.h b/sys/dev/ic/hd64570reg.h index 74c35529322..508cd13b0b0 100644 --- a/sys/dev/ic/hd64570reg.h +++ b/sys/dev/ic/hd64570reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: hd64570reg.h,v 1.10 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: hd64570reg.h,v 1.11 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1998 Vixie Enterprises diff --git a/sys/dev/ic/hd64570var.h b/sys/dev/ic/hd64570var.h index ffc8279415b..8e3f61d4923 100644 --- a/sys/dev/ic/hd64570var.h +++ b/sys/dev/ic/hd64570var.h @@ -1,4 +1,4 @@ -/* $NetBSD: hd64570var.h,v 1.6 2003/07/08 10:06:31 itojun Exp $ */ +/* $NetBSD: hd64570var.h,v 1.7 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1999 Christian E. Hopps diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index 48b62e70854..5677e0aba97 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $NetBSD: hme.c,v 1.51 2005/05/02 15:34:31 yamt Exp $ */ +/* $NetBSD: hme.c,v 1.52 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hme.c,v 1.51 2005/05/02 15:34:31 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hme.c,v 1.52 2005/12/11 12:21:26 christos Exp $"); /* #define HMEDEBUG */ diff --git a/sys/dev/ic/hmereg.h b/sys/dev/ic/hmereg.h index 04359db8b83..3de40392bc3 100644 --- a/sys/dev/ic/hmereg.h +++ b/sys/dev/ic/hmereg.h @@ -1,4 +1,4 @@ -/* $NetBSD: hmereg.h,v 1.17 2005/02/13 19:12:06 heas Exp $ */ +/* $NetBSD: hmereg.h,v 1.18 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/hmevar.h b/sys/dev/ic/hmevar.h index b7ea25407fe..f3294e239a1 100644 --- a/sys/dev/ic/hmevar.h +++ b/sys/dev/ic/hmevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: hmevar.h,v 1.13 2005/02/18 00:22:11 heas Exp $ */ +/* $NetBSD: hmevar.h,v 1.14 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/hscx.c b/sys/dev/ic/hscx.c index 9d465f8bb62..d2725096bca 100644 --- a/sys/dev/ic/hscx.c +++ b/sys/dev/ic/hscx.c @@ -27,14 +27,14 @@ * i4b - Siemens HSCX chip (B-channel) handling * -------------------------------------------- * - * $Id: hscx.c,v 1.11 2005/06/01 18:16:22 drochner Exp $ + * $Id: hscx.c,v 1.12 2005/12/11 12:21:26 christos Exp $ * * last edit-date: [Fri Jan 5 11:36:10 2001] * *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: hscx.c,v 1.11 2005/06/01 18:16:22 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hscx.c,v 1.12 2005/12/11 12:21:26 christos Exp $"); #include <sys/param.h> #if defined(__FreeBSD_version) && __FreeBSD_version >= 300001 diff --git a/sys/dev/ic/hscx.h b/sys/dev/ic/hscx.h index af93ff29490..e8ffd5bf488 100644 --- a/sys/dev/ic/hscx.h +++ b/sys/dev/ic/hscx.h @@ -30,7 +30,7 @@ * *--------------------------------------------------------------------------- * - * $Id: hscx.h,v 1.2 2005/02/27 00:27:01 perry Exp $ + * $Id: hscx.h,v 1.3 2005/12/11 12:21:26 christos Exp $ * * last edit-date: [Sun Feb 14 10:26:56 1999] * diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index 6b3999943a2..15ee8b997ac 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82365.c,v 1.92 2005/08/25 22:33:19 drochner Exp $ */ +/* $NetBSD: i82365.c,v 1.93 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2004 Charles M. Hannum. All rights reserved. @@ -49,7 +49,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i82365.c,v 1.92 2005/08/25 22:33:19 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i82365.c,v 1.93 2005/12/11 12:21:26 christos Exp $"); #define PCICDEBUG diff --git a/sys/dev/ic/i82365reg.h b/sys/dev/ic/i82365reg.h index 74d8cd132ca..e9bc978a456 100644 --- a/sys/dev/ic/i82365reg.h +++ b/sys/dev/ic/i82365reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82365reg.h,v 1.9 2004/07/06 14:04:51 mycroft Exp $ */ +/* $NetBSD: i82365reg.h,v 1.10 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/ic/i82365var.h b/sys/dev/ic/i82365var.h index 5ededf5071c..2ec390f3e42 100644 --- a/sys/dev/ic/i82365var.h +++ b/sys/dev/ic/i82365var.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82365var.h,v 1.23 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: i82365var.h,v 1.24 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/ic/i8237reg.h b/sys/dev/ic/i8237reg.h index 8ab2e971fa0..e74eee3681a 100644 --- a/sys/dev/ic/i8237reg.h +++ b/sys/dev/ic/i8237reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i8237reg.h,v 1.7 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: i8237reg.h,v 1.8 2005/12/11 12:21:26 christos Exp $ */ /* * Intel 8237 DMA Controller diff --git a/sys/dev/ic/i8253reg.h b/sys/dev/ic/i8253reg.h index da303b316d1..cabb4758c5b 100644 --- a/sys/dev/ic/i8253reg.h +++ b/sys/dev/ic/i8253reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i8253reg.h,v 1.8 2003/08/07 16:31:01 agc Exp $ */ +/* $NetBSD: i8253reg.h,v 1.9 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1993 The Regents of the University of California. diff --git a/sys/dev/ic/i82557.c b/sys/dev/ic/i82557.c index 573f5169c85..ea29d2e26fe 100644 --- a/sys/dev/ic/i82557.c +++ b/sys/dev/ic/i82557.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82557.c,v 1.94 2005/10/15 19:32:36 jdolecek Exp $ */ +/* $NetBSD: i82557.c,v 1.95 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc. @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.94 2005/10/15 19:32:36 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i82557.c,v 1.95 2005/12/11 12:21:26 christos Exp $"); #include "bpfilter.h" #include "rnd.h" diff --git a/sys/dev/ic/i82557reg.h b/sys/dev/ic/i82557reg.h index b1171ee9b11..4404c517a7f 100644 --- a/sys/dev/ic/i82557reg.h +++ b/sys/dev/ic/i82557reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82557reg.h,v 1.17 2005/05/29 22:10:28 christos Exp $ */ +/* $NetBSD: i82557reg.h,v 1.18 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998, 1999, 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/i82557var.h b/sys/dev/ic/i82557var.h index 131fa3137a2..6bc725dfc34 100644 --- a/sys/dev/ic/i82557var.h +++ b/sys/dev/ic/i82557var.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82557var.h,v 1.34 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: i82557var.h,v 1.35 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/i82586.c b/sys/dev/ic/i82586.c index 8834afed7b7..7a79779cda0 100644 --- a/sys/dev/ic/i82586.c +++ b/sys/dev/ic/i82586.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82586.c,v 1.52 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: i82586.c,v 1.53 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -144,7 +144,7 @@ Mode of operation: */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.52 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.53 2005/12/11 12:21:26 christos Exp $"); #include "bpfilter.h" diff --git a/sys/dev/ic/i82586reg.h b/sys/dev/ic/i82586reg.h index 2f69838c467..4d7d67ab7dc 100644 --- a/sys/dev/ic/i82586reg.h +++ b/sys/dev/ic/i82586reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82586reg.h,v 1.10 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: i82586reg.h,v 1.11 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/i82586var.h b/sys/dev/ic/i82586var.h index 8d3181b40d7..2642c0c5c90 100644 --- a/sys/dev/ic/i82586var.h +++ b/sys/dev/ic/i82586var.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82586var.h,v 1.20 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: i82586var.h,v 1.21 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/i82595reg.h b/sys/dev/ic/i82595reg.h index 04d53a81956..0b96f9e52f6 100644 --- a/sys/dev/ic/i82595reg.h +++ b/sys/dev/ic/i82595reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82595reg.h,v 1.7 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: i82595reg.h,v 1.8 2005/12/11 12:21:26 christos Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index 2c7b8d4393b..664252466fa 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82596.c,v 1.10 2005/06/07 06:27:17 skrll Exp $ */ +/* $NetBSD: i82596.c,v 1.11 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2003 Jochen Kunz. @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i82596.c,v 1.10 2005/06/07 06:27:17 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i82596.c,v 1.11 2005/12/11 12:21:26 christos Exp $"); /* autoconfig and device stuff */ #include <sys/param.h> diff --git a/sys/dev/ic/i82596reg.h b/sys/dev/ic/i82596reg.h index 05fc8f322e5..ec8a0c997c0 100644 --- a/sys/dev/ic/i82596reg.h +++ b/sys/dev/ic/i82596reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82596reg.h,v 1.1 2004/03/12 11:37:17 jkunz Exp $ */ +/* $NetBSD: i82596reg.h,v 1.2 2005/12/11 12:21:26 christos Exp $ */ /* * Copyright (c) 2003 Jochen Kunz. diff --git a/sys/dev/ic/i82596var.h b/sys/dev/ic/i82596var.h index a011196b42f..9ba46758e92 100644 --- a/sys/dev/ic/i82596var.h +++ b/sys/dev/ic/i82596var.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82596var.h,v 1.4 2005/06/03 07:03:22 skrll Exp $ */ +/* $NetBSD: i82596var.h,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2003 Jochen Kunz. diff --git a/sys/dev/ic/i82801lpcreg.h b/sys/dev/ic/i82801lpcreg.h index 68f93a7e067..f029fc2772f 100644 --- a/sys/dev/ic/i82801lpcreg.h +++ b/sys/dev/ic/i82801lpcreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: i82801lpcreg.h,v 1.2 2004/07/31 17:28:36 mrg Exp $ */ +/* $NetBSD: i82801lpcreg.h,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/iavc.c b/sys/dev/ic/iavc.c index ec663a0ee7f..cf6a93df736 100644 --- a/sys/dev/ic/iavc.c +++ b/sys/dev/ic/iavc.c @@ -1,4 +1,4 @@ -/* $NetBSD: iavc.c,v 1.3 2005/07/09 02:05:09 christos Exp $ */ +/* $NetBSD: iavc.c,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2001-2003 Cubical Solutions Ltd. All rights reserved. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: iavc.c,v 1.3 2005/07/09 02:05:09 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: iavc.c,v 1.4 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/ic/iavcreg.h b/sys/dev/ic/iavcreg.h index 1ef0cc6239f..34379c89925 100644 --- a/sys/dev/ic/iavcreg.h +++ b/sys/dev/ic/iavcreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: iavcreg.h,v 1.1 2003/09/25 15:53:26 pooka Exp $ */ +/* $NetBSD: iavcreg.h,v 1.2 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2001-2003 Cubical Solutions Ltd. All rights reserved. diff --git a/sys/dev/ic/iavcvar.h b/sys/dev/ic/iavcvar.h index 45b91fcb35a..56a2fabd9a8 100644 --- a/sys/dev/ic/iavcvar.h +++ b/sys/dev/ic/iavcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: iavcvar.h,v 1.2 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: iavcvar.h,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2001-2003 Cubical Solutions Ltd. All rights reserved. diff --git a/sys/dev/ic/ibm561.c b/sys/dev/ic/ibm561.c index ef6f5b66c51..c29304fd517 100644 --- a/sys/dev/ic/ibm561.c +++ b/sys/dev/ic/ibm561.c @@ -1,4 +1,4 @@ -/* $NetBSD: ibm561.c,v 1.6 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: ibm561.c,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ibm561.c,v 1.6 2005/02/04 02:10:36 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ibm561.c,v 1.7 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ibm561var.h b/sys/dev/ic/ibm561var.h index 4abc8a2c1c7..674120872f4 100644 --- a/sys/dev/ic/ibm561var.h +++ b/sys/dev/ic/ibm561var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ibm561var.h,v 1.3 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: ibm561var.h,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/icp.c b/sys/dev/ic/icp.c index 92d14a893e7..e9f6b0cda51 100644 --- a/sys/dev/ic/icp.c +++ b/sys/dev/ic/icp.c @@ -1,4 +1,4 @@ -/* $NetBSD: icp.c,v 1.16 2005/08/25 22:33:19 drochner Exp $ */ +/* $NetBSD: icp.c,v 1.17 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. @@ -83,7 +83,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: icp.c,v 1.16 2005/08/25 22:33:19 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: icp.c,v 1.17 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/icp_ioctl.c b/sys/dev/ic/icp_ioctl.c index 4379bb548c5..56ebdb0be6b 100644 --- a/sys/dev/ic/icp_ioctl.c +++ b/sys/dev/ic/icp_ioctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: icp_ioctl.c,v 1.7 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: icp_ioctl.c,v 1.8 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: icp_ioctl.c,v 1.7 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: icp_ioctl.c,v 1.8 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -109,7 +109,7 @@ static struct lock icp_ioctl_mutex = LOCK_INITIALIZER(PRIBIO|PCATCH, "icplk", 0, 0); static int -icpopen(dev_t dev, int flag, int mode, struct proc *p) +icpopen(dev_t dev, int flag, int mode, struct lwp *l) { if (securelevel > 1) @@ -121,7 +121,7 @@ icpopen(dev_t dev, int flag, int mode, struct proc *p) } static int -icpioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) +icpioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct lwp *l) { int error; diff --git a/sys/dev/ic/icp_ioctl.h b/sys/dev/ic/icp_ioctl.h index 825f127f196..3c65cd8576f 100644 --- a/sys/dev/ic/icp_ioctl.h +++ b/sys/dev/ic/icp_ioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: icp_ioctl.h,v 1.4 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: icp_ioctl.h,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2000-03 Intel Corporation diff --git a/sys/dev/ic/icpreg.h b/sys/dev/ic/icpreg.h index 7d371c6b5ec..4e0137a8ce1 100644 --- a/sys/dev/ic/icpreg.h +++ b/sys/dev/ic/icpreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: icpreg.h,v 1.4 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: icpreg.h,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/icpsp.c b/sys/dev/ic/icpsp.c index 04da3ae203d..1f118a2d55d 100644 --- a/sys/dev/ic/icpsp.c +++ b/sys/dev/ic/icpsp.c @@ -1,4 +1,4 @@ -/* $NetBSD: icpsp.c,v 1.11 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: icpsp.c,v 1.12 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: icpsp.c,v 1.11 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: icpsp.c,v 1.12 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/icpvar.h b/sys/dev/ic/icpvar.h index 80ea7e6b038..c6aa1eb3b0a 100644 --- a/sys/dev/ic/icpvar.h +++ b/sys/dev/ic/icpvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: icpvar.h,v 1.6 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: icpvar.h,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ics2101reg.h b/sys/dev/ic/ics2101reg.h index ea98a7a08fe..759e5f02d31 100644 --- a/sys/dev/ic/ics2101reg.h +++ b/sys/dev/ic/ics2101reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ics2101reg.h,v 1.5 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ics2101reg.h,v 1.6 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/igsfb.c b/sys/dev/ic/igsfb.c index 47ef333e841..2c801253204 100644 --- a/sys/dev/ic/igsfb.c +++ b/sys/dev/ic/igsfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: igsfb.c,v 1.25 2005/10/01 01:10:50 macallan Exp $ */ +/* $NetBSD: igsfb.c,v 1.26 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2002, 2003 Valeriy E. Ushakov @@ -31,7 +31,7 @@ * Integraphics Systems IGA 168x and CyberPro series. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.25 2005/10/01 01:10:50 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.26 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -82,7 +82,7 @@ static const struct wsscreen_list igsfb_screenlist = { * wsdisplay_accessops */ -static int igsfb_ioctl(void *, u_long, caddr_t, int, struct proc *); +static int igsfb_ioctl(void *, u_long, caddr_t, int, struct lwp *); static paddr_t igsfb_mmap(void *, off_t, int); static int igsfb_alloc_screen(void *, const struct wsscreen_descr *, @@ -600,12 +600,12 @@ igsfb_mmap(v, offset, prot) * wsdisplay_accessops: ioctl() */ static int -igsfb_ioctl(v, cmd, data, flag, p) +igsfb_ioctl(v, cmd, data, flag, l) void *v; u_long cmd; caddr_t data; int flag; - struct proc *p; + struct lwp *l; { struct igsfb_devconfig *dc = v; struct rasops_info *ri; diff --git a/sys/dev/ic/igsfb_subr.c b/sys/dev/ic/igsfb_subr.c index eaaccb22f75..07b0ec65461 100644 --- a/sys/dev/ic/igsfb_subr.c +++ b/sys/dev/ic/igsfb_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: igsfb_subr.c,v 1.4 2004/11/26 22:29:36 uwe Exp $ */ +/* $NetBSD: igsfb_subr.c,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2002 Valeriy E. Ushakov @@ -31,7 +31,7 @@ * Integraphics Systems IGA 168x and CyberPro series. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: igsfb_subr.c,v 1.4 2004/11/26 22:29:36 uwe Exp $"); +__KERNEL_RCSID(0, "$NetBSD: igsfb_subr.c,v 1.5 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/igsfbreg.h b/sys/dev/ic/igsfbreg.h index 953fbc58182..a3d7ed56719 100644 --- a/sys/dev/ic/igsfbreg.h +++ b/sys/dev/ic/igsfbreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: igsfbreg.h,v 1.6 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: igsfbreg.h,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2002 Valeriy E. Ushakov diff --git a/sys/dev/ic/igsfbvar.h b/sys/dev/ic/igsfbvar.h index 45087f025e6..a1366546092 100644 --- a/sys/dev/ic/igsfbvar.h +++ b/sys/dev/ic/igsfbvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: igsfbvar.h,v 1.9 2004/11/26 22:29:36 uwe Exp $ */ +/* $NetBSD: igsfbvar.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2002, 2003 Valeriy E. Ushakov diff --git a/sys/dev/ic/iha.c b/sys/dev/ic/iha.c index a1083e0c49c..9d75dfa8c60 100644 --- a/sys/dev/ic/iha.c +++ b/sys/dev/ic/iha.c @@ -1,4 +1,4 @@ -/* $NetBSD: iha.c,v 1.29 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: iha.c,v 1.30 2005/12/11 12:21:27 christos Exp $ */ /*- * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller. @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.29 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.30 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ihareg.h b/sys/dev/ic/ihareg.h index b08ddcf1472..dfb572fb80c 100644 --- a/sys/dev/ic/ihareg.h +++ b/sys/dev/ic/ihareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ihareg.h,v 1.7 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: ihareg.h,v 1.8 2005/12/11 12:21:27 christos Exp $ */ /*- * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller. diff --git a/sys/dev/ic/ihavar.h b/sys/dev/ic/ihavar.h index 0e744eab7fd..a38b0bf71a0 100644 --- a/sys/dev/ic/ihavar.h +++ b/sys/dev/ic/ihavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ihavar.h,v 1.9 2005/01/02 12:22:19 tsutsui Exp $ */ +/* $NetBSD: ihavar.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /*- * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller. diff --git a/sys/dev/ic/iic_cpcbus.c b/sys/dev/ic/iic_cpcbus.c index 9999da52445..0d06ec79232 100644 --- a/sys/dev/ic/iic_cpcbus.c +++ b/sys/dev/ic/iic_cpcbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: iic_cpcbus.c,v 1.6 2003/07/14 15:47:10 lukem Exp $ */ +/* $NetBSD: iic_cpcbus.c,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: iic_cpcbus.c,v 1.6 2003/07/14 15:47:10 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: iic_cpcbus.c,v 1.7 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/ims332reg.h b/sys/dev/ic/ims332reg.h index 6ab971905f9..44396c40fd0 100644 --- a/sys/dev/ic/ims332reg.h +++ b/sys/dev/ic/ims332reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ims332reg.h,v 1.2 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ims332reg.h,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* * Mach Operating System diff --git a/sys/dev/ic/intersil7170.c b/sys/dev/ic/intersil7170.c index 8ce1885e1fb..0cec7585d18 100644 --- a/sys/dev/ic/intersil7170.c +++ b/sys/dev/ic/intersil7170.c @@ -1,4 +1,4 @@ -/* $NetBSD: intersil7170.c,v 1.4 2005/06/04 20:14:25 he Exp $ */ +/* $NetBSD: intersil7170.c,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: intersil7170.c,v 1.4 2005/06/04 20:14:25 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: intersil7170.c,v 1.5 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/dev/ic/interwave.c b/sys/dev/ic/interwave.c index 8caa0c8daac..687c317546e 100644 --- a/sys/dev/ic/interwave.c +++ b/sys/dev/ic/interwave.c @@ -1,4 +1,4 @@ -/* $NetBSD: interwave.c,v 1.26 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: interwave.c,v 1.27 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1997, 1999 The NetBSD Foundation, Inc. @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.26 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.27 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/interwavereg.h b/sys/dev/ic/interwavereg.h index af77bb43e86..b853f21a9d5 100644 --- a/sys/dev/ic/interwavereg.h +++ b/sys/dev/ic/interwavereg.h @@ -1,7 +1,7 @@ #ifndef INTERWAVEREG_H #define INTERWAVEREG_H -/* $NetBSD: interwavereg.h,v 1.7 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: interwavereg.h,v 1.8 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1997 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/interwavevar.h b/sys/dev/ic/interwavevar.h index fd1113daeb5..9241b17a6d0 100644 --- a/sys/dev/ic/interwavevar.h +++ b/sys/dev/ic/interwavevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: interwavevar.h,v 1.14 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: interwavevar.h,v 1.15 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1997, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ipac.h b/sys/dev/ic/ipac.h index aa370fa9036..8e6fc5b43c4 100644 --- a/sys/dev/ic/ipac.h +++ b/sys/dev/ic/ipac.h @@ -27,7 +27,7 @@ * i4b_ipac.h - definitions for the Siemens IPAC PSB2115 chip * ========================================================== * - * $Id: ipac.h,v 1.2 2005/02/27 00:27:01 perry Exp $ + * $Id: ipac.h,v 1.3 2005/12/11 12:21:27 christos Exp $ * * last edit-date: [Thu Jan 6 14:54:19 2000] * diff --git a/sys/dev/ic/isac.c b/sys/dev/ic/isac.c index ec4d9feb7b8..37aab8ab380 100644 --- a/sys/dev/ic/isac.c +++ b/sys/dev/ic/isac.c @@ -27,14 +27,14 @@ * i4b_isac.c - i4b siemens isdn chipset driver ISAC handler * --------------------------------------------------------- * - * $Id: isac.c,v 1.19 2005/02/27 00:27:01 perry Exp $ + * $Id: isac.c,v 1.20 2005/12/11 12:21:27 christos Exp $ * * last edit-date: [Fri Jan 5 11:36:10 2001] * *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isac.c,v 1.19 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isac.c,v 1.20 2005/12/11 12:21:27 christos Exp $"); #ifdef __FreeBSD__ #include "opt_i4b.h" diff --git a/sys/dev/ic/isac.h b/sys/dev/ic/isac.h index 93ae2aac20b..3108076b040 100644 --- a/sys/dev/ic/isac.h +++ b/sys/dev/ic/isac.h @@ -30,7 +30,7 @@ * *--------------------------------------------------------------------------- * - * $Id: isac.h,v 1.2 2005/02/27 00:27:01 perry Exp $ + * $Id: isac.h,v 1.3 2005/12/11 12:21:27 christos Exp $ * * last edit-date: [Sun Feb 14 10:27:13 1999] * diff --git a/sys/dev/ic/isacsx.c b/sys/dev/ic/isacsx.c index cd6da177126..aeb9d9a0682 100644 --- a/sys/dev/ic/isacsx.c +++ b/sys/dev/ic/isacsx.c @@ -1,4 +1,4 @@ -/* $NetBSD: isacsx.c,v 1.3 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: isacsx.c,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. * Copyright (c) 2001 Gary Jennejohn. All rights reserved. @@ -29,7 +29,7 @@ * i4b_ifpi2_isac.c - i4b Fritz PCI Version 2 ISACSX handler * -------------------------------------------- * - * $Id: isacsx.c,v 1.3 2005/02/27 00:27:01 perry Exp $ + * $Id: isacsx.c,v 1.4 2005/12/11 12:21:27 christos Exp $ * * $FreeBSD: src/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c,v 1.3 2002/09/02 00:52:07 brooks Exp $ * @@ -37,7 +37,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isacsx.c,v 1.3 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isacsx.c,v 1.4 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/isacsx.h b/sys/dev/ic/isacsx.h index f10fe4d149b..44e825f3e3e 100644 --- a/sys/dev/ic/isacsx.h +++ b/sys/dev/ic/isacsx.h @@ -1,4 +1,4 @@ -/* $NetBSD: isacsx.h,v 1.2 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: isacsx.h,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2001 Gary Jennejohn. All rights reserved. * diff --git a/sys/dev/ic/isic.c b/sys/dev/ic/isic.c index 79561cb3fcc..d62f993f8da 100644 --- a/sys/dev/ic/isic.c +++ b/sys/dev/ic/isic.c @@ -27,14 +27,14 @@ * i4b_isic.c - global isic stuff * ============================== * - * $Id: isic.c,v 1.21 2005/02/27 00:27:01 perry Exp $ + * $Id: isic.c,v 1.22 2005/12/11 12:21:27 christos Exp $ * * last edit-date: [Fri Jan 5 11:36:10 2001] * *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isic.c,v 1.21 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isic.c,v 1.22 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/ioccom.h> diff --git a/sys/dev/ic/isic_bchan.c b/sys/dev/ic/isic_bchan.c index 75e239be6e3..14b66dde45b 100644 --- a/sys/dev/ic/isic_bchan.c +++ b/sys/dev/ic/isic_bchan.c @@ -27,14 +27,14 @@ * i4b_bchan.c - B channel handling L1 procedures * ---------------------------------------------- * - * $Id: isic_bchan.c,v 1.10 2005/02/27 00:27:01 perry Exp $ + * $Id: isic_bchan.c,v 1.11 2005/12/11 12:21:27 christos Exp $ * * last edit-date: [Fri Jan 5 11:36:11 2001] * *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isic_bchan.c,v 1.10 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isic_bchan.c,v 1.11 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #if defined(__FreeBSD__) && __FreeBSD__ >= 3 diff --git a/sys/dev/ic/isic_l1.c b/sys/dev/ic/isic_l1.c index 58f99100a04..ef548d299f5 100644 --- a/sys/dev/ic/isic_l1.c +++ b/sys/dev/ic/isic_l1.c @@ -1,4 +1,4 @@ -/* $NetBSD: isic_l1.c,v 1.15 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: isic_l1.c,v 1.16 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isic_l1.c,v 1.15 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isic_l1.c,v 1.16 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/ioctl.h> diff --git a/sys/dev/ic/isic_l1.h b/sys/dev/ic/isic_l1.h index 17e045a8ef7..ff2757568e2 100644 --- a/sys/dev/ic/isic_l1.h +++ b/sys/dev/ic/isic_l1.h @@ -1,4 +1,4 @@ -/* $NetBSD: isic_l1.h,v 1.19 2005/06/13 20:32:58 jmc Exp $ */ +/* $NetBSD: isic_l1.h,v 1.20 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. diff --git a/sys/dev/ic/isic_l1fsm.c b/sys/dev/ic/isic_l1fsm.c index f367a7d8afe..cd4e05f424f 100644 --- a/sys/dev/ic/isic_l1fsm.c +++ b/sys/dev/ic/isic_l1fsm.c @@ -27,14 +27,14 @@ * i4b_l1fsm.c - isdn4bsd layer 1 I.430 state machine * -------------------------------------------------- * - * $Id: isic_l1fsm.c,v 1.11 2005/06/01 18:16:22 drochner Exp $ + * $Id: isic_l1fsm.c,v 1.12 2005/12/11 12:21:27 christos Exp $ * * last edit-date: [Fri Jan 5 11:36:11 2001] * *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isic_l1fsm.c,v 1.11 2005/06/01 18:16:22 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isic_l1fsm.c,v 1.12 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #if defined(__FreeBSD__) && __FreeBSD__ >= 3 diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index fa038f7cf55..cca3524f7a6 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp.c,v 1.107 2005/05/30 04:43:46 christos Exp $ */ +/* $NetBSD: isp.c,v 1.108 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.107 2005/05/30 04:43:46 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.108 2005/12/11 12:21:27 christos Exp $"); #ifdef __NetBSD__ #include <dev/ic/isp_netbsd.h> diff --git a/sys/dev/ic/isp_inline.h b/sys/dev/ic/isp_inline.h index 8d2be568982..ab7ce03e9a4 100644 --- a/sys/dev/ic/isp_inline.h +++ b/sys/dev/ic/isp_inline.h @@ -1,4 +1,4 @@ -/* $NetBSD: isp_inline.h,v 1.26 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: isp_inline.h,v 1.27 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * diff --git a/sys/dev/ic/isp_ioctl.h b/sys/dev/ic/isp_ioctl.h index b2585447326..2195e6af7cc 100644 --- a/sys/dev/ic/isp_ioctl.h +++ b/sys/dev/ic/isp_ioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: isp_ioctl.h,v 1.6 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: isp_ioctl.h,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2001 by Matthew Jacob * diff --git a/sys/dev/ic/isp_netbsd.c b/sys/dev/ic/isp_netbsd.c index f5eb4c4a71c..77477193769 100644 --- a/sys/dev/ic/isp_netbsd.c +++ b/sys/dev/ic/isp_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp_netbsd.c,v 1.66 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: isp_netbsd.c,v 1.67 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.66 2005/05/30 04:43:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.67 2005/12/11 12:21:27 christos Exp $"); #include <dev/ic/isp_netbsd.h> #include <sys/scsiio.h> diff --git a/sys/dev/ic/isp_netbsd.h b/sys/dev/ic/isp_netbsd.h index 87e4fb05f7f..001cab6fa31 100644 --- a/sys/dev/ic/isp_netbsd.h +++ b/sys/dev/ic/isp_netbsd.h @@ -1,4 +1,4 @@ -/* $NetBSD: isp_netbsd.h,v 1.53 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: isp_netbsd.h,v 1.54 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * diff --git a/sys/dev/ic/isp_target.c b/sys/dev/ic/isp_target.c index 16c29670146..1cb9daf8369 100644 --- a/sys/dev/ic/isp_target.c +++ b/sys/dev/ic/isp_target.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp_target.c,v 1.27 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: isp_target.c,v 1.28 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isp_target.c,v 1.27 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isp_target.c,v 1.28 2005/12/11 12:21:27 christos Exp $"); #ifdef __NetBSD__ #include <dev/ic/isp_netbsd.h> diff --git a/sys/dev/ic/isp_target.h b/sys/dev/ic/isp_target.h index 1a866e2fbc7..d035e96818d 100644 --- a/sys/dev/ic/isp_target.h +++ b/sys/dev/ic/isp_target.h @@ -1,4 +1,4 @@ -/* $NetBSD: isp_target.h,v 1.21 2003/12/04 13:57:30 keihan Exp $ */ +/* $NetBSD: isp_target.h,v 1.22 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * diff --git a/sys/dev/ic/isp_tpublic.h b/sys/dev/ic/isp_tpublic.h index a7b5ebe159a..ca3086b9233 100644 --- a/sys/dev/ic/isp_tpublic.h +++ b/sys/dev/ic/isp_tpublic.h @@ -1,4 +1,4 @@ -/* $NetBSD: isp_tpublic.h,v 1.13 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: isp_tpublic.h,v 1.14 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * diff --git a/sys/dev/ic/ispmbox.h b/sys/dev/ic/ispmbox.h index addba6bf897..485d6e90478 100644 --- a/sys/dev/ic/ispmbox.h +++ b/sys/dev/ic/ispmbox.h @@ -1,4 +1,4 @@ -/* $NetBSD: ispmbox.h,v 1.48 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ispmbox.h,v 1.49 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * diff --git a/sys/dev/ic/ispreg.h b/sys/dev/ic/ispreg.h index 34453e9a49d..16faf7afb34 100644 --- a/sys/dev/ic/ispreg.h +++ b/sys/dev/ic/ispreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ispreg.h,v 1.29 2003/12/04 13:57:30 keihan Exp $ */ +/* $NetBSD: ispreg.h,v 1.30 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * diff --git a/sys/dev/ic/ispvar.h b/sys/dev/ic/ispvar.h index 210e9b2d772..eb95adb7349 100644 --- a/sys/dev/ic/ispvar.h +++ b/sys/dev/ic/ispvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ispvar.h,v 1.63 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: ispvar.h,v 1.64 2005/12/11 12:21:27 christos Exp $ */ /* * This driver, which is contained in NetBSD in the files: * diff --git a/sys/dev/ic/joy.c b/sys/dev/ic/joy.c index 2624c9696e8..f9a6e7d86ca 100644 --- a/sys/dev/ic/joy.c +++ b/sys/dev/ic/joy.c @@ -1,4 +1,4 @@ -/* $NetBSD: joy.c,v 1.8 2004/08/03 18:35:21 drochner Exp $ */ +/* $NetBSD: joy.c,v 1.9 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1995 Jean-Marc Zucconi @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: joy.c,v 1.8 2004/08/03 18:35:21 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: joy.c,v 1.9 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -106,10 +106,10 @@ joydetach(sc, flags) } int -joyopen(dev, flag, mode, p) +joyopen(dev, flag, mode, l) dev_t dev; int flag, mode; - struct proc *p; + struct lwp *l; { int unit = JOYUNIT(dev); int i = JOYPART(dev); @@ -130,10 +130,10 @@ joyopen(dev, flag, mode, p) } int -joyclose(dev, flag, mode, p) +joyclose(dev, flag, mode, l) dev_t dev; int flag, mode; - struct proc *p; + struct lwp *l; { int unit = JOYUNIT(dev); int i = JOYPART(dev); @@ -189,12 +189,12 @@ joyread(dev, uio, flag) } int -joyioctl(dev, cmd, data, flag, p) +joyioctl(dev, cmd, data, flag, l) dev_t dev; u_long cmd; caddr_t data; int flag; - struct proc *p; + struct lwp *l; { int unit = JOYUNIT(dev); struct joy_softc *sc = joy_cd.cd_devs[unit]; diff --git a/sys/dev/ic/joyvar.h b/sys/dev/ic/joyvar.h index f4c04c4f331..c454a644fae 100644 --- a/sys/dev/ic/joyvar.h +++ b/sys/dev/ic/joyvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: joyvar.h,v 1.4 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: joyvar.h,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1995 Jean-Marc Zucconi diff --git a/sys/dev/ic/lance.c b/sys/dev/ic/lance.c index abd51870dd1..bfca13daff4 100644 --- a/sys/dev/ic/lance.c +++ b/sys/dev/ic/lance.c @@ -1,4 +1,4 @@ -/* $NetBSD: lance.c,v 1.32 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: lance.c,v 1.33 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lance.c,v 1.32 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lance.c,v 1.33 2005/12/11 12:21:27 christos Exp $"); #include "opt_ccitt.h" #include "opt_llc.h" diff --git a/sys/dev/ic/lancereg.h b/sys/dev/ic/lancereg.h index 20c7c01e5ca..eee1d7993d8 100644 --- a/sys/dev/ic/lancereg.h +++ b/sys/dev/ic/lancereg.h @@ -1,4 +1,4 @@ -/* $NetBSD: lancereg.h,v 1.11 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: lancereg.h,v 1.12 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/lancevar.h b/sys/dev/ic/lancevar.h index d07683887f0..c6ed21c9761 100644 --- a/sys/dev/ic/lancevar.h +++ b/sys/dev/ic/lancevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: lancevar.h,v 1.9 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: lancevar.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/lcdkp_subr.c b/sys/dev/ic/lcdkp_subr.c index b44d516aaa3..cfe8e249d99 100644 --- a/sys/dev/ic/lcdkp_subr.c +++ b/sys/dev/ic/lcdkp_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: lcdkp_subr.c,v 1.3 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: lcdkp_subr.c,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2002 Dennis I. Chernoivanov @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lcdkp_subr.c,v 1.3 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lcdkp_subr.c,v 1.4 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ld_aac.c b/sys/dev/ic/ld_aac.c index 4031c3efbcf..a04d4a69c3c 100644 --- a/sys/dev/ic/ld_aac.c +++ b/sys/dev/ic/ld_aac.c @@ -1,4 +1,4 @@ -/* $NetBSD: ld_aac.c,v 1.8 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ld_aac.c,v 1.9 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ld_aac.c,v 1.8 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ld_aac.c,v 1.9 2005/12/11 12:21:27 christos Exp $"); #include "rnd.h" diff --git a/sys/dev/ic/ld_cac.c b/sys/dev/ic/ld_cac.c index a02f46147bd..539d3d33e73 100644 --- a/sys/dev/ic/ld_cac.c +++ b/sys/dev/ic/ld_cac.c @@ -1,4 +1,4 @@ -/* $NetBSD: ld_cac.c,v 1.11 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ld_cac.c,v 1.12 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ld_cac.c,v 1.11 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ld_cac.c,v 1.12 2005/12/11 12:21:27 christos Exp $"); #include "rnd.h" diff --git a/sys/dev/ic/ld_icp.c b/sys/dev/ic/ld_icp.c index f843cb467b7..2d7c2bab0b5 100644 --- a/sys/dev/ic/ld_icp.c +++ b/sys/dev/ic/ld_icp.c @@ -1,4 +1,4 @@ -/* $NetBSD: ld_icp.c,v 1.11 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: ld_icp.c,v 1.12 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ld_icp.c,v 1.11 2005/02/27 00:27:01 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ld_icp.c,v 1.12 2005/12/11 12:21:27 christos Exp $"); #include "rnd.h" diff --git a/sys/dev/ic/ld_mlx.c b/sys/dev/ic/ld_mlx.c index aa6dc24a607..64bf83b94fd 100644 --- a/sys/dev/ic/ld_mlx.c +++ b/sys/dev/ic/ld_mlx.c @@ -1,4 +1,4 @@ -/* $NetBSD: ld_mlx.c,v 1.9 2005/02/08 05:16:17 briggs Exp $ */ +/* $NetBSD: ld_mlx.c,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ld_mlx.c,v 1.9 2005/02/08 05:16:17 briggs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ld_mlx.c,v 1.10 2005/12/11 12:21:27 christos Exp $"); #include "rnd.h" diff --git a/sys/dev/ic/lemac.c b/sys/dev/ic/lemac.c index 914a56a7cfd..35022745195 100644 --- a/sys/dev/ic/lemac.c +++ b/sys/dev/ic/lemac.c @@ -1,4 +1,4 @@ -/* $NetBSD: lemac.c,v 1.28 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: lemac.c,v 1.29 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1994, 1995, 1997 Matt Thomas <matt@3am-software.com> @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.28 2005/05/30 04:43:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.29 2005/12/11 12:21:27 christos Exp $"); #include "opt_inet.h" #include "opt_ns.h" diff --git a/sys/dev/ic/lemacreg.h b/sys/dev/ic/lemacreg.h index 6b8061d17bd..6fccab9fe1d 100644 --- a/sys/dev/ic/lemacreg.h +++ b/sys/dev/ic/lemacreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: lemacreg.h,v 1.4 2005/02/27 00:27:01 perry Exp $ */ +/* $NetBSD: lemacreg.h,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1997 Matt Thomas <matt@3am-software.com> diff --git a/sys/dev/ic/lemacvar.h b/sys/dev/ic/lemacvar.h index dd12e8fd54c..0300026c5c1 100644 --- a/sys/dev/ic/lemacvar.h +++ b/sys/dev/ic/lemacvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: lemacvar.h,v 1.8 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: lemacvar.h,v 1.9 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1997 Matt Thomas <matt@3am-software.com> diff --git a/sys/dev/ic/lm700x.c b/sys/dev/ic/lm700x.c index aa79026ec84..66b6738a388 100644 --- a/sys/dev/ic/lm700x.c +++ b/sys/dev/ic/lm700x.c @@ -1,4 +1,4 @@ -/* $NetBSD: lm700x.c,v 1.2 2003/07/14 15:47:11 lukem Exp $ */ +/* $NetBSD: lm700x.c,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* $OpenBSD: lm700x.c,v 1.2 2001/12/06 16:28:18 mickey Exp $ */ /* @@ -50,7 +50,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lm700x.c,v 1.2 2003/07/14 15:47:11 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lm700x.c,v 1.3 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/radioio.h> diff --git a/sys/dev/ic/lpt.c b/sys/dev/ic/lpt.c index bd55ab7e165..75a3968f41b 100644 --- a/sys/dev/ic/lpt.c +++ b/sys/dev/ic/lpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: lpt.c,v 1.64 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: lpt.c,v 1.65 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1993, 1994 Charles M. Hannum. @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.64 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt.c,v 1.65 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -127,11 +127,11 @@ lpt_attach_subr(sc) * Reset the printer, then wait until it's selected and not busy. */ int -lptopen(dev, flag, mode, p) +lptopen(dev, flag, mode, l) dev_t dev; int flag; int mode; - struct proc *p; + struct lwp *l; { u_char flags = LPTFLAGS(dev); struct lpt_softc *sc; @@ -252,11 +252,11 @@ lptwakeup(arg) * Close the device, and free the local line buffer. */ int -lptclose(dev, flag, mode, p) +lptclose(dev, flag, mode, l) dev_t dev; int flag; int mode; - struct proc *p; + struct lwp *l; { struct lpt_softc *sc = device_lookup(&lpt_cd, LPTUNIT(dev)); bus_space_tag_t iot = sc->sc_iot; @@ -419,12 +419,12 @@ lptintr(arg) } int -lptioctl(dev, cmd, data, flag, p) +lptioctl(dev, cmd, data, flag, l) dev_t dev; u_long cmd; caddr_t data; int flag; - struct proc *p; + struct lwp *l; { int error = 0; diff --git a/sys/dev/ic/lpt_upc.c b/sys/dev/ic/lpt_upc.c index dac125c70fd..98ae8ccffcf 100644 --- a/sys/dev/ic/lpt_upc.c +++ b/sys/dev/ic/lpt_upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: lpt_upc.c,v 1.6 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: lpt_upc.c,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2000 Ben Harris * All rights reserved. @@ -28,7 +28,7 @@ /* This file is part of NetBSD/arm26 -- a port of NetBSD to ARM2/3 machines. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt_upc.c,v 1.6 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt_upc.c,v 1.7 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/lptreg.h b/sys/dev/ic/lptreg.h index 735907abdf1..5651f64d142 100644 --- a/sys/dev/ic/lptreg.h +++ b/sys/dev/ic/lptreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: lptreg.h,v 1.8 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: lptreg.h,v 1.9 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. diff --git a/sys/dev/ic/lptvar.h b/sys/dev/ic/lptvar.h index 0b2678ce5cf..acfd977e5f5 100644 --- a/sys/dev/ic/lptvar.h +++ b/sys/dev/ic/lptvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: lptvar.h,v 1.52 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: lptvar.h,v 1.53 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1993, 1994 Charles M. Hannum. diff --git a/sys/dev/ic/lsi64854.c b/sys/dev/ic/lsi64854.c index 2dc1c429bd6..0ac90bacd4e 100644 --- a/sys/dev/ic/lsi64854.c +++ b/sys/dev/ic/lsi64854.c @@ -1,4 +1,4 @@ -/* $NetBSD: lsi64854.c,v 1.26 2005/05/31 00:46:05 christos Exp $ */ +/* $NetBSD: lsi64854.c,v 1.27 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.26 2005/05/31 00:46:05 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.27 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/lsi64854var.h b/sys/dev/ic/lsi64854var.h index 18cc4f0d4ac..a64a925d0a9 100644 --- a/sys/dev/ic/lsi64854var.h +++ b/sys/dev/ic/lsi64854var.h @@ -1,4 +1,4 @@ -/* $NetBSD: lsi64854var.h,v 1.7 2005/05/31 00:46:05 christos Exp $ */ +/* $NetBSD: lsi64854var.h,v 1.8 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/matrixkp_subr.c b/sys/dev/ic/matrixkp_subr.c index 6b926fdb4bc..0c672f68053 100644 --- a/sys/dev/ic/matrixkp_subr.c +++ b/sys/dev/ic/matrixkp_subr.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: matrixkp_subr.c,v 1.2 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: matrixkp_subr.c,v 1.3 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/max2820reg.h b/sys/dev/ic/max2820reg.h index 9337b8a27c6..e47595c6291 100644 --- a/sys/dev/ic/max2820reg.h +++ b/sys/dev/ic/max2820reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: max2820reg.h,v 1.2 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: max2820reg.h,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2004 David Young. All rights reserved. diff --git a/sys/dev/ic/mb86950.c b/sys/dev/ic/mb86950.c index 389deeb0992..ea4c12e4beb 100644 --- a/sys/dev/ic/mb86950.c +++ b/sys/dev/ic/mb86950.c @@ -1,4 +1,4 @@ -/* $NetBSD: mb86950.c,v 1.2 2005/04/03 11:37:19 jdolecek Exp $ */ +/* $NetBSD: mb86950.c,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mb86950.c,v 1.2 2005/04/03 11:37:19 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mb86950.c,v 1.3 2005/12/11 12:21:27 christos Exp $"); /* * Device driver for Fujitsu mb86950 based Ethernet cards. diff --git a/sys/dev/ic/mb86950reg.h b/sys/dev/ic/mb86950reg.h index 2029472c6bd..8c8bb64e39b 100644 --- a/sys/dev/ic/mb86950reg.h +++ b/sys/dev/ic/mb86950reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mb86950reg.h,v 1.2 2005/04/03 11:37:19 jdolecek Exp $ */ +/* $NetBSD: mb86950reg.h,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1995 Mika Kortelainen diff --git a/sys/dev/ic/mb86950var.h b/sys/dev/ic/mb86950var.h index 9a15fde2e80..dd855354b7a 100644 --- a/sys/dev/ic/mb86950var.h +++ b/sys/dev/ic/mb86950var.h @@ -1,4 +1,4 @@ -/* $NetBSD: mb86950var.h,v 1.2 2005/04/03 11:37:19 jdolecek Exp $ */ +/* $NetBSD: mb86950var.h,v 1.3 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1995 Mika Kortelainen diff --git a/sys/dev/ic/mb86960.c b/sys/dev/ic/mb86960.c index ce4923771ae..5bb2ffae648 100644 --- a/sys/dev/ic/mb86960.c +++ b/sys/dev/ic/mb86960.c @@ -1,4 +1,4 @@ -/* $NetBSD: mb86960.c,v 1.60 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mb86960.c,v 1.61 2005/12/11 12:21:27 christos Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.60 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.61 2005/12/11 12:21:27 christos Exp $"); /* * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. diff --git a/sys/dev/ic/mb86960reg.h b/sys/dev/ic/mb86960reg.h index 862288fcf6a..8daa2887eb5 100644 --- a/sys/dev/ic/mb86960reg.h +++ b/sys/dev/ic/mb86960reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mb86960reg.h,v 1.9 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: mb86960reg.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 diff --git a/sys/dev/ic/mb86960var.h b/sys/dev/ic/mb86960var.h index c2c1183375e..b99dfa0bbcf 100644 --- a/sys/dev/ic/mb86960var.h +++ b/sys/dev/ic/mb86960var.h @@ -1,4 +1,4 @@ -/* $NetBSD: mb86960var.h,v 1.34 2005/01/02 12:41:03 tsutsui Exp $ */ +/* $NetBSD: mb86960var.h,v 1.35 2005/12/11 12:21:27 christos Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 diff --git a/sys/dev/ic/mb89352.c b/sys/dev/ic/mb89352.c index 7a3613fe20e..f804db90b1c 100644 --- a/sys/dev/ic/mb89352.c +++ b/sys/dev/ic/mb89352.c @@ -1,4 +1,4 @@ -/* $NetBSD: mb89352.c,v 1.38 2005/01/02 12:22:18 tsutsui Exp $ */ +/* $NetBSD: mb89352.c,v 1.39 2005/12/11 12:21:27 christos Exp $ */ /* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */ /*- @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.38 2005/01/02 12:22:18 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.39 2005/12/11 12:21:27 christos Exp $"); #ifdef DDB #define integrate diff --git a/sys/dev/ic/mb89352reg.h b/sys/dev/ic/mb89352reg.h index 075d3937b94..2dd025104ee 100644 --- a/sys/dev/ic/mb89352reg.h +++ b/sys/dev/ic/mb89352reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mb89352reg.h,v 1.5 2004/03/24 15:38:42 wiz Exp $ */ +/* $NetBSD: mb89352reg.h,v 1.6 2005/12/11 12:21:27 christos Exp $ */ /* NecBSD: mb89352reg.h,v 1.3 1998/03/14 07:04:34 kmatsuda Exp */ /*- diff --git a/sys/dev/ic/mb89352var.h b/sys/dev/ic/mb89352var.h index 725a0d96032..d0fc99789bf 100644 --- a/sys/dev/ic/mb89352var.h +++ b/sys/dev/ic/mb89352var.h @@ -1,4 +1,4 @@ -/* $NetBSD: mb89352var.h,v 1.9 2004/12/07 22:23:45 thorpej Exp $ */ +/* $NetBSD: mb89352var.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /* NecBSD: mb89352var.h,v 1.4 1998/03/14 07:31:22 kmatsuda Exp */ /*- diff --git a/sys/dev/ic/mc146818.c b/sys/dev/ic/mc146818.c index 2092d3c8dd1..431e84184ca 100644 --- a/sys/dev/ic/mc146818.c +++ b/sys/dev/ic/mc146818.c @@ -1,4 +1,4 @@ -/* $NetBSD: mc146818.c,v 1.6 2005/06/04 20:14:25 he Exp $ */ +/* $NetBSD: mc146818.c,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2003 Izumi Tsutsui. All rights reserved. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mc146818.c,v 1.6 2005/06/04 20:14:25 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mc146818.c,v 1.7 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/mc146818reg.h b/sys/dev/ic/mc146818reg.h index 3d09e4c8588..b7c2a03f0e1 100644 --- a/sys/dev/ic/mc146818reg.h +++ b/sys/dev/ic/mc146818reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mc146818reg.h,v 1.7 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mc146818reg.h,v 1.8 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. diff --git a/sys/dev/ic/mc146818var.h b/sys/dev/ic/mc146818var.h index 279d33f2de4..94ace6b0e35 100644 --- a/sys/dev/ic/mc146818var.h +++ b/sys/dev/ic/mc146818var.h @@ -1,4 +1,4 @@ -/* $NetBSD: mc146818var.h,v 1.3 2003/11/24 06:20:40 tsutsui Exp $ */ +/* $NetBSD: mc146818var.h,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2003 Izumi Tsutsui. All rights reserved. diff --git a/sys/dev/ic/mc68450reg.h b/sys/dev/ic/mc68450reg.h index 40efe1b7f58..c30ca3a9fc1 100644 --- a/sys/dev/ic/mc68450reg.h +++ b/sys/dev/ic/mc68450reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mc68450reg.h,v 1.3 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mc68450reg.h,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/mc6845reg.h b/sys/dev/ic/mc6845reg.h index a735a05750d..5c88e3d3ccb 100644 --- a/sys/dev/ic/mc6845reg.h +++ b/sys/dev/ic/mc6845reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mc6845reg.h,v 1.3 2004/03/24 17:26:53 drochner Exp $ */ +/* $NetBSD: mc6845reg.h,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 1998 diff --git a/sys/dev/ic/midway.c b/sys/dev/ic/midway.c index eace6ba94b5..3504f3faf89 100644 --- a/sys/dev/ic/midway.c +++ b/sys/dev/ic/midway.c @@ -1,4 +1,4 @@ -/* $NetBSD: midway.c,v 1.67 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: midway.c,v 1.68 2005/12/11 12:21:27 christos Exp $ */ /* (sync'd to midway.c 1.68) */ /* @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: midway.c,v 1.67 2005/05/30 04:43:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: midway.c,v 1.68 2005/12/11 12:21:27 christos Exp $"); #include "opt_natm.h" diff --git a/sys/dev/ic/midwayreg.h b/sys/dev/ic/midwayreg.h index 481d8ed50bf..624f994d595 100644 --- a/sys/dev/ic/midwayreg.h +++ b/sys/dev/ic/midwayreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: midwayreg.h,v 1.12 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: midwayreg.h,v 1.13 2005/12/11 12:21:27 christos Exp $ */ /* * m i d w a y r e g . h diff --git a/sys/dev/ic/midwayvar.h b/sys/dev/ic/midwayvar.h index 2cc717941d8..fc4784a191d 100644 --- a/sys/dev/ic/midwayvar.h +++ b/sys/dev/ic/midwayvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: midwayvar.h,v 1.15 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: midwayvar.h,v 1.16 2005/12/11 12:21:27 christos Exp $ */ /* * diff --git a/sys/dev/ic/mk48txx.c b/sys/dev/ic/mk48txx.c index 88834109a29..0a595b9597f 100644 --- a/sys/dev/ic/mk48txx.c +++ b/sys/dev/ic/mk48txx.c @@ -1,4 +1,4 @@ -/* $NetBSD: mk48txx.c,v 1.17 2005/06/04 20:14:25 he Exp $ */ +/* $NetBSD: mk48txx.c,v 1.18 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mk48txx.c,v 1.17 2005/06/04 20:14:25 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mk48txx.c,v 1.18 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/mk48txxreg.h b/sys/dev/ic/mk48txxreg.h index f3debf1069c..a284203e644 100644 --- a/sys/dev/ic/mk48txxreg.h +++ b/sys/dev/ic/mk48txxreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mk48txxreg.h,v 1.8 2004/12/30 12:36:29 bjh21 Exp $ */ +/* $NetBSD: mk48txxreg.h,v 1.9 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/ic/mk48txxvar.h b/sys/dev/ic/mk48txxvar.h index 8c5742bf61c..ef288dcf09e 100644 --- a/sys/dev/ic/mk48txxvar.h +++ b/sys/dev/ic/mk48txxvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: mk48txxvar.h,v 1.1 2003/11/01 22:41:42 tsutsui Exp $ */ +/* $NetBSD: mk48txxvar.h,v 1.2 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/ic/mlx.c b/sys/dev/ic/mlx.c index 12d9d1a3fdf..eb21ef9f5c4 100644 --- a/sys/dev/ic/mlx.c +++ b/sys/dev/ic/mlx.c @@ -1,4 +1,4 @@ -/* $NetBSD: mlx.c,v 1.36 2005/08/25 22:33:19 drochner Exp $ */ +/* $NetBSD: mlx.c,v 1.37 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -74,7 +74,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.36 2005/08/25 22:33:19 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mlx.c,v 1.37 2005/12/11 12:21:27 christos Exp $"); #include "ld.h" @@ -711,7 +711,7 @@ mlx_adjqparam(struct mlx_softc *mlx, int mpu, int slop) * Accept an open operation on the control device. */ int -mlxopen(dev_t dev, int flag, int mode, struct proc *p) +mlxopen(dev_t dev, int flag, int mode, struct lwp *l) { struct mlx_softc *mlx; @@ -730,7 +730,7 @@ mlxopen(dev_t dev, int flag, int mode, struct proc *p) * Accept the last close on the control device. */ int -mlxclose(dev_t dev, int flag, int mode, struct proc *p) +mlxclose(dev_t dev, int flag, int mode, struct lwp *l) { struct mlx_softc *mlx; @@ -743,7 +743,7 @@ mlxclose(dev_t dev, int flag, int mode, struct proc *p) * Handle control operations. */ int -mlxioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) +mlxioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct lwp *l) { struct mlx_softc *mlx; struct mlx_rebuild_request *rb; diff --git a/sys/dev/ic/mlxreg.h b/sys/dev/ic/mlxreg.h index 6465197bc1f..e19c63c5f7f 100644 --- a/sys/dev/ic/mlxreg.h +++ b/sys/dev/ic/mlxreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mlxreg.h,v 1.5 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mlxreg.h,v 1.6 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/mlxvar.h b/sys/dev/ic/mlxvar.h index 21e3d4a2cdd..ca3cce10011 100644 --- a/sys/dev/ic/mlxvar.h +++ b/sys/dev/ic/mlxvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: mlxvar.h,v 1.9 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mlxvar.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/mm58167.c b/sys/dev/ic/mm58167.c index 508d6ffaa24..238fbc2eebe 100644 --- a/sys/dev/ic/mm58167.c +++ b/sys/dev/ic/mm58167.c @@ -1,4 +1,4 @@ -/* $NetBSD: mm58167.c,v 1.6 2005/06/04 20:14:25 he Exp $ */ +/* $NetBSD: mm58167.c,v 1.7 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mm58167.c,v 1.6 2005/06/04 20:14:25 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mm58167.c,v 1.7 2005/12/11 12:21:27 christos Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/dev/ic/mm58167var.h b/sys/dev/ic/mm58167var.h index 19efb099b4e..56ec72183d5 100644 --- a/sys/dev/ic/mm58167var.h +++ b/sys/dev/ic/mm58167var.h @@ -1,4 +1,4 @@ -/* $NetBSD: mm58167var.h,v 1.3 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mm58167var.h,v 1.4 2005/12/11 12:21:27 christos Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/mpt.c b/sys/dev/ic/mpt.c index 7771d369ae1..c963afe0afc 100644 --- a/sys/dev/ic/mpt.c +++ b/sys/dev/ic/mpt.c @@ -1,4 +1,4 @@ -/* $NetBSD: mpt.c,v 1.5 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mpt.c,v 1.6 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2000, 2001 by Greg Ansley @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mpt.c,v 1.5 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mpt.c,v 1.6 2005/12/11 12:21:27 christos Exp $"); #include <dev/ic/mpt.h> diff --git a/sys/dev/ic/mpt.h b/sys/dev/ic/mpt.h index c3d22fbe633..a40aeb3b940 100644 --- a/sys/dev/ic/mpt.h +++ b/sys/dev/ic/mpt.h @@ -1,4 +1,4 @@ -/* $NetBSD: mpt.h,v 1.4 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: mpt.h,v 1.5 2005/12/11 12:21:27 christos Exp $ */ /* * Copyright (c) 2000, 2001 by Greg Ansley diff --git a/sys/dev/ic/mpt_debug.c b/sys/dev/ic/mpt_debug.c index 45d8639744a..9d718d7c773 100644 --- a/sys/dev/ic/mpt_debug.c +++ b/sys/dev/ic/mpt_debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: mpt_debug.c,v 1.3 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: mpt_debug.c,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2000, 2001 by Greg Ansley @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.3 2005/05/30 04:43:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.4 2005/12/11 12:21:28 christos Exp $"); #include <dev/ic/mpt.h> diff --git a/sys/dev/ic/mpt_netbsd.c b/sys/dev/ic/mpt_netbsd.c index c73af9e7784..ba94c0a0058 100644 --- a/sys/dev/ic/mpt_netbsd.c +++ b/sys/dev/ic/mpt_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: mpt_netbsd.c,v 1.9 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mpt_netbsd.c,v 1.10 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -75,7 +75,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mpt_netbsd.c,v 1.9 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mpt_netbsd.c,v 1.10 2005/12/11 12:21:28 christos Exp $"); #include <dev/ic/mpt.h> /* pulls in all headers */ diff --git a/sys/dev/ic/mpt_netbsd.h b/sys/dev/ic/mpt_netbsd.h index 52733bdbb1b..dc16353e072 100644 --- a/sys/dev/ic/mpt_netbsd.h +++ b/sys/dev/ic/mpt_netbsd.h @@ -1,4 +1,4 @@ -/* $NetBSD: mpt_netbsd.h,v 1.3 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mpt_netbsd.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. diff --git a/sys/dev/ic/mpu.c b/sys/dev/ic/mpu.c index 68de78a09b0..21b8bb4726c 100644 --- a/sys/dev/ic/mpu.c +++ b/sys/dev/ic/mpu.c @@ -1,4 +1,4 @@ -/* $NetBSD: mpu.c,v 1.10 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mpu.c,v 1.11 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mpu.c,v 1.10 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mpu.c,v 1.11 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/mpuvar.h b/sys/dev/ic/mpuvar.h index 69c2d661375..4b7b29f8414 100644 --- a/sys/dev/ic/mpuvar.h +++ b/sys/dev/ic/mpuvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: mpuvar.h,v 1.7 2005/05/29 22:10:28 christos Exp $ */ +/* $NetBSD: mpuvar.h,v 1.8 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/msm6258.c b/sys/dev/ic/msm6258.c index 2b10027458f..8ea83d9f1d1 100644 --- a/sys/dev/ic/msm6258.c +++ b/sys/dev/ic/msm6258.c @@ -1,4 +1,4 @@ -/* $NetBSD: msm6258.c,v 1.13 2005/06/08 13:54:38 he Exp $ */ +/* $NetBSD: msm6258.c,v 1.14 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Tetsuya Isaki. All rights reserved. @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: msm6258.c,v 1.13 2005/06/08 13:54:38 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: msm6258.c,v 1.14 2005/12/11 12:21:28 christos Exp $"); #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/ic/msm6258var.h b/sys/dev/ic/msm6258var.h index bb742e46139..a20edd47353 100644 --- a/sys/dev/ic/msm6258var.h +++ b/sys/dev/ic/msm6258var.h @@ -1,4 +1,4 @@ -/* $NetBSD: msm6258var.h,v 1.6 2005/01/10 22:01:37 kent Exp $ */ +/* $NetBSD: msm6258var.h,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Tetsuya Isaki. All rights reserved. diff --git a/sys/dev/ic/mtd803.c b/sys/dev/ic/mtd803.c index 3b0568f4ab6..ffe50ae4ac0 100644 --- a/sys/dev/ic/mtd803.c +++ b/sys/dev/ic/mtd803.c @@ -1,4 +1,4 @@ -/* $NetBSD: mtd803.c,v 1.8 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: mtd803.c,v 1.9 2005/12/11 12:21:28 christos Exp $ */ /*- * @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mtd803.c,v 1.8 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mtd803.c,v 1.9 2005/12/11 12:21:28 christos Exp $"); #include "bpfilter.h" diff --git a/sys/dev/ic/mtd803var.h b/sys/dev/ic/mtd803var.h index a3d77d6cd98..b204a308067 100644 --- a/sys/dev/ic/mtd803var.h +++ b/sys/dev/ic/mtd803var.h @@ -1,4 +1,4 @@ -/* $NetBSD: mtd803var.h,v 1.3 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: mtd803var.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/mx98905.c b/sys/dev/ic/mx98905.c index 9f161a0078e..9ab3bc9d5dc 100644 --- a/sys/dev/ic/mx98905.c +++ b/sys/dev/ic/mx98905.c @@ -1,4 +1,4 @@ -/* $NetBSD: mx98905.c,v 1.6 2004/03/18 23:38:17 he Exp $ */ +/* $NetBSD: mx98905.c,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -66,7 +66,7 @@ #include <sys/param.h> -__KERNEL_RCSID(0, "$NetBSD: mx98905.c,v 1.6 2004/03/18 23:38:17 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mx98905.c,v 1.7 2005/12/11 12:21:28 christos Exp $"); #include <sys/device.h> #include <sys/mbuf.h> diff --git a/sys/dev/ic/ncr5380.doc b/sys/dev/ic/ncr5380.doc index 74ac4bce3ac..2e679bf767a 100644 --- a/sys/dev/ic/ncr5380.doc +++ b/sys/dev/ic/ncr5380.doc @@ -1,4 +1,4 @@ -# $NetBSD: ncr5380.doc,v 1.4 2005/02/27 00:27:02 perry Exp $ +# $NetBSD: ncr5380.doc,v 1.5 2005/12/11 12:21:28 christos Exp $ MI 5380 driver ============== diff --git a/sys/dev/ic/ncr5380reg.h b/sys/dev/ic/ncr5380reg.h index c61c030abce..10b0e748682 100644 --- a/sys/dev/ic/ncr5380reg.h +++ b/sys/dev/ic/ncr5380reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380reg.h,v 1.6 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: ncr5380reg.h,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /* * Mach Operating System diff --git a/sys/dev/ic/ncr5380sbc.c b/sys/dev/ic/ncr5380sbc.c index 3389692e3e3..6be40c7b531 100644 --- a/sys/dev/ic/ncr5380sbc.c +++ b/sys/dev/ic/ncr5380sbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380sbc.c,v 1.56 2005/06/02 14:03:20 tsutsui Exp $ */ +/* $NetBSD: ncr5380sbc.c,v 1.57 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1995 David Jones, Gordon W. Ross @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.56 2005/06/02 14:03:20 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.57 2005/12/11 12:21:28 christos Exp $"); #include "opt_ddb.h" diff --git a/sys/dev/ic/ncr5380var.h b/sys/dev/ic/ncr5380var.h index 623fa8ebb1e..b5c51200a26 100644 --- a/sys/dev/ic/ncr5380var.h +++ b/sys/dev/ic/ncr5380var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380var.h,v 1.28 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: ncr5380var.h,v 1.29 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1995 David Jones, Gordon W. Ross diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c index 51075c01fbf..20362117d47 100644 --- a/sys/dev/ic/ncr53c9x.c +++ b/sys/dev/ic/ncr53c9x.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53c9x.c,v 1.116 2005/11/06 10:31:46 tsutsui Exp $ */ +/* $NetBSD: ncr53c9x.c,v 1.117 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc. @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ncr53c9x.c,v 1.116 2005/11/06 10:31:46 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ncr53c9x.c,v 1.117 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ncr53c9xreg.h b/sys/dev/ic/ncr53c9xreg.h index 2588aefc72e..480fc4ff9e4 100644 --- a/sys/dev/ic/ncr53c9xreg.h +++ b/sys/dev/ic/ncr53c9xreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53c9xreg.h,v 1.14 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: ncr53c9xreg.h,v 1.15 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1994 Peter Galbavy. All rights reserved. diff --git a/sys/dev/ic/ncr53c9xvar.h b/sys/dev/ic/ncr53c9xvar.h index e88966f900e..b0e8b151adb 100644 --- a/sys/dev/ic/ncr53c9xvar.h +++ b/sys/dev/ic/ncr53c9xvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53c9xvar.h,v 1.46 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: ncr53c9xvar.h,v 1.47 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ne2000.c b/sys/dev/ic/ne2000.c index e7103b1b074..8331d974c2c 100644 --- a/sys/dev/ic/ne2000.c +++ b/sys/dev/ic/ne2000.c @@ -1,4 +1,4 @@ -/* $NetBSD: ne2000.c,v 1.46 2005/02/26 10:29:20 bsh Exp $ */ +/* $NetBSD: ne2000.c,v 1.47 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ne2000.c,v 1.46 2005/02/26 10:29:20 bsh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ne2000.c,v 1.47 2005/12/11 12:21:28 christos Exp $"); #include "opt_ipkdb.h" diff --git a/sys/dev/ic/ne2000var.h b/sys/dev/ic/ne2000var.h index d10a9845ac2..47558ba68b7 100644 --- a/sys/dev/ic/ne2000var.h +++ b/sys/dev/ic/ne2000var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ne2000var.h,v 1.16 2005/02/04 02:10:36 perry Exp $ */ +/* $NetBSD: ne2000var.h,v 1.17 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/nec7210reg.h b/sys/dev/ic/nec7210reg.h index f3e6899f5b0..80c22294ee8 100644 --- a/sys/dev/ic/nec7210reg.h +++ b/sys/dev/ic/nec7210reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: nec7210reg.h,v 1.2 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: nec7210reg.h,v 1.3 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/nec765reg.h b/sys/dev/ic/nec765reg.h index adb2d5bd082..a1485a08287 100644 --- a/sys/dev/ic/nec765reg.h +++ b/sys/dev/ic/nec765reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: nec765reg.h,v 1.6 2003/08/07 16:31:02 agc Exp $ */ +/* $NetBSD: nec765reg.h,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. diff --git a/sys/dev/ic/ninjascsi32.c b/sys/dev/ic/ninjascsi32.c index b9b9e093a9f..521e1665cce 100644 --- a/sys/dev/ic/ninjascsi32.c +++ b/sys/dev/ic/ninjascsi32.c @@ -1,4 +1,4 @@ -/* $NetBSD: ninjascsi32.c,v 1.3 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: ninjascsi32.c,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ninjascsi32.c,v 1.3 2005/05/30 04:43:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ninjascsi32.c,v 1.4 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ninjascsi32reg.h b/sys/dev/ic/ninjascsi32reg.h index f543714a051..739a39d1ea4 100644 --- a/sys/dev/ic/ninjascsi32reg.h +++ b/sys/dev/ic/ninjascsi32reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ninjascsi32reg.h,v 1.1 2004/08/26 14:13:46 itohy Exp $ */ +/* $NetBSD: ninjascsi32reg.h,v 1.2 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ninjascsi32var.h b/sys/dev/ic/ninjascsi32var.h index 5b07f156556..7ea11231be3 100644 --- a/sys/dev/ic/ninjascsi32var.h +++ b/sys/dev/ic/ninjascsi32var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ninjascsi32var.h,v 1.2 2004/08/26 18:38:19 thorpej Exp $ */ +/* $NetBSD: ninjascsi32var.h,v 1.3 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/ns16450reg.h b/sys/dev/ic/ns16450reg.h index 0b23414b326..cefb7c84d1c 100644 --- a/sys/dev/ic/ns16450reg.h +++ b/sys/dev/ic/ns16450reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ns16450reg.h,v 1.5 2003/08/07 16:31:02 agc Exp $ */ +/* $NetBSD: ns16450reg.h,v 1.6 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. diff --git a/sys/dev/ic/ns16550reg.h b/sys/dev/ic/ns16550reg.h index e7e9b670c87..4295647df0e 100644 --- a/sys/dev/ic/ns16550reg.h +++ b/sys/dev/ic/ns16550reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ns16550reg.h,v 1.6 2003/08/07 16:31:02 agc Exp $ */ +/* $NetBSD: ns16550reg.h,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. diff --git a/sys/dev/ic/nslm7x.c b/sys/dev/ic/nslm7x.c index 79f79bdfe5e..f8592767a81 100644 --- a/sys/dev/ic/nslm7x.c +++ b/sys/dev/ic/nslm7x.c @@ -1,4 +1,4 @@ -/* $NetBSD: nslm7x.c,v 1.23 2005/10/15 00:41:48 xtraeme Exp $ */ +/* $NetBSD: nslm7x.c,v 1.24 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.23 2005/10/15 00:41:48 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.24 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/nslm7xvar.h b/sys/dev/ic/nslm7xvar.h index b835b251f2f..08260ed2ff8 100644 --- a/sys/dev/ic/nslm7xvar.h +++ b/sys/dev/ic/nslm7xvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: nslm7xvar.h,v 1.16 2005/10/15 00:41:48 xtraeme Exp $ */ +/* $NetBSD: nslm7xvar.h,v 1.17 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/oosiop.c b/sys/dev/ic/oosiop.c index 7f3077069e1..2a8d8dcea48 100644 --- a/sys/dev/ic/oosiop.c +++ b/sys/dev/ic/oosiop.c @@ -1,4 +1,4 @@ -/* $NetBSD: oosiop.c,v 1.7 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: oosiop.c,v 1.8 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Shuichiro URATA. All rights reserved. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.7 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.8 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/oosiopreg.h b/sys/dev/ic/oosiopreg.h index cd736daab0f..514c5889b3f 100644 --- a/sys/dev/ic/oosiopreg.h +++ b/sys/dev/ic/oosiopreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: oosiopreg.h,v 1.3 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: oosiopreg.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. diff --git a/sys/dev/ic/oosiopvar.h b/sys/dev/ic/oosiopvar.h index 385b885920b..6e6ba4c7570 100644 --- a/sys/dev/ic/oosiopvar.h +++ b/sys/dev/ic/oosiopvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: oosiopvar.h,v 1.3 2005/01/02 12:22:19 tsutsui Exp $ */ +/* $NetBSD: oosiopvar.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Shuichiro URATA. All rights reserved. diff --git a/sys/dev/ic/opl.c b/sys/dev/ic/opl.c index d3f3bab7c25..19f6c1357db 100644 --- a/sys/dev/ic/opl.c +++ b/sys/dev/ic/opl.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl.c,v 1.22 2005/02/04 02:10:37 perry Exp $ */ +/* $NetBSD: opl.c,v 1.23 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opl.c,v 1.22 2005/02/04 02:10:37 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opl.c,v 1.23 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/opl3sa3reg.h b/sys/dev/ic/opl3sa3reg.h index b8ee002e1fb..8daa7d3c428 100644 --- a/sys/dev/ic/opl3sa3reg.h +++ b/sys/dev/ic/opl3sa3reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: opl3sa3reg.h,v 1.3 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: opl3sa3reg.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/oplinstrs.c b/sys/dev/ic/oplinstrs.c index 66ad0b47431..186d3fcceee 100644 --- a/sys/dev/ic/oplinstrs.c +++ b/sys/dev/ic/oplinstrs.c @@ -1,7 +1,7 @@ -/* $NetBSD: oplinstrs.c,v 1.5 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: oplinstrs.c,v 1.6 2005/12/11 12:21:28 christos Exp $ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: oplinstrs.c,v 1.5 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: oplinstrs.c,v 1.6 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/oplreg.h b/sys/dev/ic/oplreg.h index 776290a3a85..9b10f6a02da 100644 --- a/sys/dev/ic/oplreg.h +++ b/sys/dev/ic/oplreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: oplreg.h,v 1.4 2003/12/04 13:57:30 keihan Exp $ */ +/* $NetBSD: oplreg.h,v 1.5 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1997 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/oplvar.h b/sys/dev/ic/oplvar.h index ba833cd9065..f8baacf9dbb 100644 --- a/sys/dev/ic/oplvar.h +++ b/sys/dev/ic/oplvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: oplvar.h,v 1.10 2005/02/04 02:10:37 perry Exp $ */ +/* $NetBSD: oplvar.h,v 1.11 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c index 507d831e12f..4b5f8efe38c 100644 --- a/sys/dev/ic/osiop.c +++ b/sys/dev/ic/osiop.c @@ -1,4 +1,4 @@ -/* $NetBSD: osiop.c,v 1.24 2005/04/30 02:18:43 tsutsui Exp $ */ +/* $NetBSD: osiop.c,v 1.25 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Izumi Tsutsui. All rights reserved. @@ -100,7 +100,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.24 2005/04/30 02:18:43 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.25 2005/12/11 12:21:28 christos Exp $"); /* #define OSIOP_DEBUG */ diff --git a/sys/dev/ic/osiopreg.h b/sys/dev/ic/osiopreg.h index 20aebb78d33..578d137a20f 100644 --- a/sys/dev/ic/osiopreg.h +++ b/sys/dev/ic/osiopreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: osiopreg.h,v 1.4 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: osiopreg.h,v 1.5 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. diff --git a/sys/dev/ic/osiopvar.h b/sys/dev/ic/osiopvar.h index f33b667a250..631fea2a19a 100644 --- a/sys/dev/ic/osiopvar.h +++ b/sys/dev/ic/osiopvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: osiopvar.h,v 1.8 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: osiopvar.h,v 1.9 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Izumi Tsutsui. All rights reserved. diff --git a/sys/dev/ic/pcdisplay_chars.c b/sys/dev/ic/pcdisplay_chars.c index 59ce304173c..9532cdb0744 100644 --- a/sys/dev/ic/pcdisplay_chars.c +++ b/sys/dev/ic/pcdisplay_chars.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcdisplay_chars.c,v 1.9 2004/03/24 17:26:53 drochner Exp $ */ +/* $NetBSD: pcdisplay_chars.c,v 1.10 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998 @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pcdisplay_chars.c,v 1.9 2004/03/24 17:26:53 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pcdisplay_chars.c,v 1.10 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/pcdisplay_subr.c b/sys/dev/ic/pcdisplay_subr.c index d7fff7fa6db..cd55455ee65 100644 --- a/sys/dev/ic/pcdisplay_subr.c +++ b/sys/dev/ic/pcdisplay_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcdisplay_subr.c,v 1.28 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: pcdisplay_subr.c,v 1.29 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pcdisplay_subr.c,v 1.28 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pcdisplay_subr.c,v 1.29 2005/12/11 12:21:28 christos Exp $"); #include "opt_wsdisplay_compat.h" /* for WSDISPLAY_CHARFUNCS */ #include "opt_wsmsgattrs.h" /* for WSDISPLAY_CUSTOM_OUTPUT */ diff --git a/sys/dev/ic/pcdisplayvar.h b/sys/dev/ic/pcdisplayvar.h index 11415421a71..729fee9264a 100644 --- a/sys/dev/ic/pcdisplayvar.h +++ b/sys/dev/ic/pcdisplayvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: pcdisplayvar.h,v 1.14 2004/07/28 12:34:04 jmmv Exp $ */ +/* $NetBSD: pcdisplayvar.h,v 1.15 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998 diff --git a/sys/dev/ic/pckbc.c b/sys/dev/ic/pckbc.c index 196fd8fb5fc..c0d3f26b32d 100644 --- a/sys/dev/ic/pckbc.c +++ b/sys/dev/ic/pckbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: pckbc.c,v 1.34 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: pckbc.c,v 1.35 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2004 Ben Harris. @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pckbc.c,v 1.34 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pckbc.c,v 1.35 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/pckbcvar.h b/sys/dev/ic/pckbcvar.h index d3ddec8f927..aac2d483393 100644 --- a/sys/dev/ic/pckbcvar.h +++ b/sys/dev/ic/pckbcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: pckbcvar.h,v 1.11 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: pckbcvar.h,v 1.12 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998 diff --git a/sys/dev/ic/pdq.c b/sys/dev/ic/pdq.c index 4a9ead4b3a9..301b33bcf31 100644 --- a/sys/dev/ic/pdq.c +++ b/sys/dev/ic/pdq.c @@ -1,4 +1,4 @@ -/* $NetBSD: pdq.c,v 1.38 2005/05/17 04:14:57 christos Exp $ */ +/* $NetBSD: pdq.c,v 1.39 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1995,1996 Matt Thomas <matt@3am-software.com> @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pdq.c,v 1.38 2005/05/17 04:14:57 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pdq.c,v 1.39 2005/12/11 12:21:28 christos Exp $"); #define PDQ_HWSUPPORT /* for pdq.h */ diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c index e2e66cc70d0..7f385567e21 100644 --- a/sys/dev/ic/pdq_ifsubr.c +++ b/sys/dev/ic/pdq_ifsubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: pdq_ifsubr.c,v 1.42 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: pdq_ifsubr.c,v 1.43 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pdq_ifsubr.c,v 1.42 2005/05/30 04:43:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pdq_ifsubr.c,v 1.43 2005/12/11 12:21:28 christos Exp $"); #ifdef __NetBSD__ #include "opt_inet.h" diff --git a/sys/dev/ic/pdqreg.h b/sys/dev/ic/pdqreg.h index 2e19e947d1b..5eac1202ebf 100644 --- a/sys/dev/ic/pdqreg.h +++ b/sys/dev/ic/pdqreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: pdqreg.h,v 1.17 2005/05/30 04:41:57 christos Exp $ */ +/* $NetBSD: pdqreg.h,v 1.18 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/dev/ic/pdqvar.h b/sys/dev/ic/pdqvar.h index a150e117ecb..117ceea77ff 100644 --- a/sys/dev/ic/pdqvar.h +++ b/sys/dev/ic/pdqvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: pdqvar.h,v 1.35 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: pdqvar.h,v 1.36 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/dev/ic/ralreg.h b/sys/dev/ic/ralreg.h index 35f3d5f8dc5..654b57a49bd 100644 --- a/sys/dev/ic/ralreg.h +++ b/sys/dev/ic/ralreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ralreg.h,v 1.1 2005/07/01 20:06:56 drochner Exp $ */ +/* $NetBSD: ralreg.h,v 1.2 2005/12/11 12:21:28 christos Exp $ */ /* $OpenBSD: ralreg.h,v 1.5 2005/04/01 11:12:57 damien Exp $ */ /*- diff --git a/sys/dev/ic/ralvar.h b/sys/dev/ic/ralvar.h index b0a6aa5c0c3..4b0aa7d702f 100644 --- a/sys/dev/ic/ralvar.h +++ b/sys/dev/ic/ralvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ralvar.h,v 1.2 2005/07/04 17:50:10 drochner Exp $ */ +/* $NetBSD: ralvar.h,v 1.3 2005/12/11 12:21:28 christos Exp $ */ /* $OpenBSD: ralvar.h,v 1.7 2005/03/11 19:39:35 damien Exp $ */ /*- diff --git a/sys/dev/ic/ramdac.h b/sys/dev/ic/ramdac.h index aca4d8e44c9..2b9717a0abd 100644 --- a/sys/dev/ic/ramdac.h +++ b/sys/dev/ic/ramdac.h @@ -1,4 +1,4 @@ -/* $NetBSD: ramdac.h,v 1.6 2005/06/01 18:18:52 drochner Exp $ */ +/* $NetBSD: ramdac.h,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/rf3000reg.h b/sys/dev/ic/rf3000reg.h index e147b28cbba..85111c8c750 100644 --- a/sys/dev/ic/rf3000reg.h +++ b/sys/dev/ic/rf3000reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf3000reg.h,v 1.3 2004/07/21 04:25:22 dyoung Exp $ */ +/* $NetBSD: rf3000reg.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2005 David Young. All rights reserved. diff --git a/sys/dev/ic/rrunner.c b/sys/dev/ic/rrunner.c index ab16a8787ef..42f4fecf377 100644 --- a/sys/dev/ic/rrunner.c +++ b/sys/dev/ic/rrunner.c @@ -1,4 +1,4 @@ -/* $NetBSD: rrunner.c,v 1.50 2005/10/15 17:29:12 yamt Exp $ */ +/* $NetBSD: rrunner.c,v 1.51 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rrunner.c,v 1.50 2005/10/15 17:29:12 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rrunner.c,v 1.51 2005/12/11 12:21:28 christos Exp $"); #include "opt_inet.h" #include "opt_ns.h" @@ -708,12 +708,8 @@ bad_init: * intervening memcpy's to slow us down. */ -int -esh_fpopen(dev, oflags, devtype, p) - dev_t dev; - int oflags; - int devtype; - struct proc *p; +int +esh_fpopen(dev_t dev, int oflags, int devtype, struct lwp *l) { struct esh_softc *sc; struct rr_ring_ctl *ring_ctl; @@ -929,12 +925,8 @@ bad_fp_dmamem_alloc: } -int -esh_fpclose(dev, fflag, devtype, p) - dev_t dev; - int fflag; - int devtype; - struct proc *p; +int +esh_fpclose(dev_t dev, int fflag, int devtype, struct lwp *l) { struct esh_softc *sc; struct rr_ring_ctl *ring_ctl; @@ -2036,7 +2028,8 @@ eshstart(ifp) */ error = bus_dmamap_load(sc->sc_dmat, send->ec_dma, - bp->b_data, bp->b_bcount, bp->b_proc, + bp->b_data, bp->b_bcount, + bp->b_proc, BUS_DMA_WRITE|BUS_DMA_NOWAIT); if (error) diff --git a/sys/dev/ic/rrunnerreg.h b/sys/dev/ic/rrunnerreg.h index cbed301bd95..8ca8568607f 100644 --- a/sys/dev/ic/rrunnerreg.h +++ b/sys/dev/ic/rrunnerreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: rrunnerreg.h,v 1.6 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: rrunnerreg.h,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/rrunnervar.h b/sys/dev/ic/rrunnervar.h index 391ab80cc04..7c343314171 100644 --- a/sys/dev/ic/rrunnervar.h +++ b/sys/dev/ic/rrunnervar.h @@ -1,4 +1,4 @@ -/* $NetBSD: rrunnervar.h,v 1.10 2005/10/15 17:29:12 yamt Exp $ */ +/* $NetBSD: rrunnervar.h,v 1.11 2005/12/11 12:21:28 christos Exp $ */ /* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/ic/rtl80x9.c b/sys/dev/ic/rtl80x9.c index 18547ead44e..46ac5784566 100644 --- a/sys/dev/ic/rtl80x9.c +++ b/sys/dev/ic/rtl80x9.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl80x9.c,v 1.10 2003/10/28 22:22:28 mycroft Exp $ */ +/* $NetBSD: rtl80x9.c,v 1.11 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtl80x9.c,v 1.10 2003/10/28 22:22:28 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtl80x9.c,v 1.11 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/rtl80x9reg.h b/sys/dev/ic/rtl80x9reg.h index 3115454b4f5..30451beb493 100644 --- a/sys/dev/ic/rtl80x9reg.h +++ b/sys/dev/ic/rtl80x9reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: rtl80x9reg.h,v 1.5 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: rtl80x9reg.h,v 1.6 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/rtl80x9var.h b/sys/dev/ic/rtl80x9var.h index 9ee9a839131..41960fbabf5 100644 --- a/sys/dev/ic/rtl80x9var.h +++ b/sys/dev/ic/rtl80x9var.h @@ -1,4 +1,4 @@ -/* $NetBSD: rtl80x9var.h,v 1.4 2005/02/04 02:10:37 perry Exp $ */ +/* $NetBSD: rtl80x9var.h,v 1.5 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/rtl8169.c b/sys/dev/ic/rtl8169.c index 26c13ee4b4c..f276b957a41 100644 --- a/sys/dev/ic/rtl8169.c +++ b/sys/dev/ic/rtl8169.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl8169.c,v 1.21 2005/07/11 21:42:58 yamt Exp $ */ +/* $NetBSD: rtl8169.c,v 1.22 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1997, 1998-2003 diff --git a/sys/dev/ic/rtl8169var.h b/sys/dev/ic/rtl8169var.h index 681ed9efe02..8d6f667be79 100644 --- a/sys/dev/ic/rtl8169var.h +++ b/sys/dev/ic/rtl8169var.h @@ -1,4 +1,4 @@ -/* $NetBSD: rtl8169var.h,v 1.2 2005/01/13 14:24:24 kanaoka Exp $ */ +/* $NetBSD: rtl8169var.h,v 1.3 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2004 Jonathan Stone diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index 5777b15299e..0a752822200 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: rtl81x9reg.h,v 1.12 2005/03/23 20:23:08 yamt Exp $ */ +/* $NetBSD: rtl81x9reg.h,v 1.13 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1997, 1998 diff --git a/sys/dev/ic/rtl81x9var.h b/sys/dev/ic/rtl81x9var.h index 8f7bfd79c2b..32929daa7e1 100644 --- a/sys/dev/ic/rtl81x9var.h +++ b/sys/dev/ic/rtl81x9var.h @@ -1,4 +1,4 @@ -/* $NetBSD: rtl81x9var.h,v 1.19 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: rtl81x9var.h,v 1.20 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1997, 1998 diff --git a/sys/dev/ic/rtwphy.c b/sys/dev/ic/rtwphy.c index 816e54afc7f..e97a0f47fa8 100644 --- a/sys/dev/ic/rtwphy.c +++ b/sys/dev/ic/rtwphy.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtwphy.c,v 1.6 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: rtwphy.c,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2004, 2005 David Young. All rights reserved. * @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtwphy.c,v 1.6 2005/06/22 06:15:51 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtwphy.c,v 1.7 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/rtwphy.h b/sys/dev/ic/rtwphy.h index c027ae8d0ce..8871989a2a7 100644 --- a/sys/dev/ic/rtwphy.h +++ b/sys/dev/ic/rtwphy.h @@ -1,4 +1,4 @@ -/* $NetBSD: rtwphy.h,v 1.3 2005/01/02 04:23:03 dyoung Exp $ */ +/* $NetBSD: rtwphy.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2004, 2005 David Young. All rights reserved. * diff --git a/sys/dev/ic/rtwphyio.c b/sys/dev/ic/rtwphyio.c index 3d834c16786..359a8e16dbc 100644 --- a/sys/dev/ic/rtwphyio.c +++ b/sys/dev/ic/rtwphyio.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtwphyio.c,v 1.7 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: rtwphyio.c,v 1.8 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2004, 2005 David Young. All rights reserved. * @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtwphyio.c,v 1.7 2005/06/22 06:15:51 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtwphyio.c,v 1.8 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/rtwphyio.h b/sys/dev/ic/rtwphyio.h index 6808f4ed543..366f3d02c6d 100644 --- a/sys/dev/ic/rtwphyio.h +++ b/sys/dev/ic/rtwphyio.h @@ -1,4 +1,4 @@ -/* $NetBSD: rtwphyio.h,v 1.2 2005/01/02 04:23:03 dyoung Exp $ */ +/* $NetBSD: rtwphyio.h,v 1.3 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 2004, 2005 David Young. All rights reserved. * diff --git a/sys/dev/ic/sa2400reg.h b/sys/dev/ic/sa2400reg.h index 65fa19e8085..1425208947a 100644 --- a/sys/dev/ic/sa2400reg.h +++ b/sys/dev/ic/sa2400reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: sa2400reg.h,v 1.3 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: sa2400reg.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2005 David Young. All rights reserved. diff --git a/sys/dev/ic/seeq8005.c b/sys/dev/ic/seeq8005.c index 0524e62a161..92897f5aeb5 100644 --- a/sys/dev/ic/seeq8005.c +++ b/sys/dev/ic/seeq8005.c @@ -1,4 +1,4 @@ -/* $NetBSD: seeq8005.c,v 1.37 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: seeq8005.c,v 1.38 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2000, 2001 Ben Harris @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: seeq8005.c,v 1.37 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: seeq8005.c,v 1.38 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/sgec.c b/sys/dev/ic/sgec.c index a35d56aab3d..5c251c3e69d 100644 --- a/sys/dev/ic/sgec.c +++ b/sys/dev/ic/sgec.c @@ -1,4 +1,4 @@ -/* $NetBSD: sgec.c,v 1.26 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: sgec.c,v 1.27 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. * @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.26 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.27 2005/12/11 12:21:28 christos Exp $"); #include "opt_inet.h" #include "bpfilter.h" diff --git a/sys/dev/ic/sgecreg.h b/sys/dev/ic/sgecreg.h index 712d4d79775..30ccb5a100e 100644 --- a/sys/dev/ic/sgecreg.h +++ b/sys/dev/ic/sgecreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: sgecreg.h,v 1.3 2003/08/07 16:31:03 agc Exp $ */ +/* $NetBSD: sgecreg.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. diff --git a/sys/dev/ic/sgecvar.h b/sys/dev/ic/sgecvar.h index b6d9c968ddf..201143faf6d 100644 --- a/sys/dev/ic/sgecvar.h +++ b/sys/dev/ic/sgecvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: sgecvar.h,v 1.5 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: sgecvar.h,v 1.6 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. * diff --git a/sys/dev/ic/si4136reg.h b/sys/dev/ic/si4136reg.h index 57691a476a0..9973adb7367 100644 --- a/sys/dev/ic/si4136reg.h +++ b/sys/dev/ic/si4136reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: si4136reg.h,v 1.1 2004/02/17 21:20:55 dyoung Exp $ */ +/* $NetBSD: si4136reg.h,v 1.2 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2005 David Young. All rights reserved. diff --git a/sys/dev/ic/siopreg.h b/sys/dev/ic/siopreg.h index be891a4ac55..6526c81aa6a 100644 --- a/sys/dev/ic/siopreg.h +++ b/sys/dev/ic/siopreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: siopreg.h,v 1.16 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: siopreg.h,v 1.17 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. diff --git a/sys/dev/ic/sl811hs.c b/sys/dev/ic/sl811hs.c index 734691d66c4..8064036442c 100644 --- a/sys/dev/ic/sl811hs.c +++ b/sys/dev/ic/sl811hs.c @@ -1,4 +1,4 @@ -/* $NetBSD: sl811hs.c,v 1.6 2005/06/01 19:40:58 drochner Exp $ */ +/* $NetBSD: sl811hs.c,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.6 2005/06/01 19:40:58 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.7 2005/12/11 12:21:28 christos Exp $"); #include "opt_slhci.h" diff --git a/sys/dev/ic/smc83c170.c b/sys/dev/ic/smc83c170.c index 87db51c1b02..eb92b090ad8 100644 --- a/sys/dev/ic/smc83c170.c +++ b/sys/dev/ic/smc83c170.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc83c170.c,v 1.59 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: smc83c170.c,v 1.60 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.59 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.60 2005/12/11 12:21:28 christos Exp $"); #include "bpfilter.h" diff --git a/sys/dev/ic/smc83c170reg.h b/sys/dev/ic/smc83c170reg.h index 7f74847b62a..861789df14e 100644 --- a/sys/dev/ic/smc83c170reg.h +++ b/sys/dev/ic/smc83c170reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: smc83c170reg.h,v 1.9 2003/11/08 16:08:13 tsutsui Exp $ */ +/* $NetBSD: smc83c170reg.h,v 1.10 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/smc83c170var.h b/sys/dev/ic/smc83c170var.h index 6d9b3eaa31a..22cf19b62e8 100644 --- a/sys/dev/ic/smc83c170var.h +++ b/sys/dev/ic/smc83c170var.h @@ -1,4 +1,4 @@ -/* $NetBSD: smc83c170var.h,v 1.9 2005/02/04 02:10:37 perry Exp $ */ +/* $NetBSD: smc83c170var.h,v 1.10 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c index 0edbfc94936..2f704b05515 100644 --- a/sys/dev/ic/smc90cx6.c +++ b/sys/dev/ic/smc90cx6.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc90cx6.c,v 1.43 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: smc90cx6.c,v 1.44 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.43 2005/02/27 00:27:02 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.44 2005/12/11 12:21:28 christos Exp $"); /* #define BAHSOFTCOPY */ #define BAHRETRANSMIT /**/ diff --git a/sys/dev/ic/smc90cx6reg.h b/sys/dev/ic/smc90cx6reg.h index 06d8f4b7170..967c96b2a72 100644 --- a/sys/dev/ic/smc90cx6reg.h +++ b/sys/dev/ic/smc90cx6reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: smc90cx6reg.h,v 1.8 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: smc90cx6reg.h,v 1.9 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/smc90cx6var.h b/sys/dev/ic/smc90cx6var.h index 34763ac35ef..8b698cebf4e 100644 --- a/sys/dev/ic/smc90cx6var.h +++ b/sys/dev/ic/smc90cx6var.h @@ -1,4 +1,4 @@ -/* $NetBSD: smc90cx6var.h,v 1.7 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: smc90cx6var.h,v 1.8 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index 6cdf0b0a9dc..e1fc1b61065 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc91cxx.c,v 1.52 2005/06/06 20:20:09 pooka Exp $ */ +/* $NetBSD: smc91cxx.c,v 1.53 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.52 2005/06/06 20:20:09 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.53 2005/12/11 12:21:28 christos Exp $"); #include "opt_inet.h" #include "opt_ccitt.h" diff --git a/sys/dev/ic/smc91cxxvar.h b/sys/dev/ic/smc91cxxvar.h index 2d462ff0a06..b50342834b2 100644 --- a/sys/dev/ic/smc91cxxvar.h +++ b/sys/dev/ic/smc91cxxvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: smc91cxxvar.h,v 1.12 2005/02/04 02:10:37 perry Exp $ */ +/* $NetBSD: smc91cxxvar.h,v 1.13 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/smc93cx6.c b/sys/dev/ic/smc93cx6.c index 83fe5154ea9..90abeeade11 100644 --- a/sys/dev/ic/smc93cx6.c +++ b/sys/dev/ic/smc93cx6.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc93cx6.c,v 1.11 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: smc93cx6.c,v 1.12 2005/12/11 12:21:28 christos Exp $ */ /* * Interface for the 93C66/56/46/26/06 serial eeprom parts. @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: smc93cx6.c,v 1.11 2005/06/22 06:15:51 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smc93cx6.c,v 1.12 2005/12/11 12:21:28 christos Exp $"); #ifndef __NetBSD__ #include "opt_aic7xxx.h" diff --git a/sys/dev/ic/smc93cx6var.h b/sys/dev/ic/smc93cx6var.h index 56ce0706905..28d3ab35649 100644 --- a/sys/dev/ic/smc93cx6var.h +++ b/sys/dev/ic/smc93cx6var.h @@ -1,4 +1,4 @@ -/* $NetBSD: smc93cx6var.h,v 1.8 2005/06/22 06:15:51 dyoung Exp $ */ +/* $NetBSD: smc93cx6var.h,v 1.9 2005/12/11 12:21:28 christos Exp $ */ /* * Interface to the 93C46 serial EEPROM that is used to store BIOS diff --git a/sys/dev/ic/st16650reg.h b/sys/dev/ic/st16650reg.h index 4e47f45467c..ee5c3bad5f8 100644 --- a/sys/dev/ic/st16650reg.h +++ b/sys/dev/ic/st16650reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: st16650reg.h,v 1.2 2003/08/07 16:31:03 agc Exp $ */ +/* $NetBSD: st16650reg.h,v 1.3 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1991 The Regents of the University of California. diff --git a/sys/dev/ic/sti.c b/sys/dev/ic/sti.c index 9ef635366fe..260440b4e5d 100644 --- a/sys/dev/ic/sti.c +++ b/sys/dev/ic/sti.c @@ -1,4 +1,4 @@ -/* $NetBSD: sti.c,v 1.4 2005/04/01 11:59:37 yamt Exp $ */ +/* $NetBSD: sti.c,v 1.5 2005/12/11 12:21:28 christos Exp $ */ /* $OpenBSD: sti.c,v 1.35 2003/12/16 06:07:13 mickey Exp $ */ @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sti.c,v 1.4 2005/04/01 11:59:37 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sti.c,v 1.5 2005/12/11 12:21:28 christos Exp $"); #include "wsdisplay.h" @@ -74,7 +74,7 @@ struct wsdisplay_emulops sti_emulops = { sti_alloc_attr }; -int sti_ioctl(void *, u_long, caddr_t, int, struct proc *); +int sti_ioctl(void *, u_long, caddr_t, int, struct lwp *); paddr_t sti_mmap(void *, off_t, int); int sti_alloc_screen(void *, const struct wsscreen_descr *, void **, int *, int *, long *); @@ -582,7 +582,7 @@ sti_setcment(struct sti_softc *sc, u_int i, u_char r, u_char g, u_char b) } int -sti_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct proc *p) +sti_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct lwp *l) { struct sti_softc *sc = v; struct wsdisplay_fbinfo *wdf; diff --git a/sys/dev/ic/stireg.h b/sys/dev/ic/stireg.h index 134ba97d566..14238b36249 100644 --- a/sys/dev/ic/stireg.h +++ b/sys/dev/ic/stireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: stireg.h,v 1.1 2004/08/26 16:48:06 jkunz Exp $ */ +/* $NetBSD: stireg.h,v 1.2 2005/12/11 12:21:28 christos Exp $ */ /* $OpenBSD: stireg.h,v 1.8 2003/08/19 02:52:38 mickey Exp $ */ diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h index d53afa5dbbb..db08db09a69 100644 --- a/sys/dev/ic/stivar.h +++ b/sys/dev/ic/stivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: stivar.h,v 1.1 2004/08/26 16:48:06 jkunz Exp $ */ +/* $NetBSD: stivar.h,v 1.2 2005/12/11 12:21:28 christos Exp $ */ /* $OpenBSD: stivar.h,v 1.15 2003/12/16 06:07:13 mickey Exp $ */ diff --git a/sys/dev/ic/sunscpal.c b/sys/dev/ic/sunscpal.c index 103a50d9447..4fd31a7186c 100644 --- a/sys/dev/ic/sunscpal.c +++ b/sys/dev/ic/sunscpal.c @@ -1,4 +1,4 @@ -/* $NetBSD: sunscpal.c,v 1.18 2005/06/03 21:20:51 tsutsui Exp $ */ +/* $NetBSD: sunscpal.c,v 1.19 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Matthew Fredette @@ -76,7 +76,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.18 2005/06/03 21:20:51 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.19 2005/12/11 12:21:28 christos Exp $"); #include "opt_ddb.h" diff --git a/sys/dev/ic/sunscpalvar.h b/sys/dev/ic/sunscpalvar.h index 649dcce09b5..ef04a7a7951 100644 --- a/sys/dev/ic/sunscpalvar.h +++ b/sys/dev/ic/sunscpalvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: sunscpalvar.h,v 1.6 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: sunscpalvar.h,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2001 Matthew Fredette diff --git a/sys/dev/ic/tcic2.c b/sys/dev/ic/tcic2.c index a0c80f51cab..6749b43bea6 100644 --- a/sys/dev/ic/tcic2.c +++ b/sys/dev/ic/tcic2.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcic2.c,v 1.22 2005/08/25 22:33:19 drochner Exp $ */ +/* $NetBSD: tcic2.c,v 1.23 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998, 1999 Christoph Badura. All rights reserved. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcic2.c,v 1.22 2005/08/25 22:33:19 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcic2.c,v 1.23 2005/12/11 12:21:28 christos Exp $"); #undef TCICDEBUG diff --git a/sys/dev/ic/tcic2reg.h b/sys/dev/ic/tcic2reg.h index 09dec31c20a..fd5927d8337 100644 --- a/sys/dev/ic/tcic2reg.h +++ b/sys/dev/ic/tcic2reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: tcic2reg.h,v 1.3 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: tcic2reg.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/tcic2var.h b/sys/dev/ic/tcic2var.h index c1f6ed7f5a2..ff54d12754c 100644 --- a/sys/dev/ic/tcic2var.h +++ b/sys/dev/ic/tcic2var.h @@ -1,4 +1,4 @@ -/* $NetBSD: tcic2var.h,v 1.5 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: tcic2var.h,v 1.6 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 1998, 1999 Christoph Badura. All rights reserved. diff --git a/sys/dev/ic/tea5757.c b/sys/dev/ic/tea5757.c index f6ec6139f11..37588a3230d 100644 --- a/sys/dev/ic/tea5757.c +++ b/sys/dev/ic/tea5757.c @@ -1,4 +1,4 @@ -/* $NetBSD: tea5757.c,v 1.4 2005/06/02 14:32:12 christos Exp $ */ +/* $NetBSD: tea5757.c,v 1.5 2005/12/11 12:21:28 christos Exp $ */ /* $OpenBSD: tea5757.c,v 1.3 2002/01/07 18:32:19 mickey Exp $ */ /* @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tea5757.c,v 1.4 2005/06/02 14:32:12 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tea5757.c,v 1.5 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/radioio.h> diff --git a/sys/dev/ic/timer_cpcbus.c b/sys/dev/ic/timer_cpcbus.c index 35782276762..9dedeb8a5bd 100644 --- a/sys/dev/ic/timer_cpcbus.c +++ b/sys/dev/ic/timer_cpcbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: timer_cpcbus.c,v 1.6 2003/07/14 15:47:12 lukem Exp $ */ +/* $NetBSD: timer_cpcbus.c,v 1.7 2005/12/11 12:21:28 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: timer_cpcbus.c,v 1.6 2003/07/14 15:47:12 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: timer_cpcbus.c,v 1.7 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/tms320av110.c b/sys/dev/ic/tms320av110.c index 34bedd4314c..095a5728efb 100644 --- a/sys/dev/ic/tms320av110.c +++ b/sys/dev/ic/tms320av110.c @@ -1,4 +1,4 @@ -/* $NetBSD: tms320av110.c,v 1.17 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: tms320av110.c,v 1.18 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tms320av110.c,v 1.17 2005/01/15 15:19:52 kent Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tms320av110.c,v 1.18 2005/12/11 12:21:28 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/tms320av110var.h b/sys/dev/ic/tms320av110var.h index 82bad1bc337..9934c9dba0e 100644 --- a/sys/dev/ic/tms320av110var.h +++ b/sys/dev/ic/tms320av110var.h @@ -1,4 +1,4 @@ -/* $NetBSD: tms320av110var.h,v 1.5 2005/01/15 15:19:52 kent Exp $ */ +/* $NetBSD: tms320av110var.h,v 1.6 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/tropic.c b/sys/dev/ic/tropic.c index dedc0001d98..5aafa1aebf9 100644 --- a/sys/dev/ic/tropic.c +++ b/sys/dev/ic/tropic.c @@ -1,4 +1,4 @@ -/* $NetBSD: tropic.c,v 1.25 2005/05/30 04:43:47 christos Exp $ */ +/* $NetBSD: tropic.c,v 1.26 2005/12/11 12:21:28 christos Exp $ */ /* * Ported to NetBSD by Onno van der Linden @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tropic.c,v 1.25 2005/05/30 04:43:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tropic.c,v 1.26 2005/12/11 12:21:28 christos Exp $"); #include "opt_inet.h" #include "opt_ns.h" diff --git a/sys/dev/ic/tropicreg.h b/sys/dev/ic/tropicreg.h index 8d74b724ba3..2008095bec4 100644 --- a/sys/dev/ic/tropicreg.h +++ b/sys/dev/ic/tropicreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: tropicreg.h,v 1.5 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: tropicreg.h,v 1.6 2005/12/11 12:21:28 christos Exp $ */ /* * Mach Operating System diff --git a/sys/dev/ic/tropicvar.h b/sys/dev/ic/tropicvar.h index dba5de1fafc..8cf322c53b7 100644 --- a/sys/dev/ic/tropicvar.h +++ b/sys/dev/ic/tropicvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: tropicvar.h,v 1.10 2005/02/27 00:27:02 perry Exp $ */ +/* $NetBSD: tropicvar.h,v 1.11 2005/12/11 12:21:28 christos Exp $ */ /* * Mach Operating System diff --git a/sys/dev/ic/tulip.c b/sys/dev/ic/tulip.c index edfc8eb35bf..5630e3fc5f0 100644 --- a/sys/dev/ic/tulip.c +++ b/sys/dev/ic/tulip.c @@ -1,4 +1,4 @@ -/* $NetBSD: tulip.c,v 1.139 2005/07/17 18:11:36 he Exp $ */ +/* $NetBSD: tulip.c,v 1.140 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.139 2005/07/17 18:11:36 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.140 2005/12/11 12:21:28 christos Exp $"); #include "bpfilter.h" diff --git a/sys/dev/ic/tulipreg.h b/sys/dev/ic/tulipreg.h index 75249827486..b4fad4ffca7 100644 --- a/sys/dev/ic/tulipreg.h +++ b/sys/dev/ic/tulipreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: tulipreg.h,v 1.31 2005/06/23 23:51:42 rpaulo Exp $ */ +/* $NetBSD: tulipreg.h,v 1.32 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/tulipvar.h b/sys/dev/ic/tulipvar.h index 0f7fed6ff09..95ac6af7fb3 100644 --- a/sys/dev/ic/tulipvar.h +++ b/sys/dev/ic/tulipvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: tulipvar.h,v 1.56 2005/07/17 18:11:36 he Exp $ */ +/* $NetBSD: tulipvar.h,v 1.57 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/uha.c b/sys/dev/ic/uha.c index 6f7bfba25e2..b4df305139e 100644 --- a/sys/dev/ic/uha.c +++ b/sys/dev/ic/uha.c @@ -1,4 +1,4 @@ -/* $NetBSD: uha.c,v 1.35 2005/02/21 00:29:07 thorpej Exp $ */ +/* $NetBSD: uha.c,v 1.36 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.35 2005/02/21 00:29:07 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.36 2005/12/11 12:21:28 christos Exp $"); #undef UHADEBUG #ifdef DDB diff --git a/sys/dev/ic/uhareg.h b/sys/dev/ic/uhareg.h index 6d9dfb142a1..f52d2285508 100644 --- a/sys/dev/ic/uhareg.h +++ b/sys/dev/ic/uhareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: uhareg.h,v 1.11 2005/02/21 00:29:07 thorpej Exp $ */ +/* $NetBSD: uhareg.h,v 1.12 2005/12/11 12:21:28 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/uhavar.h b/sys/dev/ic/uhavar.h index 8f7e8ece480..534c63febe3 100644 --- a/sys/dev/ic/uhavar.h +++ b/sys/dev/ic/uhavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: uhavar.h,v 1.13 2005/02/04 02:10:37 perry Exp $ */ +/* $NetBSD: uhavar.h,v 1.14 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/upc.c b/sys/dev/ic/upc.c index a1af80d0ab1..01931be7f2e 100644 --- a/sys/dev/ic/upc.c +++ b/sys/dev/ic/upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: upc.c,v 1.11 2005/08/25 22:33:19 drochner Exp $ */ +/* $NetBSD: upc.c,v 1.12 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 2000, 2003 Ben Harris * All rights reserved. @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: upc.c,v 1.11 2005/08/25 22:33:19 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: upc.c,v 1.12 2005/12/11 12:21:29 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/upcvar.h b/sys/dev/ic/upcvar.h index cf946f527b4..5cb52eb0605 100644 --- a/sys/dev/ic/upcvar.h +++ b/sys/dev/ic/upcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: upcvar.h,v 1.3 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: upcvar.h,v 1.4 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 2000, 2003 Ben Harris * All rights reserved. diff --git a/sys/dev/ic/vga.c b/sys/dev/ic/vga.c index 20c6af8a67b..924142affe7 100644 --- a/sys/dev/ic/vga.c +++ b/sys/dev/ic/vga.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga.c,v 1.82 2005/10/21 14:44:08 dbj Exp $ */ +/* $NetBSD: vga.c,v 1.83 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -35,7 +35,7 @@ #include "opt_wsmsgattrs.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.82 2005/10/21 14:44:08 dbj Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.83 2005/12/11 12:21:29 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -262,7 +262,7 @@ const struct wsscreen_list vga_screenlist = { _vga_scrlist_mono }; -static int vga_ioctl(void *, u_long, caddr_t, int, struct proc *); +static int vga_ioctl(void *, u_long, caddr_t, int, struct lwp *); static paddr_t vga_mmap(void *, off_t, int); static int vga_alloc_screen(void *, const struct wsscreen_descr *, void **, int *, int *, long *); @@ -760,7 +760,7 @@ vga_set_video(struct vga_config *vc, int state) } int -vga_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct proc *p) +vga_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct lwp *l) { struct vga_config *vc = v; const struct vga_funcs *vf = vc->vc_funcs; @@ -800,7 +800,7 @@ vga_ioctl(void *v, u_long cmd, caddr_t data, int flag, struct proc *p) if (vf->vf_ioctl == NULL) return (EPASSTHROUGH); - return ((*vf->vf_ioctl)(v, cmd, data, flag, p)); + return ((*vf->vf_ioctl)(v, cmd, data, flag, l)); } static paddr_t diff --git a/sys/dev/ic/vga_common.c b/sys/dev/ic/vga_common.c index f4c2d1780e8..3c1c93e40e9 100644 --- a/sys/dev/ic/vga_common.c +++ b/sys/dev/ic/vga_common.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga_common.c,v 1.5 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: vga_common.c,v 1.6 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vga_common.c,v 1.5 2005/02/27 00:27:03 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga_common.c,v 1.6 2005/12/11 12:21:29 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/vga_raster.c b/sys/dev/ic/vga_raster.c index 32f3d08f970..5097299a944 100644 --- a/sys/dev/ic/vga_raster.c +++ b/sys/dev/ic/vga_raster.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga_raster.c,v 1.18 2005/10/21 14:44:08 dbj Exp $ */ +/* $NetBSD: vga_raster.c,v 1.19 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 2001, 2002 Bang Jun-Young @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vga_raster.c,v 1.18 2005/10/21 14:44:08 dbj Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga_raster.c,v 1.19 2005/12/11 12:21:29 christos Exp $"); #include "opt_wsmsgattrs.h" /* for WSDISPLAY_CUSTOM_OUTPUT */ diff --git a/sys/dev/ic/vga_subr.c b/sys/dev/ic/vga_subr.c index e0123c2ef12..29427803ac5 100644 --- a/sys/dev/ic/vga_subr.c +++ b/sys/dev/ic/vga_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga_subr.c,v 1.19 2004/12/27 14:20:43 tsutsui Exp $ */ +/* $NetBSD: vga_subr.c,v 1.20 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1998 @@ -30,7 +30,7 @@ #include "opt_wsdisplay_border.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vga_subr.c,v 1.19 2004/12/27 14:20:43 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga_subr.c,v 1.20 2005/12/11 12:21:29 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/vgareg.h b/sys/dev/ic/vgareg.h index b85476f5ced..5c6dba8d81c 100644 --- a/sys/dev/ic/vgareg.h +++ b/sys/dev/ic/vgareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: vgareg.h,v 1.8 2004/07/29 22:29:37 jmmv Exp $ */ +/* $NetBSD: vgareg.h,v 1.9 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1998 diff --git a/sys/dev/ic/vgavar.h b/sys/dev/ic/vgavar.h index 9f852d784b5..5b6077a458e 100644 --- a/sys/dev/ic/vgavar.h +++ b/sys/dev/ic/vgavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: vgavar.h,v 1.22 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: vgavar.h,v 1.23 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -42,7 +42,7 @@ struct vga_handle { #define vh_memh vh_ph.ph_memh struct vga_funcs { - int (*vf_ioctl)(void *, u_long, caddr_t, int, struct proc *); + int (*vf_ioctl)(void *, u_long, caddr_t, int, struct lwp *); paddr_t (*vf_mmap)(void *, off_t, int); }; diff --git a/sys/dev/ic/videomode.h b/sys/dev/ic/videomode.h index 594525136d4..d4baf923ad7 100644 --- a/sys/dev/ic/videomode.h +++ b/sys/dev/ic/videomode.h @@ -1,4 +1,4 @@ -/* $NetBSD: videomode.h,v 1.3 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: videomode.h,v 1.4 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 2001, 2002 Bang Jun-Young diff --git a/sys/dev/ic/wdc_upc.c b/sys/dev/ic/wdc_upc.c index 9fd6ecd66b2..cc0bb4f6831 100644 --- a/sys/dev/ic/wdc_upc.c +++ b/sys/dev/ic/wdc_upc.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc_upc.c,v 1.20 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: wdc_upc.c,v 1.21 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 2000 Ben Harris * All rights reserved. @@ -28,7 +28,7 @@ /* This file is part of NetBSD/arm26 -- a port of NetBSD to ARM2/3 machines. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wdc_upc.c,v 1.20 2005/02/27 00:27:03 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wdc_upc.c,v 1.21 2005/12/11 12:21:29 christos Exp $"); #include <sys/param.h> #include <sys/device.h> diff --git a/sys/dev/ic/wdcreg.h b/sys/dev/ic/wdcreg.h index f7d5f130144..2d28e5ccee1 100644 --- a/sys/dev/ic/wdcreg.h +++ b/sys/dev/ic/wdcreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: wdcreg.h,v 1.33 2004/05/25 20:42:41 thorpej Exp $ */ +/* $NetBSD: wdcreg.h,v 1.34 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index f3b9b91582e..63c5dbd5c75 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: wdcvar.h,v 1.83 2005/08/06 22:07:24 bouyer Exp $ */ +/* $NetBSD: wdcvar.h,v 1.84 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc. diff --git a/sys/dev/ic/we.c b/sys/dev/ic/we.c index 82a7b7c448d..7c93a834e32 100644 --- a/sys/dev/ic/we.c +++ b/sys/dev/ic/we.c @@ -1,4 +1,4 @@ -/* $NetBSD: we.c,v 1.7 2005/04/03 10:56:59 jdolecek Exp $ */ +/* $NetBSD: we.c,v 1.8 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: we.c,v 1.7 2005/04/03 10:56:59 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: we.c,v 1.8 2005/12/11 12:21:29 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/wevar.h b/sys/dev/ic/wevar.h index 09459dc1986..72b49fba32d 100644 --- a/sys/dev/ic/wevar.h +++ b/sys/dev/ic/wevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: wevar.h,v 1.3 2005/04/03 10:56:59 jdolecek Exp $ */ +/* $NetBSD: wevar.h,v 1.4 2005/12/11 12:21:29 christos Exp $ */ /* * National Semiconductor DS8390 NIC register definitions. diff --git a/sys/dev/ic/wi_ieee.h b/sys/dev/ic/wi_ieee.h index 3c872f8eb37..c9651283405 100644 --- a/sys/dev/ic/wi_ieee.h +++ b/sys/dev/ic/wi_ieee.h @@ -1,4 +1,4 @@ -/* $NetBSD: wi_ieee.h,v 1.23 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: wi_ieee.h,v 1.24 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1997, 1998, 1999 diff --git a/sys/dev/ic/wireg.h b/sys/dev/ic/wireg.h index 1bd4c2d90c5..6b2af314a81 100644 --- a/sys/dev/ic/wireg.h +++ b/sys/dev/ic/wireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: wireg.h,v 1.51 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: wireg.h,v 1.52 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1997, 1998, 1999 diff --git a/sys/dev/ic/z8530reg.h b/sys/dev/ic/z8530reg.h index 088264ef1ff..8aa13ad8b87 100644 --- a/sys/dev/ic/z8530reg.h +++ b/sys/dev/ic/z8530reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: z8530reg.h,v 1.11 2003/11/02 11:07:46 wiz Exp $ */ +/* $NetBSD: z8530reg.h,v 1.12 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/dev/ic/z8530sc.c b/sys/dev/ic/z8530sc.c index 23c74ca4d90..fddb7d8b56f 100644 --- a/sys/dev/ic/z8530sc.c +++ b/sys/dev/ic/z8530sc.c @@ -1,4 +1,4 @@ -/* $NetBSD: z8530sc.c,v 1.21 2005/02/27 00:27:03 perry Exp $ */ +/* $NetBSD: z8530sc.c,v 1.22 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1992, 1993 @@ -91,7 +91,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: z8530sc.c,v 1.21 2005/02/27 00:27:03 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: z8530sc.c,v 1.22 2005/12/11 12:21:29 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ic/z8530sc.h b/sys/dev/ic/z8530sc.h index 4a2be442503..65f3981fb54 100644 --- a/sys/dev/ic/z8530sc.h +++ b/sys/dev/ic/z8530sc.h @@ -1,4 +1,4 @@ -/* $NetBSD: z8530sc.h,v 1.21 2005/02/04 02:10:37 perry Exp $ */ +/* $NetBSD: z8530sc.h,v 1.22 2005/12/11 12:21:29 christos Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/dev/ic/z8530tty.c b/sys/dev/ic/z8530tty.c index c59e568ca7a..c561bb3a9be 100644 --- a/sys/dev/ic/z8530tty.c +++ b/sys/dev/ic/z8530tty.c @@ -1,4 +1,4 @@ -/* $NetBSD: z8530tty.c,v 1.100 2005/09/06 21:40:39 kleink Exp $ */ +/* $NetBSD: z8530tty.c,v 1.101 2005/12/11 12:21:29 christos Exp $ */ /*- * Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999 @@ -137,7 +137,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: z8530tty.c,v 1.100 2005/09/06 21:40:39 kleink Exp $"); +__KERNEL_RCSID(0, "$NetBSD: z8530tty.c,v 1.101 2005/12/11 12:21:29 christos Exp $"); #include "opt_kgdb.h" #include "opt_ntp.h" @@ -555,15 +555,16 @@ zs_shutdown(zst) * Open a zs serial (tty) port. */ int -zsopen(dev, flags, mode, p) +zsopen(dev, flags, mode, l) dev_t dev; int flags; int mode; - struct proc *p; + struct lwp *l; { struct zstty_softc *zst; struct zs_chanstate *cs; struct tty *tp; + struct proc *p; int s, s2; int error; @@ -573,6 +574,7 @@ zsopen(dev, flags, mode, p) tp = zst->zst_tty; cs = zst->zst_cs; + p = l->l_proc; /* If KGDB took the line, then tp==NULL */ if (tp == NULL) @@ -709,11 +711,11 @@ bad: * Close a zs serial port. */ int -zsclose(dev, flags, mode, p) +zsclose(dev, flags, mode, l) dev_t dev; int flags; int mode; - struct proc *p; + struct lwp *l; { struct zstty_softc *zst = device_lookup(&zstty_cd, ZSUNIT(dev)); struct tty *tp = zst->zst_tty; @@ -765,36 +767,37 @@ zswrite(dev, uio, flags) } int -zspoll(dev, events, p) +zspoll(dev, events, l) dev_t dev; int events; - struct proc *p; + struct lwp *l; { struct zstty_softc *zst = device_lookup(&zstty_cd, ZSUNIT(dev)); struct tty *tp = zst->zst_tty; - return ((*tp->t_linesw->l_poll)(tp, events, p)); + return ((*tp->t_linesw->l_poll)(tp, events, l)); } int -zsioctl(dev, cmd, data, flag, p) +zsioctl(dev, cmd, data, flag, l) dev_t dev; u_long cmd; caddr_t data; int flag; - struct proc *p; + struct lwp *l; { struct zstty_softc *zst = device_lookup(&zstty_cd, ZSUNIT(dev)); struct zs_chanstate *cs = zst->zst_cs; struct tty *tp = zst->zst_tty; + struct proc *p = l->l_proc; int error; int s; - error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, p); + error = (*tp->t_linesw->l_ioctl)(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return (error); - error = ttioctl(tp, cmd, data, flag, p); + error = ttioctl(tp, cmd, data, flag, l); if (error != EPASSTHROUGH) return (error); |
