diff options
author | Martin Natano <natano@cvs.openbsd.org> | 2016-04-28 18:17:33 +0000 |
---|---|---|
committer | Martin Natano <natano@cvs.openbsd.org> | 2016-04-28 18:17:33 +0000 |
commit | a8c89524b91a8c823eccd1342ac80a27dfe17513 (patch) | |
tree | c1b687cf7d3ed49a59fdf34236fbd65e007ec7e3 /etc/etc.amd64/MAKEDEV.md | |
parent | b9f02280d813c23d9936bfad950ceee7e59deae4 (diff) |
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
Diffstat (limited to 'etc/etc.amd64/MAKEDEV.md')
-rw-r--r-- | etc/etc.amd64/MAKEDEV.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/etc.amd64/MAKEDEV.md b/etc/etc.amd64/MAKEDEV.md index 80c73ff9612..6f624ac0f7f 100644 --- a/etc/etc.amd64/MAKEDEV.md +++ b/etc/etc.amd64/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,amd64)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.65 2016/04/25 20:38:10 tedu Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.66 2016/04/28 18:17:30 natano Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -97,7 +97,7 @@ dnl divert(__mddivert)dnl dnl ramdisk) - _recurse std bpf0 fd0 wd0 sd0 tty00 tty01 rd0 bio diskmap + _recurse std bpf fd0 wd0 sd0 tty00 tty01 rd0 bio diskmap _recurse st0 cd0 ttyC0 wskbd0 wskbd1 wskbd2 random ;; @@ -120,7 +120,6 @@ twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl target(all, pty, 0)dnl target(all, bio)dnl -target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl target(all, tun, 0, 1, 2, 3)dnl target(all, tap, 0, 1, 2, 3)dnl target(all, xy, 0, 1, 2, 3)dnl |