From a8c89524b91a8c823eccd1342ac80a27dfe17513 Mon Sep 17 00:00:00 2001 From: Martin Natano Date: Thu, 28 Apr 2016 18:17:33 +0000 Subject: Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is unused for now, but I plan to convert all programs in base to use it in a future diff. /dev/bpf0 is for compatibility with existing binaries and is to be removed after a transition period. ok rpe krw, for the installer part "Let's see it hit the tree." deraadt --- etc/etc.loongson/MAKEDEV.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/etc.loongson/MAKEDEV.md') diff --git a/etc/etc.loongson/MAKEDEV.md b/etc/etc.loongson/MAKEDEV.md index a354f9ca49b..270af57d496 100644 --- a/etc/etc.loongson/MAKEDEV.md +++ b/etc/etc.loongson/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,loongson)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.23 2016/04/25 20:38:11 tedu Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.24 2016/04/28 18:17:31 natano Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries @@ -94,7 +94,6 @@ target(all, diskmap)dnl dnl twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl dnl twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl target(all, pty, 0, 1, 2)dnl -target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl target(all, bio)dnl target(all, tun, 0, 1, 2, 3)dnl target(all, tap, 0, 1, 2, 3)dnl -- cgit v1.2.3