summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
Commit message (Collapse)AuthorAgeFilesLines
* Add device support for the Matrox Meteor.jkh1995-08-011-1/+9
| | | | Submitted by: james
* Fix the mknod for spigot.jkh1995-07-301-2/+2
|
* Remove /dev/ from socksys link again.bde1995-07-291-82/+80
| | | | | | | | | | | | | Move `Individual slices' case earlier so that it can be used to handle sliced floppies. Remove superfluous `chmod 600's. Fix formatting of device list. Don't group setting of umasks with setting of units. Remove superfluous trailing semicolons.
* New sound device names.jkh1995-07-291-28/+43
| | | | | Reviewed by: hasty & lowe Submitted by: pst
* Part of Vincenzo Capuano's changes to xntpd to support thejkh1995-07-211-1/+4
| | | | | Boeder DCF77 Receiver. Submitted by: Vincenzo Capuano <VCAPUANO@VMPROFS.ESOC.ESA.DE>
* Add tun0 to the all rule.jkh1995-05-181-1/+2
|
* Remove all /dev/'s from device names, they should all be relativergrimes1995-05-151-24/+24
| | | | | | | to /dev. Putting absolute paths in here breaks the make release process, and screws up testing of this script in other directories. Submitted by: bde
* Clean up the matcd entry so it deletes the *matcdl* entries before tryinggpalmer1995-05-151-2/+2
| | | | | | to create new ones. Reviewed by: davidg, rgrimes
* The lites web page has moved.jkh1995-05-111-2/+2
| | | | Submitted by: rich
* Change 'rc' entries from 'r' to 'm', conflict with ptysache1995-05-071-9/+11
|
* Make scsi control devices such as "/dev/rsd0.ctl".dufault1995-05-031-5/+46
|
* Use the correct offset for LabPC digital devices.dufault1995-05-011-2/+4
|
* As a public service (and because I'd like to see more LITES people chosejkh1995-04-301-1/+10
| | | | | | FreeBSD), add mach-4 target to MAKEDEV; it creates various compatability devices for Mach4. Submitted by: (Submitter name unknown) <root@ns2.redline.ru>
* Remove chmod of pcaudio* to 666. Not everyone should be allowed tobde1995-04-281-16/+8
| | | | | | | play the speaker and consume 10-100% of the available cycles. Remove chmods of sound devices to 666. Use chmod to give the same security holes.
* Add cyclades serial devices cuac*, cuaic*, cualc*, ttyc*, ttyic* and ttylc*.bde1995-04-281-1/+23
|
* Add National Instruments "LabPC" driverdufault1995-04-281-1/+53
|
* Reviewed by: Gene Stark (starkhome!gene@sbstark.cs.sunysb.edu)bde1995-04-261-2/+2
| | | | | Change ownership of tw* from bin.bin to root.operator. Hardware devices shouldn't be accessible to bin.
* Add 'rc' devices.ache1995-04-231-1/+19
|
* I missed some of Frank Durda's changes for MAKEDEV. Fixed.jkh1995-04-131-1/+8
| | | | Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
* Fix apm and gsc rules to allow `<blah>0' or just `<blah>' to be shorthand.jkh1995-03-211-3/+3
| | | | [Actually, it's `<blah>*' but I'm not telling anyone]
* Make /dev/pss instead of /dev/sndproc (unused)ache1995-03-131-4/+4
|
* Clean up white space.bde1995-03-121-43/+43
|
* Noticed by: Natedufault1995-03-111-3/+5
| | | | | | Fixed the MAKEDEV pattern for SCSI processor type driver so it doesn't screw up ptys. Does anyone want to suggest a better name than "pt0" for SCSI processor devices before 2.1?
* Add processor and worm driversdufault1995-03-041-2/+14
|
* For sd, vn and wd:bde1995-03-041-70/+56
| | | | | | | | | | | | | | | Support sliced devices better. E.g.: `sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h] (the extra devices created by default won't hurt apart from wasting inodes). `sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all). `sh MAKEDEV sd0s5' creates [r]sd0s5. Support unit numbers 0-31 (was 0-6). For wd: Remove support for creating DOSpartitions wd*[i-m]. These will get removed if you run MAKEDEV on `all' or on wd*.
* Add Matsushita CDROM device entries.jkh1995-03-021-5/+26
| | | | Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
* Cleanup device names, add more devices for Linux sounddriverache1995-02-271-6/+15
|
* Allow tty0? to be an alias for tty? when creating the dev nodes.joerg1995-02-241-2/+2
| | | | People tend to be confused unnecessarily otherwise.
* Change permissions and ownership of joystick device files.jmz1995-02-221-3/+4
|
* Fix some bogus and missing chowns:bde1995-02-171-7/+9
| | | | | | | | | | | | | | | 444 -> root.wheel root -> root.wheel uucp -> uucp.wheel (perhaps this should be .dialer, but .wheel is safer) missing -> root.wheel chown to root is usually bogus because mknod had to be run by root to create the inode. Setting the group explictly is currently necessary because MAKEDEV does nothing to ensure that its working directory has a suitable group. Driver authors! Please fix any bogons in MAKEDEV that involve your drivers. The sound devices are still world writable...
* Adjust for rearranged slice numbers. Only create partitions on slice 0bde1995-02-161-17/+31
| | | | | | | | | | for now (there are too many minors to create by default). The special sliced disk case ssd*|svn*|swd*) can almost replace the standard disk case sd*|vn*|wd*) now (it just creates a few more devices), but there will have to be special cases to allow creating slices 6-31 and partitions on slices 2-31. Fix bogus default cases.
* Add device entries for ISDN driver.jkh1995-02-141-1/+57
|
* Added /dev/snp? entry..ugen1995-02-141-1/+9
|
* Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.bde1995-02-101-11/+19
| | | | | | | | | | The group was wrong if MAKEDEV was run in a directory with group other than wheel. This may have messed up the group in recent SNAPs (sysinstall/obj should have group bin). Reset the umask to 77 after running MAKEDEV.local. Some cases depend on the 77 default. MAKEDEV.local and all cases should probably set the umask explictly and not depend on a default. Most cases already set it.
* Device entries for >32 PTYs.jkh1995-02-091-13/+20
| | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
* Video Spigot entries.jkh1995-02-071-1/+9
| | | | Submitted by: Jim Lowe <james@blatz.cs.uwm.edu>
* Add tun to list of devices.jkh1995-02-011-1/+8
| | | | Submitted by: mr
* Add joystickjmz1995-01-251-1/+9
|
* Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'sjkh1995-01-071-1/+8
| | | | | driver for the Genius GS-4500 hand scanner. Submitted by: gusw@fub46.zedat.fu-berlin.de
* Add entries for the sony and panasonic drives. The not SCSI and not EIDEats1994-12-251-3/+7
| | | | drives :-).
* Add support for sliced disk devices ssd*, svn*, swd*. The `s' at the startbde1994-12-161-1/+66
| | | | | of these names is so that they can be distinguished in MAKEDEV until the non-sliced devices go away.
* Fix wrong regexpsache1994-12-081-4/+4
|
* Fix wrong unit=expr for tty? cua?ache1994-12-061-3/+3
|
* Name the serial ports tty* and cua* in comments. ttyd* and cuaa* don'tbde1994-12-061-23/+39
| | | | | | | | | | | | | | | | | | | match all the port names. Start using shell functions to avoid duplication. Make tty* independent of cua*. Restore support for old names (tty0 == ttyd0, cua0 = cuaa0...). Restore making of lpt1 and lpt2 by default. Keep umask 077 for making vty*. World-ioctable vtys are huge security holes because of bugs in syscons. Make vga if a vty is made. It may still be required for X. It got nuked with pc*. Start using umask consistently to avoid using chmod.
* Remove yet one pccons-related commentache1994-12-041-2/+1
|
* New serial naming convention, remove tty0?, change cua0? --> cuaa?ache1994-12-041-44/+13
| | | | Remove pccons stuff, we don't have it.
* Added vn*, doing the same thing as sd* and wd*. (Disklabel support willphk1994-12-041-4/+6
| | | | be added to the vn driver).
* Add back the Croynx stuff I nuked accidently. I'm not touching thisjkh1994-12-031-1/+23
| | | | | | | file anymore after this. My link makes it too painful to make interactive mods, and I don't have the CVS tree here so making changes for "previous history" have to get done on freefall, with the corresponding degree of pain.
* Back out previous commit until we work this out. Sigh.jkh1994-12-031-22/+0
|
* Add cronyx driver entries.wollman1994-12-031-1/+23
|
OpenPOWER on IntegriCloud