Matt Jacob
7f897c3ce4
Bruce gently nudged me into doing this right
1999-02-05 22:54:37 +00:00
Matt Jacob
c5145ee62d
add back ctl for sa and add more units
1999-02-04 20:35:07 +00:00
Mark Murray
7582c823d5
Replace a bunch of "ln foo bar"'s with "ln -f foo bar".
...
This means that if(when) you go "sh MAKEDEV all" in /dev
the devices get remade; you don't get errors.
A lot of the changes are for info only; they are commented out.
Not exactly shot to pieces by: bde
1999-01-24 13:51:26 +00:00
Nick Hibma
fa99797979
Take cdev major # 114 for ugen
1999-01-12 01:31:13 +00:00
Nick Hibma
34dced2c1a
Added file handling to ulpt (USB printer) driver
1999-01-11 00:03:59 +00:00
Hellmuth Michaelis
c999877cc4
add generation of ISDN (i4b) devicefiles
1999-01-08 16:03:57 +00:00
Kazutaka YOKOTA
9620286730
Added kbd*.
1999-01-06 16:18:05 +00:00
Nick Hibma
0d3c3d3942
Corrected the major number for usb and added ums as major 111
1999-01-03 16:48:03 +00:00
Nicolas Souchu
d551f05381
Arrg, ppi*) corrected
1998-11-12 22:48:16 +00:00
Nicolas Souchu
5f3f114afa
Add ppi*) iic*) and smb*)
1998-11-12 22:45:24 +00:00
David E. O'Brien
255e0e14be
Backout rev 1.175.
1998-10-31 05:27:02 +00:00
David E. O'Brien
5b3ac95f28
``MAKEDEV ccd3'' is now consistant with many of the other devices in that
...
*ccd{0,1,2}* will be created.
1998-10-30 06:02:48 +00:00
David E. O'Brien
ff51c4f27c
``MAKEDEV bpf3'' is now consistant with many of the other devices in that
...
bpf{0,1,2} will be created.
1998-10-29 22:16:29 +00:00
David E. O'Brien
2795f965bb
Re-enable creating sd*s* devices.
...
Add note, that one should use da*s* however.
1998-10-02 22:33:52 +00:00
Kenneth D. Merry
90377c4bc7
Change the permissions for the transport layer (xpt) and passthrough (pass)
...
devices from 644 to 600.
Reviewed by: imp, gibbs
1998-09-16 00:10:26 +00:00
Justin T. Gibbs
712f3941ea
Update for CAM.
1998-09-15 10:21:35 +00:00
Poul-Henning Kamp
efc22bbdd3
make the fla stuff actually work.
1998-09-10 18:47:20 +00:00
Søren Schmidt
e778b30d48
Add the wst device (ATAPI tape)
...
Allow 8 wcd devices instead of 4.
1998-09-09 18:59:46 +00:00
Poul-Henning Kamp
885dc3a91a
A long time ago, in a galaxy far, far away, someone made the (bonehead)
...
decision to limit the sound driver to one device. With Luigi's pcm
driver, the unit number for the PnP detected cards is nearly always 1,
and so you can't create the symlinks that will make your sound work.
PR: 7564
Submitted by: Doug White <dwhite@resnet.uoregon.edu>
1998-08-14 06:21:34 +00:00
Poul-Henning Kamp
190693af18
Add devices for M-systems DiskOnChip
1998-08-10 10:17:46 +00:00
Brian Somers
7931ccb86a
dgm uses devices cuaM* and ttyM*
...
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
1998-08-04 21:45:20 +00:00
Dag-Erling Smørgrav
bb2d4c7e76
Not so fast, that was one '0+' too many.
...
PR: 7124
1998-07-03 15:43:20 +00:00
Dag-Erling Smørgrav
dfcb23c332
Make sure the node count is an integer when mknod'ing pty, tty and vty.
...
PR: misc/7124
1998-07-02 07:39:01 +00:00
Peter Wemm
70dd0b6188
Hmm, silly me. I should have read what everything else was doing.
...
The initial/lock devices for cua are owned by uucp.dialer as well.
Also, remove redundant chmod on si_control
1998-03-27 04:35:10 +00:00
Peter Wemm
3eddd15d49
Fix permissions on initial/lock specialix cua device nodes.
...
PR: 6137
1998-03-27 04:19:30 +00:00
Peter Wemm
420cfceb6b
I misunderstood Bruce's hint. The chown/chmod are unneeded.
...
Submitted by: bde
1998-03-22 13:18:07 +00:00
Peter Wemm
45c404388e
Fix alphabetical ordering and and excessive cut/pasting.
...
Submitted by: bde
1998-03-22 11:42:03 +00:00
Peter Wemm
edf346c404
/dev nodes for ipfilter
1998-03-21 14:26:02 +00:00
Bruce Evans
97f5477490
Improved comments and order for the `all' case:
...
- fixed comment about vn0.
- improved other comments.
- sorted lists alphabetically within lines.
- split up and sorted lines more logically.
1998-03-12 12:00:26 +00:00
Steve Price
eff98671a6
Create the cuaiA* and cualA* devices.
...
PR: 5872
Submitted by: Adam Baran <badam@mw.mil.pl>
1998-03-01 22:18:28 +00:00
Amancio Hasty
fd4bd521b8
Reserve Major device 92 for the bktr (Bt848 video capture driver)
1998-02-20 03:59:53 +00:00
Mike Smith
a2ea470e7b
Remove qcam entries
...
Submitted by: pst
1998-02-18 13:54:45 +00:00
Jordan K. Hubbard
1a4a509dbb
New rocketport device entries, merged again (gack).
1998-02-17 15:28:29 +00:00
Paul Traina
2e1e3ab060
Change wfd major block device to 1 as part of the effort to make wfd's
...
bootable.
1998-02-13 22:40:32 +00:00
Chris Timmons
c601e62cb3
Adjustments for ccd devices:
...
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)
1998-02-09 08:41:49 +00:00
Jordan K. Hubbard
5dcabf2d07
Add wfd to all target, reorder devs to put like with like since we lost
...
all pretense of an alphabetical ordering some time back.
1998-01-22 21:26:22 +00:00
Paul Traina
aaf862068b
Bring in IDE ATAPI floppy support.
...
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
1998-01-16 22:13:07 +00:00
Steve Price
62778de06e
Fix generation of Comtrol RocketPort devices.
...
PR: 5468
Submitted by: Steve Gericke <steveg@comtrol.com>
1998-01-09 18:32:51 +00:00
Jordan K. Hubbard
432ce8f092
strengthen mknod().
...
Submitted by: bde
1998-01-03 11:53:52 +00:00
Jordan K. Hubbard
5c986ed210
Fix jkh typo in VTY rule.
...
PR: 5411
Submitted by: Brian Tao <taob@netcom.ca>
1998-01-02 22:16:15 +00:00
Jordan K. Hubbard
26b044dc2e
Normalize default owner/group handling, fix bogons in a couple of
...
printf arg lists.
1997-12-29 09:45:23 +00:00
Jordan K. Hubbard
d0cc10a88b
Yet another slight bogon that I just noticed needed cleaning up. The for
...
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.
1997-12-29 00:10:20 +00:00
Jordan K. Hubbard
0259912885
Whoops - one small tweak: I eliminated the deprecated isdn case,
...
so also remove mention of it in the comments.
1997-12-29 00:03:36 +00:00
Jordan K. Hubbard
62f6fce717
Remove all explicit rm's (with and without wildcards) and replace them
...
with a function which does the rm/mknod in one step, eliminating the
gratuitous device node removal behavior of before.
Reviewed by: bde
1997-12-29 00:02:18 +00:00
Brian Somers
867ca4ed97
The ``super scsi'' device is /dev/scc.
...
I'm not sure it's fully functional though !
1997-12-19 14:14:26 +00:00
Jordan K. Hubbard
f9e0c4246c
Add entries for Comtrol Rocketport driver.
...
Submitted by: Amir Farah <amir@comtrol.com>
1997-08-28 12:14:14 +00:00
John-Mark Gurney
94021764b0
add a bktrX target (for Bt848 based cards)
1997-05-11 00:34:36 +00:00
Daniel O'Callaghan
8a96b3a58d
Update MAKEDEV to handle lots of tun devices, consistent with the tun device
...
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.
1997-03-10 02:10:58 +00:00
Joerg Wunsch
7030cda054
Now that we can read from a worm device, handle their permissions as
...
we do for other disk devices, too.
1997-03-05 14:04:00 +00:00
Bruce Evans
01645cb5c9
Merged Cortex frame grabber entry from 2.2.
1997-03-03 16:13:35 +00:00