summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.mi
AgeCommit message (Collapse)Author
2002-02-08prepare for invasion, sparc64 gets major number fix wrt tty[a-d]Todd T. Fries
order a few places provide '[ "$DEBUG" ] && set -x' inside R() for debugging help ..
2002-01-23tweak all) target numbersTodd T. Fries
2002-01-23use target for ramdisk on all archsTodd T. Fries
2002-01-23shuffle some things, arch independent targets go outside arch specific areas,Todd T. Fries
build scsi tape devices ;-)
2002-01-23s/tth/ttyh/ for sparc64Todd T. Fries
2002-01-23o use target(name,dev,str1,str2,..) and twrget(name,dev,devstr,str1,str2,...)Todd T. Fries
introduced in the last commit o order (alphabetically) the disk_q's o pull in spif/mag/bpp scripts from sparc
2002-01-12Add _DEV entry for spif and correct spif to only create 1 bpp and 8 ttyJason Wright
2002-01-08add sparc 'source'Todd T. Fries
2002-01-08+speaker,+pdcTodd T. Fries
2002-01-08'delete ofdisk' drahn@Todd T. Fries
2002-01-08add mac68k 'source'Todd T. Fries
2002-01-08add 'source'Todd T. Fries
2002-01-08add sun3 'source'Todd T. Fries
2002-01-08moreTodd T. Fries
2002-01-07add pci to all) (thanks drahn@)Todd T. Fries
add more to all)
2002-01-07o more devices for 'all' targetTodd T. Fries
o ttyCcfg is 600 not 666 o add radio o joy is 666 not 600 (current i386 MAKEDEV does this)
2002-01-07add /dev/pciTodd T. Fries
s/tzs/czs/ typo
2002-01-07sprinklings of 'ifstep()'Todd T. Fries
'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)
2002-01-07DISK_STEPPING is not used, and in any event, is not global to all disksTodd T. Fries
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
2002-01-07add more disks to the 'all' target, rd shows up on sparc64 now ;-)Todd T. Fries
s/tty/tth/
2002-01-04add ttyC for wscons as wsdispTodd T. Fries
2002-01-04add usb scannersTodd T. Fries
2002-01-04This is my m4 MAKEDEV generation system.Todd T. Fries
.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)