summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2022-09-25 17:52:25 +0000
committerthorpej <thorpej@NetBSD.org>2022-09-25 17:52:25 +0000
commit882ffae7fef2494807fa89ce4d78e383153fa2e1 (patch)
tree0d0a57b8e6757dcf1453b81d8ce21e491071e3e9 /sys/dev/ic
parent4367f2b46a01b374d24a9b4e3c51ab9c5edc3841 (diff)
Remove unnecessary include of <sys/malloc.h>.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/adv.c5
-rw-r--r--sys/dev/ic/advlib.c5
-rw-r--r--sys/dev/ic/adwlib.c5
-rw-r--r--sys/dev/ic/adwmcode.c5
-rw-r--r--sys/dev/ic/aha.c5
-rw-r--r--sys/dev/ic/aic6915.c5
-rw-r--r--sys/dev/ic/aic7xxx_seeprom.c7
-rw-r--r--sys/dev/ic/am7990.c5
-rw-r--r--sys/dev/ic/am79900.c5
-rw-r--r--sys/dev/ic/arn5416.c5
-rw-r--r--sys/dev/ic/arn9280.c5
-rw-r--r--sys/dev/ic/arn9285.c5
-rw-r--r--sys/dev/ic/arn9287.c5
-rw-r--r--sys/dev/ic/arn9380.c5
-rw-r--r--sys/dev/ic/ath_netbsd.c5
-rw-r--r--sys/dev/ic/awi.c5
-rw-r--r--sys/dev/ic/bha.c5
-rw-r--r--sys/dev/ic/cpc700.c5
-rw-r--r--sys/dev/ic/dm9000.c3
-rw-r--r--sys/dev/ic/dp83932.c5
-rw-r--r--sys/dev/ic/gem.c5
-rw-r--r--sys/dev/ic/lemac.c5
-rw-r--r--sys/dev/ic/lsi64854.c5
-rw-r--r--sys/dev/ic/mm58167.c5
-rw-r--r--sys/dev/ic/pcf8584.c3
-rw-r--r--sys/dev/ic/rtl8169.c5
-rw-r--r--sys/dev/ic/rtl81x9.c5
-rw-r--r--sys/dev/ic/siop_common.c5
-rw-r--r--sys/dev/ic/smc83c170.c5
-rw-r--r--sys/dev/ic/smc91cxx.c5
-rw-r--r--sys/dev/ic/tpm.c5
-rw-r--r--sys/dev/ic/ug.c5
-rw-r--r--sys/dev/ic/uha.c5
33 files changed, 65 insertions, 98 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>