summaryrefslogtreecommitdiff
path: root/etc/etc.atari
AgeCommit message (Expand)Author
2002-03-16Rename ISDN devices, per discussion on tech-kern. The network devicesmartin
2002-03-13Remove trailing semicolons from lines that don't need them.simonb
2002-03-04various cleanups inspired by etc.i386/MAKEDEV:lukem
2002-03-03Use a tab instead of 7 spaces.toshii
2002-02-25Change a 62 to a 16, so that the proper number of slots is skipped.atatat
2002-02-13Added ttyp[g-zA-Z] (bin/15594).martti
2002-02-02Fix minor mistake made while increasing number of pty devices: where we hadtls
2002-02-02Add support for many more (930 or 992) ptys than the current 256.tls
2002-01-19Update the various MAKEDEV's to reflect the default of 8 RAIDframe devices.oster
2002-01-13Added clockctlmanu
2002-01-08fix a couple of spelling mistakes in the i4b* descriptionslukem
2001-12-19Standardize ch* and uk* descriptions.wiz
2001-12-19Remove some unnecessary comments.wiz
2001-12-19Standardize scsibus* description.wiz
2001-11-29Change the way kernel sets are specified, and make themthorpej
2001-11-26fix mfs exampleslukem
2001-01-08Group isdn devices, so "sh MAKEDEV isdn" will create them all.martin
2000-11-04Commit this on HEAD as intended....leo
2000-08-12This should be the final part of moving to 64 PTYs by default. Addedmason
2000-07-27Move to a default of 64 PTYs in "all" targets. Normalize "floppy" andmason
2000-01-21 - rename (revert) normal memory disk device name /dev/mdX -> /dev/mdXatsutsui
1999-12-18Correct md* entries.tsutsui
1999-11-03Add the audio devices.leo
1999-10-18Back out previousad
1999-10-06Final chown user.group -> chown user:group changes.ad
1999-09-18Tidy up comments a bit, to make the manpages generated from the a bithubertf
1999-06-07Add FALCON to EXTRA_KERNELS.leo
1999-04-30Add the tty device-nodes on the install floppy. You'll need them forleo
1999-02-05Update all this crap so that `make snapshot' makes snapshots in release(7)cjs
1998-12-07Add creation of le-nodes to MAKEDEV script (from 'maximum entropy'). Fixesleo
1998-11-13Added RAID devices for everyone!oster
1998-10-15Add /dev/scsibus* device nodes.thorpej
1998-10-09Use "${MAKE}" instead of "make" for cross compilation.itohy
1998-08-13Add etvme to the 'all' case...leo
1998-08-13Add etvme device entry (Julian Coleman)leo
1998-06-28These commits do two things:fair
1998-04-24Redo the tty numbering again to avoid future problems. Per discussionleo
1998-04-14Correct cd minor numbers.leo
1998-04-14Rename tty devices according to the following table:leo
1997-11-26Fixes PR #3858: /dev/fd uniformly updated in MAKEDEV to make directorytv
1997-11-20add appropriate entry to make "random" as documented in rnd(4).fair
1997-10-29Remove uses of config.new (Bernd Ernesti) and do some cleanups to matchleo
1997-09-02Extend with:leo
1997-09-02Remove fdN and rfdN before their node creation.leo
1997-08-22* use $0 instead of MAKEDEVlukem
1997-08-01Use DISKUNIT macro to encode md's unit in the minor number.leo
1997-07-31Make MAKEDEV and MAKEDEV.local mutually consistant. Reported inperry
1997-07-23Make all tty??/pty?? pairs that can be opened by openpty().phil
1997-07-22Make all MAKEDEVs make fd/* similar. No need for awk or expr.phil
1997-07-07Added a new device entry for ipfilter: /dev/ipauthveego