diff options
Diffstat (limited to 'etc/etc.armv7/MAKEDEV.md')
-rw-r--r-- | etc/etc.armv7/MAKEDEV.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/etc.armv7/MAKEDEV.md b/etc/etc.armv7/MAKEDEV.md index d8ef5e8608f..56141faec87 100644 --- a/etc/etc.armv7/MAKEDEV.md +++ b/etc/etc.armv7/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,armv7)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.4 2014/01/05 01:16:51 deraadt Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.5 2014/07/11 22:04:09 tedu Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -69,7 +69,6 @@ _DEV(au, 36) _DEV(bio, 52) _DEV(bktr, 75) _DEV(bpf, 22) -_DEV(bthub, 101) _DEV(cry, 47) _DEV(diskmap, 102) _DEV(fdesc, 7) @@ -116,5 +115,4 @@ target(all, rd, 0)dnl target(all, cd, 0, 1)dnl target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl target(all, vnd, 0, 1, 2, 3)dnl -target(all, bthub, 0, 1, 2)dnl target(all, gpio, 0, 1, 2, 3, 4, 5, 6, 7, 8)dnl |