=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/MAKEDEV.common,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/etc/MAKEDEV.common 2005/12/27 19:02:42 1.23 +++ src/etc/MAKEDEV.common 2006/04/15 18:17:11 1.24 @@ -1,6 +1,19 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.23 2005/12/27 19:02:42 miod Exp $-})dnl -divert(1)dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.24 2006/04/15 18:17:11 todd Exp $-})dnl dnl +dnl Copyright (c) 2001-2006 Todd T. Fries +dnl +dnl Permission to use, copy, modify, and distribute this software for any +dnl purpose with or without fee is hereby granted, provided that the above +dnl copyright notice and this permission notice appear in all copies. +dnl +dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +dnl dnl Common device definitions. dnl dnl This file contains the MI device definitions (as well as some MD @@ -108,6 +121,7 @@ dnl Note: not all disks are generated in 'all)'. (e.g. vax has a lot of dnl disks that are not generated by 'all)') dnl +divert(1)dnl target(all, mcd, 0)dnl twrget(all, fdesc, fd)dnl target(all, st, 0, 1)dnl