diff options
Diffstat (limited to 'etc/etc.riscv64/MAKEDEV')
-rw-r--r-- | etc/etc.riscv64/MAKEDEV | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.riscv64/MAKEDEV b/etc/etc.riscv64/MAKEDEV index 1980da3950e..7897e0272d8 100644 --- a/etc/etc.riscv64/MAKEDEV +++ b/etc/etc.riscv64/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.riscv64/MAKEDEV.md,v 1.4 2021/11/11 09:47:34 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -74,7 +74,7 @@ # hotplug devices hot plugging # ipmi* IPMI BMC access # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -281,7 +281,7 @@ pppx*) M pppx$U c 91 $U 600 ;; -pf*) +pf) M pf c 73 0 600 ;; |