summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
Commit message (Collapse)AuthorAgeFilesLines
* Hmm, silly me. I should have read what everything else was doing.peter1998-03-271-5/+2
| | | | | | The initial/lock devices for cua are owned by uucp.dialer as well. Also, remove redundant chmod on si_control
* Fix permissions on initial/lock specialix cua device nodes.peter1998-03-271-2/+4
| | | | PR: 6137
* I misunderstood Bruce's hint. The chown/chmod are unneeded.peter1998-03-221-3/+1
| | | | Submitted by: bde
* Fix alphabetical ordering and and excessive cut/pasting.peter1998-03-221-3/+3
| | | | Submitted by: bde
* /dev nodes for ipfilterpeter1998-03-211-2/+12
|
* Improved comments and order for the `all' case:bde1998-03-121-17/+19
| | | | | | | - fixed comment about vn0. - improved other comments. - sorted lists alphabetically within lines. - split up and sorted lines more logically.
* Create the cuaiA* and cualA* devices.steve1998-03-011-2/+4
| | | | | PR: 5872 Submitted by: Adam Baran <badam@mw.mil.pl>
* Reserve Major device 92 for the bktr (Bt848 video capture driver)ahasty1998-02-201-3/+3
|
* Remove qcam entriesmsmith1998-02-181-8/+1
| | | | Submitted by: pst
* New rocketport device entries, merged again (gack).jkh1998-02-171-51/+33
|
* Change wfd major block device to 1 as part of the effort to make wfd'spst1998-02-131-3/+3
| | | | bootable.
* Adjustments for ccd devices:cwt1998-02-091-9/+5
| | | | | | | | | 1) Resulting special files now in group operator. (Reviewed by bde) 2) Use $disk_umask when creating ccd device specials. (Suggested by bde) 3) No longer create rccd{n}.ctl; ccd's are not necessarily scsi. (Suggested by bde) 4) No need to split short lines. (Suggested by bde)
* Add wfd to all target, reorder devs to put like with like since we lostjkh1998-01-221-3/+6
| | | | all pretense of an alphabetical ordering some time back.
* Bring in IDE ATAPI floppy support.pst1998-01-161-7/+26
| | | | | | | | | | | This is Junichi's v1.0 driver. NOTE: Major device numbers have been changed to avoid conflict with other FreeBSD 3.0 devices. The new numbers should be considered "official." This driver is still considered "beta" quality, although we have been playing with it. Please submit bugs to junichi and myself. Submitted by: junichi@astec.co.jp
* Fix generation of Comtrol RocketPort devices.steve1998-01-091-2/+3
| | | | | PR: 5468 Submitted by: Steve Gericke <steveg@comtrol.com>
* strengthen mknod().jkh1998-01-031-4/+4
| | | | Submitted by: bde
* Fix jkh typo in VTY rule.jkh1998-01-021-2/+2
| | | | | PR: 5411 Submitted by: Brian Tao <taob@netcom.ca>
* Normalize default owner/group handling, fix bogons in a couple ofjkh1997-12-291-57/+28
| | | | printf arg lists.
* Yet another slight bogon that I just noticed needed cleaning up. The forjkh1997-12-291-3/+2
| | | | | | | | loop was sloppily written, taking advantage of a default for argument handling which few are probably aware of rather than stating its purpose more explicitly. Can't also help but notice that the fd* entry also contains far more comment lines than actual statements - can we please clean that up? The wt* entry could use a bit of the same.
* Whoops - one small tweak: I eliminated the deprecated isdn case,jkh1997-12-291-2/+1
| | | | so also remove mention of it in the comments.
* Remove all explicit rm's (with and without wildcards) and replace themjkh1997-12-291-164/+26
| | | | | | | with a function which does the rm/mknod in one step, eliminating the gratuitous device node removal behavior of before. Reviewed by: bde
* The ``super scsi'' device is /dev/scc.brian1997-12-191-1/+7
| | | | I'm not sure it's fully functional though !
* Add entries for Comtrol Rocketport driver.jkh1997-08-281-1/+76
| | | | Submitted by: Amir Farah <amir@comtrol.com>
* add a bktrX target (for Bt848 based cards)jmg1997-05-111-1/+11
|
* Update MAKEDEV to handle lots of tun devices, consistent with the tun devicedanny1997-03-101-6/+10
| | | | | selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb). Also, make it make all devices up to and including the requested one.
* Now that we can read from a worm device, handle their permissions asjoerg1997-03-051-1/+4
| | | | we do for other disk devices, too.
* Merged Cortex frame grabber entry from 2.2.bde1997-03-031-0/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Add worm(4)'s bdev entry.joerg1997-02-061-0/+3
|
* Use shifts instead of multiplications and `|' instead of `+' to simplifybde1997-01-271-4/+6
| | | | | | dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for $scisctl. Use dkminor() instead of repeating part of it for special cases. Shortened some long lines.
* Change to use some unused bits in the 'type' field to extend the unit fielddg1997-01-241-6/+6
| | | | to 9 bits (512 units) for disk devices.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added apm and card[01] devices to all target.nate1997-01-131-1/+2
| | | | Suggested by: bde
* While being here, also create all the gsc device nodes as described injoerg1996-12-301-5/+9
| | | | the gsc(4) man page, and allow for more than one unit number.
* Close PR#2198:jkh1996-12-131-1/+2
| | | | | | | | | | | | | I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
* Added $PATH to the end of PATH. Otherwise the command 'expr' can't beandreas1996-11-141-2/+2
| | | | found by the shell when running MAKEDEV from the fixit floppy environment.
* Fixed cualc and cualD minor numbers which I broke in the previous commit.bde1996-11-011-3/+3
|
* Restored order of cuac above ttyc.bde1996-10-251-28/+30
| | | | | | | | | Fixed some style bugs for cua* and tty*. Removed superfluous chmod for consolectl. FIxed a tiny security bug for perfmon and changed the style for perfmon to match the style of the non-std devices.
* Add character device (78,0): pcise1996-10-221-2/+4
| | | | Submitted by: wollman
* Changed ttyc? and cuac? specifications to support multiple controllers.dg1996-10-131-18/+34
| | | | | A "MAKEDEV ttyc0" now creates 32 units for controller 0, ttyc1 for controller 1, etc..
* Fix for the problem that moused hangs if it is started from /etc/rcsos1996-09-091-3/+5
| | | | | Introduces the /dev/consolectl device for controlling various console related things (given syscons is used).
* Use the same perm/owner for sysmouse as for others mouse devicesache1996-09-091-2/+2
|
* Make sysmouse device for sysconsache1996-09-081-2/+9
|
* update comment for tun*wosch1996-07-021-2/+3
| | | | add comment for snp*
* IDE cd fixes:ache1996-06-071-3/+5
| | | | | wcd?a is missing wrong partition number was used for wcd?c
* Bring in ccd support.asami1996-05-031-1/+28
| | | | Entry to create ccd devices.
* Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2jkh1996-05-021-2/+2
| | | | is becoming clearer.. :-)
* Provide for creation of /dev/perfmon.wollman1996-03-261-2/+7
|
* Fix Nate's spamming of this file - every backquote needs a matching one.. :-)jkh1996-03-191-2/+2
|
* Added some comments regarding the apm device, and added support tonate1996-03-181-5/+19
| | | | | | | | create the PC-CARD devices. Note: The APM character special device is named /dev/apm and not apm0 as was prvioiusly since only one APM device can exist in a system at a time according to the the APM specifications.
OpenPOWER on IntegriCloud