diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2007-01-05 20:06:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2007-01-05 20:06:25 +0000 |
commit | 019b430a9e0e04d076b31f74c59acf16540a1a54 (patch) | |
tree | 060dd06b5cd4875b27efd6e4498960d710d6bec4 /etc | |
parent | e9f96136dc0402d33ac53170babf3e361d16c3e8 (diff) |
without bktr, there is no tuner, comment it out as well (fixes the other
half of Diana's problem) ok todd
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.landisk/MAKEDEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.landisk/MAKEDEV.md b/etc/etc.landisk/MAKEDEV.md index b2ca99b39be..68da1457e24 100644 --- a/etc/etc.landisk/MAKEDEV.md +++ b/etc/etc.landisk/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.3 2007/01/05 20:03:29 todd Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.4 2007/01/05 20:06:24 drahn Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -87,7 +87,7 @@ _DEV(tun, 33) _DEV(uk, 28) _DEV(ss, 29) _DEV(systrace, 50) -_DEV(tuner, 75) +dnl _DEV(tuner, 75) _DEV(xfs, 51) dnl divert(__mddivert)dnl |