[BACK]Return to MAKEDEV.common CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/MAKEDEV.common between version 1.23 and 1.24

version 1.23, 2005/12/27 19:02:42 version 1.24, 2006/04/15 18:17:11
Line 1 
Line 1 
 vers(a, {-$OpenBSD$-})dnl  vers(a, {-$OpenBSD$-})dnl
 divert(1)dnl  
 dnl  dnl
   dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
   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 Common device definitions.
 dnl  dnl
 dnl This file contains the MI device definitions (as well as some MD  dnl This file contains the MI device definitions (as well as some MD
Line 108 
Line 121 
 dnl  Note: not all disks are generated in 'all)'. (e.g. vax has a lot of  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        disks that are not generated by 'all)')
 dnl  dnl
   divert(1)dnl
 target(all, mcd, 0)dnl  target(all, mcd, 0)dnl
 twrget(all, fdesc, fd)dnl  twrget(all, fdesc, fd)dnl
 target(all, st, 0, 1)dnl  target(all, st, 0, 1)dnl

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24