diff options
| author | thorpej <thorpej@NetBSD.org> | 2022-09-25 17:52:25 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2022-09-25 17:52:25 +0000 |
| commit | 882ffae7fef2494807fa89ce4d78e383153fa2e1 (patch) | |
| tree | 0d0a57b8e6757dcf1453b81d8ce21e491071e3e9 /sys/dev | |
| parent | 4367f2b46a01b374d24a9b4e3c51ab9c5edc3841 (diff) | |
Remove unnecessary include of <sys/malloc.h>.
Diffstat (limited to 'sys/dev')
81 files changed, 160 insertions, 241 deletions
diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c index fa1436b23b7..2157b6b15b1 100644 --- a/sys/dev/ic/adv.c +++ b/sys/dev/ic/adv.c @@ -1,4 +1,4 @@ -/* $NetBSD: adv.c,v 1.52 2021/08/07 16:19:11 thorpej Exp $ */ +/* $NetBSD: adv.c,v 1.53 2022/09/25 18:43:32 thorpej Exp $ */ /* * Generic driver for the Advanced Systems Inc. Narrow SCSI controllers @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.52 2021/08/07 16:19:11 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.53 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -40,7 +40,6 @@ __KERNEL_RCSID(0, "$NetBSD: adv.c,v 1.52 2021/08/07 16:19:11 thorpej Exp $"); #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> diff --git a/sys/dev/ic/advlib.c b/sys/dev/ic/advlib.c index 346aa08469b..db92406ddd2 100644 --- a/sys/dev/ic/advlib.c +++ b/sys/dev/ic/advlib.c @@ -1,4 +1,4 @@ -/* $NetBSD: advlib.c,v 1.29 2019/12/15 16:48:27 tsutsui Exp $ */ +/* $NetBSD: advlib.c,v 1.30 2022/09/25 18:43:32 thorpej Exp $ */ /* * Low level routines for the Advanced Systems Inc. SCSI controllers chips @@ -46,11 +46,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.29 2019/12/15 16:48:27 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: advlib.c,v 1.30 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/queue.h> #include <sys/device.h> diff --git a/sys/dev/ic/adwlib.c b/sys/dev/ic/adwlib.c index 6ec40748b73..74b1f4c0af1 100644 --- a/sys/dev/ic/adwlib.c +++ b/sys/dev/ic/adwlib.c @@ -1,4 +1,4 @@ -/* $NetBSD: adwlib.c,v 1.44 2019/12/15 16:48:27 tsutsui Exp $ */ +/* $NetBSD: adwlib.c,v 1.45 2022/09/25 18:43:32 thorpej Exp $ */ /* * Low level routines for the Advanced Systems Inc. SCSI controllers chips @@ -45,11 +45,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.44 2019/12/15 16:48:27 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adwlib.c,v 1.45 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/queue.h> #include <sys/device.h> diff --git a/sys/dev/ic/adwmcode.c b/sys/dev/ic/adwmcode.c index 240815035fa..b992a255f0e 100644 --- a/sys/dev/ic/adwmcode.c +++ b/sys/dev/ic/adwmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: adwmcode.c,v 1.18 2019/12/15 16:48:27 tsutsui Exp $ */ +/* $NetBSD: adwmcode.c,v 1.19 2022/09/25 18:43:32 thorpej Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -47,7 +47,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.18 2019/12/15 16:48:27 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.19 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -56,7 +56,6 @@ __KERNEL_RCSID(0, "$NetBSD: adwmcode.c,v 1.18 2019/12/15 16:48:27 tsutsui Exp $" #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> diff --git a/sys/dev/ic/aha.c b/sys/dev/ic/aha.c index a2bca1cf04b..a2f2eba00c3 100644 --- a/sys/dev/ic/aha.c +++ b/sys/dev/ic/aha.c @@ -1,4 +1,4 @@ -/* $NetBSD: aha.c,v 1.65 2021/08/07 16:19:11 thorpej Exp $ */ +/* $NetBSD: aha.c,v 1.66 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.65 2021/08/07 16:19:11 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.66 2022/09/25 18:43:32 thorpej Exp $"); #include "opt_ddb.h" @@ -59,7 +59,6 @@ __KERNEL_RCSID(0, "$NetBSD: aha.c,v 1.65 2021/08/07 16:19:11 thorpej Exp $"); #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> diff --git a/sys/dev/ic/aic6915.c b/sys/dev/ic/aic6915.c index 02e94929115..df787a23662 100644 --- a/sys/dev/ic/aic6915.c +++ b/sys/dev/ic/aic6915.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic6915.c,v 1.44 2020/03/15 22:19:00 thorpej Exp $ */ +/* $NetBSD: aic6915.c,v 1.45 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -35,14 +35,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.44 2020/03/15 22:19:00 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic6915.c,v 1.45 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/callout.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/sys/dev/ic/aic7xxx_seeprom.c b/sys/dev/ic/aic7xxx_seeprom.c index 88b4709f355..ac13280950b 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.13 2009/03/14 15:36:17 dsl Exp $ */ +/* $NetBSD: aic7xxx_seeprom.c,v 1.14 2022/09/25 18:43:32 thorpej Exp $ */ /* * Product specific probe and attach routines for: @@ -46,17 +46,16 @@ * from the FreeBSD source file aic7xxx_pci.c by Frank van der Linden * <fvdl@NetBSD.org> * - * $Id: aic7xxx_seeprom.c,v 1.13 2009/03/14 15:36:17 dsl Exp $ + * $Id: aic7xxx_seeprom.c,v 1.14 2022/09/25 18:43:32 thorpej 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.13 2009/03/14 15:36:17 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic7xxx_seeprom.c,v 1.14 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/queue.h> #include <sys/device.h> diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index fe9bbbe571c..c8f4f85e2e6 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $NetBSD: am7990.c,v 1.83 2020/10/20 18:17:58 roy Exp $ */ +/* $NetBSD: am7990.c,v 1.84 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: am7990.c,v 1.83 2020/10/20 18:17:58 roy Exp $"); +__KERNEL_RCSID(0, "$NetBSD: am7990.c,v 1.84 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -73,7 +73,6 @@ __KERNEL_RCSID(0, "$NetBSD: am7990.c,v 1.83 2020/10/20 18:17:58 roy Exp $"); #include <sys/syslog.h> #include <sys/socket.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/ioctl.h> #include <sys/errno.h> #include <sys/rndsource.h> diff --git a/sys/dev/ic/am79900.c b/sys/dev/ic/am79900.c index e56d4c6bb57..e31ac73ac93 100644 --- a/sys/dev/ic/am79900.c +++ b/sys/dev/ic/am79900.c @@ -1,4 +1,4 @@ -/* $NetBSD: am79900.c,v 1.31 2020/10/20 18:17:58 roy Exp $ */ +/* $NetBSD: am79900.c,v 1.32 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -103,7 +103,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: am79900.c,v 1.31 2020/10/20 18:17:58 roy Exp $"); +__KERNEL_RCSID(0, "$NetBSD: am79900.c,v 1.32 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -111,7 +111,6 @@ __KERNEL_RCSID(0, "$NetBSD: am79900.c,v 1.31 2020/10/20 18:17:58 roy Exp $"); #include <sys/syslog.h> #include <sys/socket.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/ioctl.h> #include <sys/errno.h> #include <sys/rndsource.h> diff --git a/sys/dev/ic/arn5416.c b/sys/dev/ic/arn5416.c index 61159f8ee84..cdbfaa4f5bc 100644 --- a/sys/dev/ic/arn5416.c +++ b/sys/dev/ic/arn5416.c @@ -1,4 +1,4 @@ -/* $NetBSD: arn5416.c,v 1.2 2013/04/03 14:20:02 christos Exp $ */ +/* $NetBSD: arn5416.c,v 1.3 2022/09/25 18:43:32 thorpej Exp $ */ /* $OpenBSD: ar5416.c,v 1.12 2012/06/10 21:23:36 kettenis Exp $ */ /*- @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arn5416.c,v 1.2 2013/04/03 14:20:02 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arn5416.c,v 1.3 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/sockio.h> @@ -32,7 +32,6 @@ __KERNEL_RCSID(0, "$NetBSD: arn5416.c,v 1.2 2013/04/03 14:20:02 christos Exp $") #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/queue.h> #include <sys/callout.h> #include <sys/conf.h> diff --git a/sys/dev/ic/arn9280.c b/sys/dev/ic/arn9280.c index 1804c1e8088..2716b159267 100644 --- a/sys/dev/ic/arn9280.c +++ b/sys/dev/ic/arn9280.c @@ -1,4 +1,4 @@ -/* $NetBSD: arn9280.c,v 1.2 2013/04/03 14:20:02 christos Exp $ */ +/* $NetBSD: arn9280.c,v 1.3 2022/09/25 18:43:32 thorpej Exp $ */ /* $OpenBSD: ar9280.c,v 1.18 2012/06/10 21:23:36 kettenis Exp $ */ /*- @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arn9280.c,v 1.2 2013/04/03 14:20:02 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arn9280.c,v 1.3 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/sockio.h> @@ -32,7 +32,6 @@ __KERNEL_RCSID(0, "$NetBSD: arn9280.c,v 1.2 2013/04/03 14:20:02 christos Exp $") #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/queue.h> #include <sys/callout.h> #include <sys/conf.h> diff --git a/sys/dev/ic/arn9285.c b/sys/dev/ic/arn9285.c index 2751d993e14..5753365701d 100644 --- a/sys/dev/ic/arn9285.c +++ b/sys/dev/ic/arn9285.c @@ -1,4 +1,4 @@ -/* $NetBSD: arn9285.c,v 1.4 2019/07/25 11:56:09 msaitoh Exp $ */ +/* $NetBSD: arn9285.c,v 1.5 2022/09/25 18:43:32 thorpej Exp $ */ /* $OpenBSD: ar9285.c,v 1.19 2012/06/10 21:23:36 kettenis Exp $ */ /*- @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arn9285.c,v 1.4 2019/07/25 11:56:09 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arn9285.c,v 1.5 2022/09/25 18:43:32 thorpej Exp $"); #ifndef _MODULE #include "athn_usb.h" @@ -36,7 +36,6 @@ __KERNEL_RCSID(0, "$NetBSD: arn9285.c,v 1.4 2019/07/25 11:56:09 msaitoh Exp $"); #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/queue.h> #include <sys/callout.h> #include <sys/conf.h> diff --git a/sys/dev/ic/arn9287.c b/sys/dev/ic/arn9287.c index 477fab29db1..5e308d9fb93 100644 --- a/sys/dev/ic/arn9287.c +++ b/sys/dev/ic/arn9287.c @@ -1,4 +1,4 @@ -/* $NetBSD: arn9287.c,v 1.3 2013/10/17 21:24:24 christos Exp $ */ +/* $NetBSD: arn9287.c,v 1.4 2022/09/25 18:43:32 thorpej Exp $ */ /* $OpenBSD: ar9287.c,v 1.17 2012/06/10 21:23:36 kettenis Exp $ */ /*- @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arn9287.c,v 1.3 2013/10/17 21:24:24 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arn9287.c,v 1.4 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/sockio.h> @@ -32,7 +32,6 @@ __KERNEL_RCSID(0, "$NetBSD: arn9287.c,v 1.3 2013/10/17 21:24:24 christos Exp $") #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/queue.h> #include <sys/callout.h> #include <sys/conf.h> diff --git a/sys/dev/ic/arn9380.c b/sys/dev/ic/arn9380.c index 842cd07f3ad..6070b53f54e 100644 --- a/sys/dev/ic/arn9380.c +++ b/sys/dev/ic/arn9380.c @@ -1,4 +1,4 @@ -/* $NetBSD: arn9380.c,v 1.3 2014/01/22 17:29:29 matt Exp $ */ +/* $NetBSD: arn9380.c,v 1.4 2022/09/25 18:43:32 thorpej Exp $ */ /* $OpenBSD: ar9380.c,v 1.17 2012/10/20 09:54:20 stsp Exp $ */ /*- @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arn9380.c,v 1.3 2014/01/22 17:29:29 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arn9380.c,v 1.4 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/sockio.h> @@ -32,7 +32,6 @@ __KERNEL_RCSID(0, "$NetBSD: arn9380.c,v 1.3 2014/01/22 17:29:29 matt Exp $"); #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/queue.h> #include <sys/conf.h> #include <sys/device.h> diff --git a/sys/dev/ic/ath_netbsd.c b/sys/dev/ic/ath_netbsd.c index 66a3abf8ca5..9c295070b72 100644 --- a/sys/dev/ic/ath_netbsd.c +++ b/sys/dev/ic/ath_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ath_netbsd.c,v 1.22 2014/02/25 18:30:09 pooka Exp $ */ +/* $NetBSD: ath_netbsd.c,v 1.23 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 2003, 2004 David Young @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.22 2014/02/25 18:30:09 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.23 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -34,7 +34,6 @@ __KERNEL_RCSID(0, "$NetBSD: ath_netbsd.c,v 1.22 2014/02/25 18:30:09 pooka Exp $" #include <sys/systm.h> #include <sys/sysctl.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/sockio.h> diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index 7a977d8489d..6aa4a2d3812 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $NetBSD: awi.c,v 1.100 2020/01/29 14:09:58 thorpej Exp $ */ +/* $NetBSD: awi.c,v 1.101 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1999,2000,2001 The NetBSD Foundation, Inc. @@ -78,7 +78,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.100 2020/01/29 14:09:58 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.101 2022/09/25 18:43:32 thorpej Exp $"); #include "opt_inet.h" @@ -86,7 +86,6 @@ __KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.100 2020/01/29 14:09:58 thorpej Exp $"); #include <sys/systm.h> #include <sys/kernel.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/socket.h> #include <sys/sockio.h> diff --git a/sys/dev/ic/bha.c b/sys/dev/ic/bha.c index 51a1359eeb6..292e8f9c553 100644 --- a/sys/dev/ic/bha.c +++ b/sys/dev/ic/bha.c @@ -1,4 +1,4 @@ -/* $NetBSD: bha.c,v 1.79 2021/08/07 16:19:12 thorpej Exp $ */ +/* $NetBSD: bha.c,v 1.80 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.79 2021/08/07 16:19:12 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.80 2022/09/25 18:43:32 thorpej Exp $"); #include "opt_ddb.h" @@ -57,7 +57,6 @@ __KERNEL_RCSID(0, "$NetBSD: bha.c,v 1.79 2021/08/07 16:19:12 thorpej Exp $"); #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> diff --git a/sys/dev/ic/cpc700.c b/sys/dev/ic/cpc700.c index 87bf6f5f2ce..aed16fb8df5 100644 --- a/sys/dev/ic/cpc700.c +++ b/sys/dev/ic/cpc700.c @@ -1,4 +1,4 @@ -/* $NetBSD: cpc700.c,v 1.23 2021/08/07 16:19:12 thorpej Exp $ */ +/* $NetBSD: cpc700.c,v 1.24 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -50,14 +50,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cpc700.c,v 1.23 2021/08/07 16:19:12 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cpc700.c,v 1.24 2022/09/25 18:43:32 thorpej Exp $"); #include "pci.h" #include "opt_pci.h" #include <sys/param.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/ic/dm9000.c b/sys/dev/ic/dm9000.c index 30da5237d38..316ba0c4428 100644 --- a/sys/dev/ic/dm9000.c +++ b/sys/dev/ic/dm9000.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm9000.c,v 1.34 2022/09/18 17:54:46 thorpej Exp $ */ +/* $NetBSD: dm9000.c,v 1.35 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 2009 Paul Fleischer @@ -94,7 +94,6 @@ #include <sys/device.h> #include <sys/mbuf.h> #include <sys/sockio.h> -#include <sys/malloc.h> #include <sys/errno.h> #include <sys/cprng.h> #include <sys/rndsource.h> diff --git a/sys/dev/ic/dp83932.c b/sys/dev/ic/dp83932.c index 0c78937b04a..821f174dfb3 100644 --- a/sys/dev/ic/dp83932.c +++ b/sys/dev/ic/dp83932.c @@ -1,4 +1,4 @@ -/* $NetBSD: dp83932.c,v 1.48 2022/06/25 02:46:15 tsutsui Exp $ */ +/* $NetBSD: dp83932.c,v 1.49 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -35,13 +35,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.48 2022/06/25 02:46:15 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.49 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index e4d3b6de1b1..512c90f8d47 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $NetBSD: gem.c,v 1.134 2021/03/10 18:26:16 christos Exp $ */ +/* $NetBSD: gem.c,v 1.135 2022/09/25 18:43:32 thorpej Exp $ */ /* * @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.134 2021/03/10 18:26:16 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.135 2022/09/25 18:43:32 thorpej Exp $"); #include "opt_inet.h" @@ -46,7 +46,6 @@ __KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.134 2021/03/10 18:26:16 christos Exp $"); #include <sys/callout.h> #include <sys/mbuf.h> #include <sys/syslog.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/sys/dev/ic/lemac.c b/sys/dev/ic/lemac.c index 52e0aec9eda..9025e64b73b 100644 --- a/sys/dev/ic/lemac.c +++ b/sys/dev/ic/lemac.c @@ -1,4 +1,4 @@ -/* $NetBSD: lemac.c,v 1.55 2020/01/29 14:53:40 thorpej Exp $ */ +/* $NetBSD: lemac.c,v 1.56 2022/09/25 18:43:32 thorpej 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.55 2020/01/29 14:53:40 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.56 2022/09/25 18:43:32 thorpej Exp $"); #include "opt_inet.h" @@ -45,7 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: lemac.c,v 1.55 2020/01/29 14:53:40 thorpej Exp $"); #include <sys/socket.h> #include <sys/sockio.h> #include <sys/errno.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/rndsource.h> diff --git a/sys/dev/ic/lsi64854.c b/sys/dev/ic/lsi64854.c index 96cef935611..b7125ecd3ab 100644 --- a/sys/dev/ic/lsi64854.c +++ b/sys/dev/ic/lsi64854.c @@ -1,4 +1,4 @@ -/* $NetBSD: lsi64854.c,v 1.39 2018/09/03 16:29:31 riastradh Exp $ */ +/* $NetBSD: lsi64854.c,v 1.40 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.39 2018/09/03 16:29:31 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.40 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/bus.h> #include <machine/autoconf.h> diff --git a/sys/dev/ic/mm58167.c b/sys/dev/ic/mm58167.c index 975fe97a798..1ce5b8dafb2 100644 --- a/sys/dev/ic/mm58167.c +++ b/sys/dev/ic/mm58167.c @@ -1,4 +1,4 @@ -/* $NetBSD: mm58167.c,v 1.16 2014/11/20 16:34:26 christos Exp $ */ +/* $NetBSD: mm58167.c,v 1.17 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -34,10 +34,9 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mm58167.c,v 1.16 2014/11/20 16:34:26 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mm58167.c,v 1.17 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> -#include <sys/malloc.h> #include <sys/systm.h> #include <sys/errno.h> #include <sys/device.h> diff --git a/sys/dev/ic/pcf8584.c b/sys/dev/ic/pcf8584.c index 2b5c4def1ea..b454ead27b3 100644 --- a/sys/dev/ic/pcf8584.c +++ b/sys/dev/ic/pcf8584.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcf8584.c,v 1.19 2021/08/07 16:19:12 thorpej Exp $ */ +/* $NetBSD: pcf8584.c,v 1.20 2022/09/25 18:43:32 thorpej Exp $ */ /* $OpenBSD: pcf8584.c,v 1.9 2007/10/20 18:46:21 kettenis Exp $ */ /* @@ -20,7 +20,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/proc.h> #include <sys/bus.h> diff --git a/sys/dev/ic/rtl8169.c b/sys/dev/ic/rtl8169.c index 8d3dc2cd8c9..05875ea5680 100644 --- a/sys/dev/ic/rtl8169.c +++ b/sys/dev/ic/rtl8169.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl8169.c,v 1.174 2022/08/01 07:37:18 mlelstv Exp $ */ +/* $NetBSD: rtl8169.c,v 1.175 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 1997, 1998-2003 @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.174 2022/08/01 07:37:18 mlelstv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.175 2022/09/25 18:43:32 thorpej Exp $"); /* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */ /* @@ -117,7 +117,6 @@ __KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.174 2022/08/01 07:37:18 mlelstv Exp $" #include <sys/systm.h> #include <sys/sockio.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/device.h> diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index a849e328035..f5dc5addb6a 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtl81x9.c,v 1.112 2022/06/25 02:46:15 tsutsui Exp $ */ +/* $NetBSD: rtl81x9.c,v 1.113 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 1997, 1998 @@ -86,7 +86,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.112 2022/06/25 02:46:15 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.113 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> @@ -95,7 +95,6 @@ __KERNEL_RCSID(0, "$NetBSD: rtl81x9.c,v 1.112 2022/06/25 02:46:15 tsutsui Exp $" #include <sys/device.h> #include <sys/sockio.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c index f2ee51b0515..88859b3372d 100644 --- a/sys/dev/ic/siop_common.c +++ b/sys/dev/ic/siop_common.c @@ -1,4 +1,4 @@ -/* $NetBSD: siop_common.c,v 1.58 2022/06/03 12:10:51 andvar Exp $ */ +/* $NetBSD: siop_common.c,v 1.59 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 2000, 2002 Manuel Bouyer. @@ -28,12 +28,11 @@ /* SYM53c7/8xx PCI-SCSI I/O Processors driver */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.58 2022/06/03 12:10:51 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.59 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/buf.h> #include <sys/kernel.h> #include <sys/scsiio.h> diff --git a/sys/dev/ic/smc83c170.c b/sys/dev/ic/smc83c170.c index 03008778c67..a558433db07 100644 --- a/sys/dev/ic/smc83c170.c +++ b/sys/dev/ic/smc83c170.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc83c170.c,v 1.95 2020/03/15 22:19:00 thorpej Exp $ */ +/* $NetBSD: smc83c170.c,v 1.96 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -36,14 +36,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.95 2020/03/15 22:19:00 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smc83c170.c,v 1.96 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/callout.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index 0394bf7446e..5865226ae12 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $NetBSD: smc91cxx.c,v 1.107 2022/05/24 20:50:19 andvar Exp $ */ +/* $NetBSD: smc91cxx.c,v 1.108 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.107 2022/05/24 20:50:19 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.108 2022/09/25 18:43:32 thorpej Exp $"); #include "opt_inet.h" @@ -82,7 +82,6 @@ __KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.107 2022/05/24 20:50:19 andvar Exp $" #include <sys/socket.h> #include <sys/device.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/ioctl.h> #include <sys/errno.h> #include <sys/rndsource.h> diff --git a/sys/dev/ic/tpm.c b/sys/dev/ic/tpm.c index 511344ef60b..d7950c92ec7 100644 --- a/sys/dev/ic/tpm.c +++ b/sys/dev/ic/tpm.c @@ -1,4 +1,4 @@ -/* $NetBSD: tpm.c,v 1.26 2022/09/07 00:34:19 khorben Exp $ */ +/* $NetBSD: tpm.c,v 1.27 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 2019 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tpm.c,v 1.26 2022/09/07 00:34:19 khorben Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tpm.c,v 1.27 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -58,7 +58,6 @@ __KERNEL_RCSID(0, "$NetBSD: tpm.c,v 1.26 2022/09/07 00:34:19 khorben Exp $"); #include <sys/conf.h> #include <sys/device.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/pmf.h> #include <sys/proc.h> #include <sys/systm.h> diff --git a/sys/dev/ic/ug.c b/sys/dev/ic/ug.c index ec4d5632db6..9179307587b 100644 --- a/sys/dev/ic/ug.c +++ b/sys/dev/ic/ug.c @@ -1,4 +1,4 @@ -/* $NetBSD: ug.c,v 1.14 2020/06/24 19:24:44 jdolecek Exp $ */ +/* $NetBSD: ug.c,v 1.15 2022/09/25 18:43:32 thorpej Exp $ */ /* * Copyright (c) 2007 Mihai Chelaru <kefren@netbsd.ro> @@ -26,14 +26,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ug.c,v 1.14 2020/06/24 19:24:44 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ug.c,v 1.15 2022/09/25 18:43:32 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/proc.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/errno.h> #include <sys/conf.h> #include <sys/envsys.h> diff --git a/sys/dev/ic/uha.c b/sys/dev/ic/uha.c index 203c61b3a89..1f5cea70503 100644 --- a/sys/dev/ic/uha.c +++ b/sys/dev/ic/uha.c @@ -1,4 +1,4 @@ -/* $NetBSD: uha.c,v 1.49 2021/08/07 16:19:12 thorpej Exp $ */ +/* $NetBSD: uha.c,v 1.50 2022/09/25 18:43:32 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.49 2021/08/07 16:19:12 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.50 2022/09/25 18:43:32 thorpej Exp $"); #undef UHADEBUG #ifdef DDB @@ -68,7 +68,6 @@ __KERNEL_RCSID(0, "$NetBSD: uha.c,v 1.49 2021/08/07 16:19:12 thorpej Exp $"); #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> diff --git a/sys/dev/marvell/gtpci.c b/sys/dev/marvell/gtpci.c index fae7080f327..b4674016c66 100644 --- a/sys/dev/marvell/gtpci.c +++ b/sys/dev/marvell/gtpci.c @@ -1,4 +1,4 @@ -/* $NetBSD: gtpci.c,v 1.37 2022/07/21 10:09:21 andvar Exp $ */ +/* $NetBSD: gtpci.c,v 1.38 2022/09/25 18:45:45 thorpej Exp $ */ /* * Copyright (c) 2008, 2009 KIYOHARA Takashi * All rights reserved. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: gtpci.c,v 1.37 2022/07/21 10:09:21 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gtpci.c,v 1.38 2022/09/25 18:45:45 thorpej Exp $"); #include "opt_pci.h" #include "pci.h" @@ -35,7 +35,6 @@ __KERNEL_RCSID(0, "$NetBSD: gtpci.c,v 1.37 2022/07/21 10:09:21 andvar Exp $"); #include <sys/bus.h> #include <sys/device.h> #include <sys/errno.h> -#include <sys/malloc.h> #include <prop/proplib.h> diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c index 01924e32d27..1bb4f00450f 100644 --- a/sys/dev/pci/aac_pci.c +++ b/sys/dev/pci/aac_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: aac_pci.c,v 1.41 2021/04/24 23:36:57 thorpej Exp $ */ +/* $NetBSD: aac_pci.c,v 1.42 2022/09/25 17:52:25 thorpej Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -65,13 +65,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.41 2021/04/24 23:36:57 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aac_pci.c,v 1.42 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/queue.h> #include <sys/bus.h> diff --git a/sys/dev/pci/adv_pci.c b/sys/dev/pci/adv_pci.c index 62cb427c369..52dd2f2131f 100644 --- a/sys/dev/pci/adv_pci.c +++ b/sys/dev/pci/adv_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: adv_pci.c,v 1.30 2018/12/09 11:14:01 jdolecek Exp $ */ +/* $NetBSD: adv_pci.c,v 1.31 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. @@ -56,11 +56,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adv_pci.c,v 1.30 2018/12/09 11:14:01 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adv_pci.c,v 1.31 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/queue.h> #include <sys/device.h> diff --git a/sys/dev/pci/adw_pci.c b/sys/dev/pci/adw_pci.c index deb8bf5e705..d9bfc104771 100644 --- a/sys/dev/pci/adw_pci.c +++ b/sys/dev/pci/adw_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: adw_pci.c,v 1.29 2018/12/09 11:14:01 jdolecek Exp $ */ +/* $NetBSD: adw_pci.c,v 1.30 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -41,11 +41,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adw_pci.c,v 1.29 2018/12/09 11:14:01 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adw_pci.c,v 1.30 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/queue.h> #include <sys/device.h> diff --git a/sys/dev/pci/arcmsr.c b/sys/dev/pci/arcmsr.c index 89327a14876..c0609766803 100644 --- a/sys/dev/pci/arcmsr.c +++ b/sys/dev/pci/arcmsr.c @@ -1,4 +1,4 @@ -/* $NetBSD: arcmsr.c,v 1.43 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: arcmsr.c,v 1.44 2022/09/25 17:52:25 thorpej Exp $ */ /* $OpenBSD: arc.c,v 1.68 2007/10/27 03:28:27 dlg Exp $ */ /* @@ -21,12 +21,11 @@ #include "bio.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.43 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.44 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/buf.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/kmem.h> #include <sys/kthread.h> diff --git a/sys/dev/pci/gffb.c b/sys/dev/pci/gffb.c index 08d49601f13..f7dfe0c6714 100644 --- a/sys/dev/pci/gffb.c +++ b/sys/dev/pci/gffb.c @@ -1,4 +1,4 @@ -/* $NetBSD: gffb.c,v 1.21 2022/08/15 11:55:52 macallan Exp $ */ +/* $NetBSD: gffb.c,v 1.22 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2013 Michael Lorenz @@ -35,13 +35,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.21 2022/08/15 11:55:52 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.22 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/lwp.h> #include <sys/kauth.h> #include <sys/atomic.h> diff --git a/sys/dev/pci/if_an_pci.c b/sys/dev/pci/if_an_pci.c index 97401e28171..d9139913742 100644 --- a/sys/dev/pci/if_an_pci.c +++ b/sys/dev/pci/if_an_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_an_pci.c,v 1.37 2020/02/18 04:09:31 msaitoh Exp $ */ +/* $NetBSD: if_an_pci.c,v 1.38 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -36,12 +36,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_an_pci.c,v 1.37 2020/02/18 04:09:31 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_an_pci.c,v 1.38 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/sys/dev/pci/if_athn_pci.c b/sys/dev/pci/if_athn_pci.c index 7cd8e8694af..79eba5abfe2 100644 --- a/sys/dev/pci/if_athn_pci.c +++ b/sys/dev/pci/if_athn_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_athn_pci.c,v 1.13 2018/12/09 11:14:02 jdolecek Exp $ */ +/* $NetBSD: if_athn_pci.c,v 1.14 2022/09/25 17:52:25 thorpej Exp $ */ /* $OpenBSD: if_athn_pci.c,v 1.11 2011/01/08 10:02:32 damien Exp $ */ /*- @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_athn_pci.c,v 1.13 2018/12/09 11:14:02 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_athn_pci.c,v 1.14 2022/09/25 17:52:25 thorpej Exp $"); #include "opt_inet.h" @@ -32,7 +32,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_athn_pci.c,v 1.13 2018/12/09 11:14:02 jdolecek Ex #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/callout.h> #include <sys/device.h> diff --git a/sys/dev/pci/if_atw_pci.c b/sys/dev/pci/if_atw_pci.c index 3e3f93de8cf..4704b00306a 100644 --- a/sys/dev/pci/if_atw_pci.c +++ b/sys/dev/pci/if_atw_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_atw_pci.c,v 1.28 2018/12/09 11:14:02 jdolecek Exp $ */ +/* $NetBSD: if_atw_pci.c,v 1.29 2022/09/25 17:52:25 thorpej Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc. @@ -37,12 +37,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_atw_pci.c,v 1.28 2018/12/09 11:14:02 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_atw_pci.c,v 1.29 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/sys/dev/pci/if_ral_pci.c b/sys/dev/pci/if_ral_pci.c index 74fb5b4cb92..c668d86cbbd 100644 --- a/sys/dev/pci/if_ral_pci.c +++ b/sys/dev/pci/if_ral_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ral_pci.c,v 1.25 2018/12/09 11:14:02 jdolecek Exp $ */ +/* $NetBSD: if_ral_pci.c,v 1.26 2022/09/25 17:52:25 thorpej Exp $ */ /* $OpenBSD: if_ral_pci.c,v 1.24 2015/11/24 17:11:39 mpi Exp $ */ /*- @@ -21,7 +21,7 @@ * PCI front-end for the Ralink RT2560/RT2561/RT2860/RT3090 driver. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_ral_pci.c,v 1.25 2018/12/09 11:14:02 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ral_pci.c,v 1.26 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> @@ -30,7 +30,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_ral_pci.c,v 1.25 2018/12/09 11:14:02 jdolecek Exp #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/bus.h> diff --git a/sys/dev/pci/if_rtw_pci.c b/sys/dev/pci/if_rtw_pci.c index b001db2dba1..2cdeedb513e 100644 --- a/sys/dev/pci/if_rtw_pci.c +++ b/sys/dev/pci/if_rtw_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_rtw_pci.c,v 1.24 2018/12/09 11:14:02 jdolecek Exp $ */ +/* $NetBSD: if_rtw_pci.c,v 1.25 2022/09/25 17:52:25 thorpej Exp $ */ /*- * Copyright (c) 2004, 2005, 2010 David Young. All rights reserved. @@ -66,12 +66,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_rtw_pci.c,v 1.24 2018/12/09 11:14:02 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_rtw_pci.c,v 1.25 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> #include <sys/ioctl.h> diff --git a/sys/dev/pci/joy_eso.c b/sys/dev/pci/joy_eso.c index dd5e35d4935..788da4873a1 100644 --- a/sys/dev/pci/joy_eso.c +++ b/sys/dev/pci/joy_eso.c @@ -1,4 +1,4 @@ -/* $NetBSD: joy_eso.c,v 1.16 2019/05/08 13:40:19 isaki Exp $ */ +/* $NetBSD: joy_eso.c,v 1.17 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998, 2008 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: joy_eso.c,v 1.16 2019/05/08 13:40:19 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: joy_eso.c,v 1.17 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/conf.h> #include <sys/select.h> diff --git a/sys/dev/pci/machfb.c b/sys/dev/pci/machfb.c index 9d42e99e088..3dffc2a561d 100644 --- a/sys/dev/pci/machfb.c +++ b/sys/dev/pci/machfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: machfb.c,v 1.106 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: machfb.c,v 1.107 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2002 Bang Jun-Young @@ -34,13 +34,12 @@ #include <sys/cdefs.h> __KERNEL_RCSID(0, - "$NetBSD: machfb.c,v 1.106 2021/08/07 16:19:14 thorpej Exp $"); + "$NetBSD: machfb.c,v 1.107 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/callout.h> #include <sys/lwp.h> #include <sys/kauth.h> diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c index ec02eacaa76..46144af8ae5 100644 --- a/sys/dev/pci/mfi_pci.c +++ b/sys/dev/pci/mfi_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: mfi_pci.c,v 1.21 2022/05/05 07:18:03 msaitoh Exp $ */ +/* $NetBSD: mfi_pci.c,v 1.22 2022/09/25 17:52:25 thorpej Exp $ */ /* $OpenBSD: mfi_pci.c,v 1.11 2006/08/06 04:40:08 brad Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> @@ -17,12 +17,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mfi_pci.c,v 1.21 2022/05/05 07:18:03 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfi_pci.c,v 1.22 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <dev/pci/pcidevs.h> diff --git a/sys/dev/pci/opl_cmpci.c b/sys/dev/pci/opl_cmpci.c index 22d92ba77ea..159863b5e94 100644 --- a/sys/dev/pci/opl_cmpci.c +++ b/sys/dev/pci/opl_cmpci.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl_cmpci.c,v 1.18 2019/05/08 13:40:19 isaki Exp $ */ +/* $NetBSD: opl_cmpci.c,v 1.19 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opl_cmpci.c,v 1.18 2019/05/08 13:40:19 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opl_cmpci.c,v 1.19 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/conf.h> #include <sys/select.h> diff --git a/sys/dev/pci/opl_eso.c b/sys/dev/pci/opl_eso.c index 5bad98da089..48933001919 100644 --- a/sys/dev/pci/opl_eso.c +++ b/sys/dev/pci/opl_eso.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl_eso.c,v 1.19 2019/05/08 13:40:19 isaki Exp $ */ +/* $NetBSD: opl_eso.c,v 1.20 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opl_eso.c,v 1.19 2019/05/08 13:40:19 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opl_eso.c,v 1.20 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/conf.h> #include <sys/select.h> diff --git a/sys/dev/pci/opl_fms.c b/sys/dev/pci/opl_fms.c index 61a40db8893..5ddeaba6174 100644 --- a/sys/dev/pci/opl_fms.c +++ b/sys/dev/pci/opl_fms.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl_fms.c,v 1.18 2019/05/08 13:40:19 isaki Exp $ */ +/* $NetBSD: opl_fms.c,v 1.19 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opl_fms.c,v 1.18 2019/05/08 13:40:19 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opl_fms.c,v 1.19 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/conf.h> #include <sys/select.h> diff --git a/sys/dev/pci/opl_sv.c b/sys/dev/pci/opl_sv.c index e129ba12d30..10e1efbd986 100644 --- a/sys/dev/pci/opl_sv.c +++ b/sys/dev/pci/opl_sv.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl_sv.c,v 1.17 2019/05/08 13:40:19 isaki Exp $ */ +/* $NetBSD: opl_sv.c,v 1.18 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opl_sv.c,v 1.17 2019/05/08 13:40:19 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opl_sv.c,v 1.18 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/conf.h> #include <sys/select.h> diff --git a/sys/dev/pci/opl_yds.c b/sys/dev/pci/opl_yds.c index 744454b94ff..8357ebfe831 100644 --- a/sys/dev/pci/opl_yds.c +++ b/sys/dev/pci/opl_yds.c @@ -1,4 +1,4 @@ -/* $NetBSD: opl_yds.c,v 1.18 2019/05/08 13:40:19 isaki Exp $ */ +/* $NetBSD: opl_yds.c,v 1.19 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opl_yds.c,v 1.18 2019/05/08 13:40:19 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opl_yds.c,v 1.19 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/conf.h> #include <sys/select.h> diff --git a/sys/dev/pci/pciconf.c b/sys/dev/pci/pciconf.c index 372eaf3972d..36cc72c9838 100644 --- a/sys/dev/pci/pciconf.c +++ b/sys/dev/pci/pciconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: pciconf.c,v 1.54 2022/08/13 21:51:33 jmcneill Exp $ */ +/* $NetBSD: pciconf.c,v 1.55 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -65,14 +65,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pciconf.c,v 1.54 2022/08/13 21:51:33 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pciconf.c,v 1.55 2022/09/25 17:52:25 thorpej Exp $"); #include "opt_pci.h" #include <sys/param.h> #include <sys/queue.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kmem.h> #include <sys/vmem.h> diff --git a/sys/dev/pci/pm2fb.c b/sys/dev/pci/pm2fb.c index b4dfbf34f7b..f2681e5dadb 100644 --- a/sys/dev/pci/pm2fb.c +++ b/sys/dev/pci/pm2fb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pm2fb.c,v 1.34 2021/12/19 21:15:28 andvar Exp $ */ +/* $NetBSD: pm2fb.c,v 1.35 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2009, 2012 Michael Lorenz @@ -31,13 +31,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.34 2021/12/19 21:15:28 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.35 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/lwp.h> #include <sys/kauth.h> #include <sys/atomic.h> diff --git a/sys/dev/pci/pm3fb.c b/sys/dev/pci/pm3fb.c index 0d4766d165e..ebb7472e4a5 100644 --- a/sys/dev/pci/pm3fb.c +++ b/sys/dev/pci/pm3fb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pm3fb.c,v 1.8 2021/08/25 21:50:29 andvar Exp $ */ +/* $NetBSD: pm3fb.c,v 1.9 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2015 Naruaki Etomi @@ -32,13 +32,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pm3fb.c,v 1.8 2021/08/25 21:50:29 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pm3fb.c,v 1.9 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/lwp.h> #include <sys/kauth.h> #include <sys/atomic.h> diff --git a/sys/dev/pci/r128fb.c b/sys/dev/pci/r128fb.c index 80c3f4c5fe5..ad5fd2c7514 100644 --- a/sys/dev/pci/r128fb.c +++ b/sys/dev/pci/r128fb.c @@ -1,4 +1,4 @@ -/* $NetBSD: r128fb.c,v 1.44 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: r128fb.c,v 1.45 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2007, 2012 Michael Lorenz @@ -31,13 +31,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.44 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: r128fb.c,v 1.45 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/lwp.h> #include <sys/kauth.h> diff --git a/sys/dev/pci/radeonfb_bios.c b/sys/dev/pci/radeonfb_bios.c index 27e6bc835a2..62eb6371b5f 100644 --- a/sys/dev/pci/radeonfb_bios.c +++ b/sys/dev/pci/radeonfb_bios.c @@ -1,4 +1,4 @@ -/* $NetBSD: radeonfb_bios.c,v 1.6 2020/09/18 20:44:20 macallan Exp $ */ +/* $NetBSD: radeonfb_bios.c,v 1.7 2022/09/25 17:52:25 thorpej Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -39,12 +39,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: radeonfb_bios.c,v 1.6 2020/09/18 20:44:20 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: radeonfb_bios.c,v 1.7 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/bus.h> #include <dev/pci/pcidevs.h> diff --git a/sys/dev/pci/radeonfb_i2c.c b/sys/dev/pci/radeonfb_i2c.c index 09e1e9c9cf9..77aa1dc1830 100644 --- a/sys/dev/pci/radeonfb_i2c.c +++ b/sys/dev/pci/radeonfb_i2c.c @@ -37,12 +37,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: radeonfb_i2c.c,v 1.3 2019/12/22 23:23:32 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: radeonfb_i2c.c,v 1.4 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/dev/pci/rtsx_pci.c b/sys/dev/pci/rtsx_pci.c index b74d2956d24..8d91eccdf40 100644 --- a/sys/dev/pci/rtsx_pci.c +++ b/sys/dev/pci/rtsx_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtsx_pci.c,v 1.9 2020/04/27 23:06:34 jmcneill Exp $ */ +/* $NetBSD: rtsx_pci.c,v 1.10 2022/09/25 17:52:25 thorpej Exp $ */ /* $OpenBSD: rtsx_pci.c,v 1.7 2014/08/19 17:55:03 phessler Exp $ */ @@ -20,12 +20,11 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtsx_pci.c,v 1.9 2020/04/27 23:06:34 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtsx_pci.c,v 1.10 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/device.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/pmf.h> #include <dev/pci/pcivar.h> diff --git a/sys/dev/pci/satalink.c b/sys/dev/pci/satalink.c index e5a959bdb1d..036c9572386 100644 --- a/sys/dev/pci/satalink.c +++ b/sys/dev/pci/satalink.c @@ -1,4 +1,4 @@ -/* $NetBSD: satalink.c,v 1.57 2019/10/21 19:00:11 christos Exp $ */ +/* $NetBSD: satalink.c,v 1.58 2022/09/25 17:52:25 thorpej Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -30,11 +30,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: satalink.c,v 1.57 2019/10/21 19:00:11 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: satalink.c,v 1.58 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> diff --git a/sys/dev/pci/siisata_pci.c b/sys/dev/pci/siisata_pci.c index 8507d2caa30..482de602849 100644 --- a/sys/dev/pci/siisata_pci.c +++ b/sys/dev/pci/siisata_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: siisata_pci.c,v 1.22 2021/12/31 20:38:08 andvar Exp $ */ +/* $NetBSD: siisata_pci.c,v 1.23 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -51,10 +51,9 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.22 2021/12/31 20:38:08 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.23 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/types.h> -#include <sys/malloc.h> #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> diff --git a/sys/dev/pci/siop_pci_common.c b/sys/dev/pci/siop_pci_common.c index 17c2333eb74..9ff8a824c81 100644 --- a/sys/dev/pci/siop_pci_common.c +++ b/sys/dev/pci/siop_pci_common.c @@ -1,4 +1,4 @@ -/* $NetBSD: siop_pci_common.c,v 1.37 2018/12/09 11:14:02 jdolecek Exp $ */ +/* $NetBSD: siop_pci_common.c,v 1.38 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -27,12 +27,11 @@ /* SYM53c8xx PCI-SCSI I/O Processors driver: PCI front-end */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: siop_pci_common.c,v 1.37 2018/12/09 11:14:02 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: siop_pci_common.c,v 1.38 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/buf.h> #include <sys/kernel.h> diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 1fc685f32bd..db7ccfbc9fa 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga_pci.c,v 1.58 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: vga_pci.c,v 1.59 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -28,13 +28,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.58 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga_pci.c,v 1.59 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> diff --git a/sys/dev/pci/voodoofb.c b/sys/dev/pci/voodoofb.c index 58bc04fd319..a7f547579ba 100644 --- a/sys/dev/pci/voodoofb.c +++ b/sys/dev/pci/voodoofb.c @@ -1,4 +1,4 @@ -/* $NetBSD: voodoofb.c,v 1.55 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: voodoofb.c,v 1.56 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2005, 2006, 2012 Michael Lorenz @@ -32,13 +32,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: voodoofb.c,v 1.55 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voodoofb.c,v 1.56 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/callout.h> #include <sys/kauth.h> diff --git a/sys/dev/pci/voyager.c b/sys/dev/pci/voyager.c index e6fb5294b17..25afa44e389 100644 --- a/sys/dev/pci/voyager.c +++ b/sys/dev/pci/voyager.c @@ -1,4 +1,4 @@ -/* $NetBSD: voyager.c,v 1.17 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: voyager.c,v 1.18 2022/09/25 17:52:25 thorpej Exp $ */ /* * Copyright (c) 2009, 2011 Michael Lorenz @@ -26,13 +26,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.17 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: voyager.c,v 1.18 2022/09/25 17:52:25 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/lwp.h> #include <sys/kauth.h> diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c index 401ca4b1846..a32ae521b4f 100644 --- a/sys/dev/sbus/be.c +++ b/sys/dev/sbus/be.c @@ -1,4 +1,4 @@ -/* $NetBSD: be.c,v 1.97 2022/09/02 23:48:10 thorpej Exp $ */ +/* $NetBSD: be.c,v 1.98 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.97 2022/09/02 23:48:10 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.98 2022/09/25 18:03:04 thorpej Exp $"); #include "opt_ddb.h" #include "opt_inet.h" @@ -72,7 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: be.c,v 1.97 2022/09/02 23:48:10 thorpej Exp $"); #include <sys/socket.h> #include <sys/syslog.h> #include <sys/device.h> -#include <sys/malloc.h> #include <net/if.h> #include <net/if_dl.h> diff --git a/sys/dev/sbus/bwtwo_sbus.c b/sys/dev/sbus/bwtwo_sbus.c index a63719509e8..b95fdd91844 100644 --- a/sys/dev/sbus/bwtwo_sbus.c +++ b/sys/dev/sbus/bwtwo_sbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: bwtwo_sbus.c,v 1.29 2009/09/19 04:52:44 tsutsui Exp $ */ +/* $NetBSD: bwtwo_sbus.c,v 1.30 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -79,13 +79,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bwtwo_sbus.c,v 1.29 2009/09/19 04:52:44 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bwtwo_sbus.c,v 1.30 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> #include <sys/ioctl.h> -#include <sys/malloc.h> #include <sys/mman.h> #include <sys/tty.h> #include <sys/conf.h> diff --git a/sys/dev/sbus/cgsix_sbus.c b/sys/dev/sbus/cgsix_sbus.c index c94c9917e11..02ef56dd4b0 100644 --- a/sys/dev/sbus/cgsix_sbus.c +++ b/sys/dev/sbus/cgsix_sbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: cgsix_sbus.c,v 1.31 2022/03/09 17:53:39 macallan Exp $ */ +/* $NetBSD: cgsix_sbus.c,v 1.32 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -34,14 +34,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cgsix_sbus.c,v 1.31 2022/03/09 17:53:39 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cgsix_sbus.c,v 1.32 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/ioctl.h> -#include <sys/malloc.h> #include <sys/mman.h> #include <sys/tty.h> #include <sys/conf.h> diff --git a/sys/dev/sbus/cgthree_sbus.c b/sys/dev/sbus/cgthree_sbus.c index fa55c17c15d..c37b77eaa11 100644 --- a/sys/dev/sbus/cgthree_sbus.c +++ b/sys/dev/sbus/cgthree_sbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: cgthree_sbus.c,v 1.31 2016/04/21 18:10:57 macallan Exp $ */ +/* $NetBSD: cgthree_sbus.c,v 1.32 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -78,14 +78,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cgthree_sbus.c,v 1.31 2016/04/21 18:10:57 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cgthree_sbus.c,v 1.32 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/ioctl.h> -#include <sys/malloc.h> #include <sys/mman.h> #include <sys/tty.h> #include <sys/conf.h> diff --git a/sys/dev/sbus/dma_sbus.c b/sys/dev/sbus/dma_sbus.c index 6efd00de826..1232af0492f 100644 --- a/sys/dev/sbus/dma_sbus.c +++ b/sys/dev/sbus/dma_sbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: dma_sbus.c,v 1.39 2022/01/22 11:49:18 thorpej Exp $ */ +/* $NetBSD: dma_sbus.c,v 1.40 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -59,14 +59,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dma_sbus.c,v 1.39 2022/01/22 11:49:18 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dma_sbus.c,v 1.40 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/bus.h> #include <sys/intr.h> diff --git a/sys/dev/sbus/if_gem_sbus.c b/sys/dev/sbus/if_gem_sbus.c index 836408f1ae9..2a806e956e0 100644 --- a/sys/dev/sbus/if_gem_sbus.c +++ b/sys/dev/sbus/if_gem_sbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_gem_sbus.c,v 1.13 2009/09/17 16:28:12 tsutsui Exp $ */ +/* $NetBSD: if_gem_sbus.c,v 1.14 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -34,13 +34,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_gem_sbus.c,v 1.13 2009/09/17 16:28:12 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_gem_sbus.c,v 1.14 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/syslog.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/socket.h> #include <net/if.h> diff --git a/sys/dev/sbus/if_hme_sbus.c b/sys/dev/sbus/if_hme_sbus.c index fb4694236ec..bbb99b90e7a 100644 --- a/sys/dev/sbus/if_hme_sbus.c +++ b/sys/dev/sbus/if_hme_sbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_hme_sbus.c,v 1.33 2009/09/17 16:28:12 tsutsui Exp $ */ +/* $NetBSD: if_hme_sbus.c,v 1.34 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -34,13 +34,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_hme_sbus.c,v 1.33 2009/09/17 16:28:12 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_hme_sbus.c,v 1.34 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/syslog.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/socket.h> #include <net/if.h> diff --git a/sys/dev/sbus/if_le.c b/sys/dev/sbus/if_le.c index e8df23832fe..3af1355b8e1 100644 --- a/sys/dev/sbus/if_le.c +++ b/sys/dev/sbus/if_le.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le.c,v 1.42 2022/05/29 10:43:46 rin Exp $ */ +/* $NetBSD: if_le.c,v 1.43 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_le.c,v 1.42 2022/05/29 10:43:46 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le.c,v 1.43 2022/09/25 18:03:04 thorpej Exp $"); #include "opt_inet.h" @@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_le.c,v 1.42 2022/05/29 10:43:46 rin Exp $"); #include <sys/syslog.h> #include <sys/socket.h> #include <sys/device.h> -#include <sys/malloc.h> #include <net/if.h> #include <net/if_ether.h> diff --git a/sys/dev/sbus/if_le_lebuffer.c b/sys/dev/sbus/if_le_lebuffer.c index 3c790412ac5..e9770018c55 100644 --- a/sys/dev/sbus/if_le_lebuffer.c +++ b/sys/dev/sbus/if_le_lebuffer.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_lebuffer.c,v 1.29 2019/05/29 06:21:58 msaitoh Exp $ */ +/* $NetBSD: if_le_lebuffer.c,v 1.30 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_le_lebuffer.c,v 1.29 2019/05/29 06:21:58 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_lebuffer.c,v 1.30 2022/09/25 18:03:04 thorpej Exp $"); #include "opt_inet.h" @@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_lebuffer.c,v 1.29 2019/05/29 06:21:58 msaitoh #include <sys/syslog.h> #include <sys/socket.h> #include <sys/device.h> -#include <sys/malloc.h> #include <net/if.h> #include <net/if_ether.h> diff --git a/sys/dev/sbus/if_le_ledma.c b/sys/dev/sbus/if_le_ledma.c index 0ad4cafb592..6630a2ff1b4 100644 --- a/sys/dev/sbus/if_le_ledma.c +++ b/sys/dev/sbus/if_le_ledma.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_ledma.c,v 1.37 2022/05/29 10:43:46 rin Exp $ */ +/* $NetBSD: if_le_ledma.c,v 1.38 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_le_ledma.c,v 1.37 2022/05/29 10:43:46 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_ledma.c,v 1.38 2022/09/25 18:03:04 thorpej Exp $"); #include "opt_inet.h" @@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_ledma.c,v 1.37 2022/05/29 10:43:46 rin Exp $") #include <sys/syslog.h> #include <sys/socket.h> #include <sys/device.h> -#include <sys/malloc.h> #include <net/if.h> #include <net/if_ether.h> diff --git a/sys/dev/sbus/lebuffer.c b/sys/dev/sbus/lebuffer.c index 0630927e3f1..6daf183f7d6 100644 --- a/sys/dev/sbus/lebuffer.c +++ b/sys/dev/sbus/lebuffer.c @@ -1,4 +1,4 @@ -/* $NetBSD: lebuffer.c,v 1.40 2022/01/22 11:49:18 thorpej Exp $ */ +/* $NetBSD: lebuffer.c,v 1.41 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lebuffer.c,v 1.40 2022/01/22 11:49:18 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lebuffer.c,v 1.41 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/bus.h> #include <machine/autoconf.h> diff --git a/sys/dev/sbus/p9100.c b/sys/dev/sbus/p9100.c index 5c31a94a528..4e055797683 100644 --- a/sys/dev/sbus/p9100.c +++ b/sys/dev/sbus/p9100.c @@ -1,4 +1,4 @@ -/* $NetBSD: p9100.c,v 1.65 2021/08/07 16:19:15 thorpej Exp $ */ +/* $NetBSD: p9100.c,v 1.66 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1998, 2005, 2006 The NetBSD Foundation, Inc. @@ -38,14 +38,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: p9100.c,v 1.65 2021/08/07 16:19:15 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: p9100.c,v 1.66 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/ioctl.h> -#include <sys/malloc.h> #include <sys/mman.h> #include <sys/tty.h> #include <sys/conf.h> diff --git a/sys/dev/sbus/qe.c b/sys/dev/sbus/qe.c index c2346cd8462..dd3ee289332 100644 --- a/sys/dev/sbus/qe.c +++ b/sys/dev/sbus/qe.c @@ -1,4 +1,4 @@ -/* $NetBSD: qe.c,v 1.78 2022/09/02 23:48:11 thorpej Exp $ */ +/* $NetBSD: qe.c,v 1.79 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -66,7 +66,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: qe.c,v 1.78 2022/09/02 23:48:11 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: qe.c,v 1.79 2022/09/25 18:03:04 thorpej Exp $"); #define QEDEBUG @@ -82,7 +82,6 @@ __KERNEL_RCSID(0, "$NetBSD: qe.c,v 1.78 2022/09/02 23:48:11 thorpej Exp $"); #include <sys/socket.h> #include <sys/syslog.h> #include <sys/device.h> -#include <sys/malloc.h> #include <net/if.h> #include <net/if_dl.h> diff --git a/sys/dev/sbus/qec.c b/sys/dev/sbus/qec.c index bcff50b1600..6f0c778d346 100644 --- a/sys/dev/sbus/qec.c +++ b/sys/dev/sbus/qec.c @@ -1,4 +1,4 @@ -/* $NetBSD: qec.c,v 1.54 2022/01/22 11:49:18 thorpej Exp $ */ +/* $NetBSD: qec.c,v 1.55 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,14 +30,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: qec.c,v 1.54 2022/01/22 11:49:18 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: qec.c,v 1.55 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/bus.h> #include <sys/intr.h> diff --git a/sys/dev/sbus/tcx.c b/sys/dev/sbus/tcx.c index 5c8155d3e60..7cf4ec9f409 100644 --- a/sys/dev/sbus/tcx.c +++ b/sys/dev/sbus/tcx.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcx.c,v 1.60 2021/08/07 16:19:15 thorpej Exp $ */ +/* $NetBSD: tcx.c,v 1.61 2022/09/25 18:03:04 thorpej Exp $ */ /* * Copyright (c) 1996, 1998, 2009 The NetBSD Foundation, Inc. @@ -38,14 +38,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcx.c,v 1.60 2021/08/07 16:19:15 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcx.c,v 1.61 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/ioctl.h> -#include <sys/malloc.h> #include <sys/mman.h> #include <sys/tty.h> #include <sys/conf.h> diff --git a/sys/dev/sbus/xbox.c b/sys/dev/sbus/xbox.c index f887a04e87d..d333c2f74c9 100644 --- a/sys/dev/sbus/xbox.c +++ b/sys/dev/sbus/xbox.c @@ -1,4 +1,4 @@ -/* $NetBSD: xbox.c,v 1.25 2022/01/21 19:14:14 thorpej Exp $ */ +/* $NetBSD: xbox.c,v 1.26 2022/09/25 18:03:04 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -34,10 +34,9 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: xbox.c,v 1.25 2022/01/21 19:14:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: xbox.c,v 1.26 2022/09/25 18:03:04 thorpej Exp $"); #include <sys/param.h> -#include <sys/malloc.h> #include <sys/systm.h> #include <sys/device.h> |
