summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* |From: Keith Walker <kew@timesink.spk.wa.us>jkh1994-12-021-4/+4
| | | | | | | | | | | | |Message-Id: <199412011713.JAA03374@timesink.spk.wa.us> |To: jkh@whisker.hubbard.ie |Subject: A little problem with MAKEDEV | |For a while now, MAKEDEV's been kinda neat: you create the cua* files, |and it deletes the tty* files; you create the tty* files and it |deletes the corresponding cua* files. K00l! :-) [Ed Note - I think this behavior was wrong, and this fix better].
* Wrong raw device was created for cd/mcd: d instead of cache1994-11-121-3/+3
|
* /dev/apm should be /dev/apm0phk1994-11-101-5/+5
|
* The last committer didn't know that '*' doesn't start a comment in shell's ????phk1994-11-021-2/+2
|
* Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulatorpst1994-11-011-1/+9
| | | | | | created by Amancio Hasty (specificly, this, in conjunction with his sound driver mods for dual-mode DMA will allow VAT compiled for BSD/386 1.1 to run under FreeBSD 2.x.)
* fixed a typing error.phk1994-10-291-2/+2
|
* Make devices for sd2 and sd3 too. If we have them in Generic, we shouldphk1994-10-261-2/+3
| | | | have the devices too.
* Added socksys device (for iBCS2 emulation)sos1994-10-131-1/+10
|
* Added entry for apm device (needed for Advanced Power Management support).dg1994-10-011-1/+8
|
* You must rm -f lkm before attempting to create it.rgrimes1994-09-301-1/+2
|
* Make /dev/lkm as a part of `std'. Delete references to ancient `com' driver.wollman1994-09-231-12/+2
|
* Added wd2 and wd3 to the standard set. They are in GENERICAH, they canphk1994-09-071-11/+4
| | | | | | | be installed on, so they should be in /dev as well. Removed the smoking remains of dcf*. I didn't realize that it had made it into MAKEDEV. Gone from cdevsw long time ago, gone from /dev now.
* Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-031-12/+5
| | | | | | | | | | | | | | | | | actually have a printer connected or online: - MAKEDEV: remove all signs of lpa add lpctl? devices (minor # = unit + 128) - usr.sbin/Makefile add lptcontrol - sys/i386/isa/lpt.c implement the LP_BYPASS flag: when a unit is opened with this flag set, the printer is not primed, and no check is made to see that the printer is online. This can only be used to pass ioctls. (giving us /dev/lpctl?) - lptcontrol.c use /dev/lpctl? (LP_BYPASS) -f flag removed, -u flag added - lptcontrol.8 document changes in lptcontrol rewrite using mandoc macros Submitted by: Geoff.
* Fixes from Bruce Evans:jkh1994-06-171-5/+21
| | | | | o insecure and inconsistent permissions for tape devices. o didn't make the DOSpartition wd devices.
* From Ache:ache1994-05-301-9/+15
| | | | Add proper devices for new sio initial/locking mechanism
* Fix all the sound devices to NOT have the absolute path /dev, the makes forrgrimes1994-05-211-37/+37
| | | | missing device files in releases!!
* Add 4 VTY's back to the list of things to create by default (the codrvjkh1994-05-191-4/+3
| | | | comments were obsolete), also create a PS/2 mouse entry.
* Make dialout devices owned by uucp.dialer with 660 modeache1994-05-101-3/+3
|
* device support for pcaudio addedsos1994-04-211-3/+12
|
* Fix tty? entry in the same way like cua entryache1994-04-031-4/+16
| | | | Add error diagnotic about unknown device name
* Fix error in making cua entries for two multiportsache1994-04-031-5/+13
| | | | (> 10 devices)
* Add mitsumi cdrom /dev entries.rgrimes1994-03-071-6/+8
|
* Remove sio entries per Rod suggestionache1994-02-191-6/+5
|
* Sorry, expr error in last commit.ache1994-02-191-3/+3
|
* We lost ttyd for dialin lines, now restore itache1994-02-191-10/+20
|
* Add devices for QIC 40/80 supportalm1994-02-071-2/+26
|
* Added creation of a symlink for ttyv0->vga when making the 'pc0' target.dg1994-01-261-1/+2
|
* Deprecate "/dev/vga". Use /dev/ttyv0 always. Note that the terminal typedg1994-01-241-6/+3
| | | | | is still 'pc3' in /etc/ttys, and should be changed if we decide to default to syscons.
* Add callout device for bidirectional portache1994-01-101-4/+5
|
* Insert tab before comment so brain dead shell does not screw uprgrimes1993-12-241-2/+2
| | | | the arguments to mknod.
* Comment out porogrammer-readable fd name set,ache1993-12-211-35/+35
| | | | not needed in standard version, only for XENIX lovers.
* User-readable fd name set added:ache1993-12-181-2/+62
| | | | | [r]fd[n].{360,720,800,820,1200,1440,1480,1720} Programmer-readable fd name set added in XENIX style.
* No more partition bits in floppy minor.ache1993-12-161-3/+26
| | | | | | | | | | Now minor looks like UU DDDDDD, UU - unit, DDDDDD - density. If density == 0, CMOS-detect format assumed. For old users/pgms use fake partitions now, i.e. ln fd0 fd0[a-h] No new floppy names added (expect fd? and rfd?), because don't have agreement yet, so make devices only for CMOS-detected formats.
* From: Sergey Ryzhkov, Serge Vakulenkoalm1993-12-141-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E-mail: <sir@kiae.su>, <vak@zebub.msk.su> added new /dev/wt entries for wt.c version 1.3 8) Some controllers support only 1024 block length. Setting WT_BSIZE bit in device minor number turns on this mode. Minor number structure: 0bfffuuu Fields: uuu - Unit number. It's possible to install up to three tape controllers on the same machine, using DRQs 1..3. Hence, unit number can lie in range 0..2. fff - Tape format number: 0 - /dev/rwt0 - default density (auto select) 1 - /dev/rwt0a - QIC 11 (obsolete) 2 - /dev/rwt0b - QIC 24 (60 megabytes) 3 - /dev/rwt0c - QIC 120 (120 megabytes) 4 - /dev/rwt0d - QIC 150 (150 megabytes) 5 - /dev/rwt0e - QIC 300 (300 megabytes?) 6 - /dev/rwt0f - QIC 600 (600 megabytes?) b - Long block size flag. With this bit set, the driver will perform all i/o operations with the controller using 1024-byte blocks, instead of 512 ones. Some controllers need it (CMS for example). If you Wangtek controller does not stream well, you can try to use /dev/rWt0 device instead of /dev/rwt0 (uncomment needed lines in /dev/MAKEDEV to create it). Block interface (writing blocks less than 2048 bytes) is not functioning pwoperly. Use raw interface instead. Thanks to all who helped to test it on the following hardware: Controller Drive Volume Interface Thanks to --------------------------------------------------------------------------- Archive SC-499 Archive 2150L 150 Meg QIC-02 KIAE CMS? ? 150 Meg QIC-02 KIAE Everex EV 831/833 ? ? QIC-36 Joergen Haegg Wangtek ASSY Wangtek 60 Meg QIC-02 Ken Whedbee Tecmar QT150i? Wangtek 5150EQ ? QIC-02? Marko Teiste ? Wangtek 5099EK 60 Meg QIC-36 Robert Shien Archive SC400S ? 60 Meg ? Warren Toomey
* Missing part of Julians new scsi code, add new driver uk and revise thergrimes1993-11-221-39/+37
| | | | entries for st.
* Added comment in the description of `com' devices that they are usuallywollman1993-11-061-2/+6
| | | | | not what users want unless they have re-configured their kernels. Hopefully some people will actually read this.
* Add zero and io to the rm -f line for std devices so they get removed beforergrimes1993-10-281-2/+2
| | | | an attempt is made to mknod them.
* Moved sound drivers from major 21 to major 30.jkh1993-10-231-11/+12
|
OpenPOWER on IntegriCloud