History log of /openbsd/etc/MAKEDEV.sub (Results 1 – 14 of 14)
Revision Date Author Comments
# 88c86054 07-Feb-2005 david <david@openbsd.org>

indentation whitespace nits (saves a few bytes even)


# 99285250 28-Jan-2005 danh <danh@openbsd.org>

change start and end comment sequences (not used) to allow shell
parameter substitution.

ok todd@


# 6d09f9df 20-Feb-2004 miod <miod@openbsd.org>

MAKEDEV.8 improvement pack:
- refer to the section 4 manual page for every device target, whenever
possible
- repair a few minor quoting errors
- repair a few sorting errors
- fix a few device descri

MAKEDEV.8 improvement pack:
- refer to the section 4 manual page for every device target, whenever
possible
- repair a few minor quoting errors
- repair a few sorting errors
- fix a few device descriptions (ideally they would be synched with the
.Nd line of their manpages, but we are not there... yet)
- minor mdoc fixes

Thanks to jmc@ for review and a lot of constructive criticism.

show more ...


# 884154f4 16-Feb-2004 miod <miod@openbsd.org>

Move the real knowledge of MI devices to a specific file, MAKEDEV.common.
While there, allow the comment char and the divert section for md script
fragments to be overriden.
No functional change (yet

Move the real knowledge of MI devices to a specific file, MAKEDEV.common.
While there, allow the comment char and the divert section for md script
fragments to be overriden.
No functional change (yet).

disabused ok deraadt@

show more ...


# 2c1f0813 14-Feb-2004 todd <todd@openbsd.org>

copyright 2004 as well, prompted/reminded by miod


# 1c451745 12-Jan-2004 todd <todd@openbsd.org>

utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@


# 3632945a 18-Jun-2003 todd <todd@openbsd.org>

switch to share/misc/license.template


# f1ff85b0 16-Feb-2002 deraadt <deraadt@openbsd.org>

copyright repair


# 09df99f8 14-Feb-2002 todd <todd@openbsd.org>

KNF function argument spacing


# 54d9ecc6 23-Jan-2002 todd <todd@openbsd.org>

add target macros as a result of a conversation with mickey; cleaner look


# 81fbde6d 07-Jan-2002 todd <todd@openbsd.org>

sprinklings of 'ifstep()'
'the big disk case' no longer sets vars and calls dodisk, would take more space
to additionally do the 'stepping' argument (see cd\* in generated MAKEDEV)


# 30d6f335 07-Jan-2002 todd <todd@openbsd.org>

DISK_STEPPING is not used, and in any event, is not global to all disks
prepare dodisk* script functions for a 7th argument, what I call disk stepping,
the number to add from rd0a to rd1a minor numbe

DISK_STEPPING is not used, and in any event, is not global to all disks
prepare dodisk* script functions for a 7th argument, what I call disk stepping,
the number to add from rd0a to rd1a minor numbers, defaulted to 16; some archs
*cough*macppc*cough* still have 8 for cdroms and such

show more ...


# c8a8c367 07-Jan-2002 todd <todd@openbsd.org>

comment tweaking


# a5e63cf5 04-Jan-2002 todd <todd@openbsd.org>

This is my m4 MAKEDEV generation system.

.mi -> edit this to add new devices
.sub -> hardcore m4 here, be careful
*/*.md -> machine dependent information (generally device,block (& char) major)

This is my m4 MAKEDEV generation system.

.mi -> edit this to add new devices
.sub -> hardcore m4 here, be careful
*/*.md -> machine dependent information (generally device,block (& char) major)

Thanks for eyes/conversation about this over the years from espie, deraadt,
johns, fgsch, hugh, weingart, mickey, and others ..

SEE ALSO
. m4(1), MAKEDEV(8)

show more ...