summaryrefslogtreecommitdiff
path: root/etc/etc.sparc/MAKEDEV
AgeCommit message (Collapse)Author
2001-09-06populate /dev/fd/ like other archs in 'all)' targetTodd T. Fries
2001-06-28add an entry for ALTQ.Kenjiro Cho
2001-06-25add pf device on all architectures.Kjell Wooding
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo
2001-06-24Add the pf device for the shiny new packet filterKjell Wooding
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-14slight cleaning of rm -f callsTheo de Raadt
2001-04-10keep naming of audio devices consistent across all archs that have audioBrad Smith
support. -- Ok'd by: deraadt@
2000-05-06Add the tape device nodes to the miniroot, for tape install, deraadt@ okMiod Vallat
2000-03-22operator should have perms to write and change tapes. ch* is still missingNiklas Hallqvist
in some MAKEDEVs, will see to them in a separate commit.
2000-02-21add SES devicemjacob
1999-09-04add entries for fga, scf, and flashJason Wright
1999-08-20Change the default serial port device and /var/spool/lock permissions.Jason Downs
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.)
1999-07-18rf support; m4@umn.eduTheo de Raadt
1999-05-26create links for audio->audio0 and friends if they don't existJason Wright
1999-02-01add spif tty & bpp devicesJason Wright
1999-01-04clean up: remove the correct devices before trying to create themJason Wright
1998-12-29prepare for sparc bppTheo de Raadt
1998-11-25remove bogus comment about pty use; chris@sefl.satelnet.orgTodd C. Miller
1998-11-19add support for more ptysDug Song
1998-10-16fix magma device generation; three cards supportedMarco S Hyman
ttym*, ttyn*, and ttyo* plus bppm{unit}{0,1}
1998-09-28rm -f before creationTodd T. Fries
1998-09-25syncTodd T. Fries
1998-09-21bpf on ramdisksTheo de Raadt
1998-09-15Added definition for ipauth, a new piece for IPFilter v3.2.9pattonme
1998-08-26rm before mknodTheo de Raadt
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-07-21make cua{a,b,c,d} nodes when generating standard devsMarco S Hyman
1998-05-20magma; plunky@skate.demon.co.ukTheo de Raadt
1998-05-05split sysctl.conf into MD and MI partsTheo de Raadt
1998-04-30Updated sparc audioJason Wright
1998-03-24Make floppy device names match the pattern <device name><number><sub-class>Marco S Hyman
1998-03-02But only if explicitly asked for (until zs code is finialized)Jason Wright
1998-03-02add cua devices for tty[a-d]Jason Wright
1998-03-02allow cmdline creation of ttya-d on sparcTodd T. Fries
1998-02-23add entries for 4/300 extra serial portsJason Wright
1998-01-26Add /dev/ipnat and /dev/ipstate for IPF 3.2.3dgregor
1997-12-08fix chN (N > 0) problemMichael Shalayeff
1997-09-16fix bpf nodes; someone should make sure 0-9 are on all, and rm them nicelyTheo de Raadt
1997-09-07In pty* rule:\n Change 'rm -rf' to 'rm -f'\n Fix {pty,tty}$n -> {pty,tty}$namdgregor
1997-08-24cgfour* matches cgfourteen*, duhTheo de Raadt
1997-08-08Add cgtwo, cgfourteen, tcx.Jason Downs
1997-06-06add sd2 sd3 to ramdisk devices, impossible to install on some multi-drive ↵grr
confiurations otherwise.
1997-05-14Make svnd nodes too, please test this on your portNiklas Hallqvist
1997-05-14created ramdisk and rdTheo de Raadt
1997-05-13Only run MAKEDEV.local if it exists. Avoids an error messageTodd C. Miller
during installs where there is no MAKEDEV.local.
1997-05-06Remove possibly existing ipl node, before recreating itNiklas Hallqvist
1997-05-06reactivate iplkstailey
1997-05-05fix sparc MAKEDEV to match cdevsw[] for pseudo-ttys, scsi scanner and ↵grr
unknown SCSI devices. Comment out ipl, which doesn't seem to be in cdevsw.
1997-04-30fix assorted problems with miniroot stuffgrr
1997-04-29Fix syntax problems, workaround sh bugsNiklas Hallqvist