augustss
8e735041d9
Prepare for USB scanners, and add Rio 500 support while messing.
2000-09-23 04:27:17 +00:00
mason
db8e04e0f8
Move to a default of 64 PTYs in "all" targets. Normalize "floppy" and
...
"minimal" targets to use 16 PTYs.
2000-07-27 18:43:14 +00:00
augustss
ab5e19cc9f
Make /dev/usb, a node where USB events can be read.
...
Also add ttyU to hpcmips.
2000-02-29 19:07:41 +00:00
tsutsui
810e380c89
Oops, I've forgotten to commit this on Jan 21.
...
>- rename (revert) normal memory disk device name /dev/mdX -> /dev/mdXa
>- now raw partitions are used for memory disk ioctls
2000-02-10 16:45:37 +00:00
tsutsui
e2c4e62e16
Correct md* entries.
1999-12-18 03:09:44 +00:00
ad
652f0f8841
Back out previous
1999-10-18 22:41:23 +00:00
ad
993ac32fff
Final chown user.group -> chown user:group changes.
1999-10-06 22:26:14 +00:00
hubertf
018c7b4f42
Tidy up comments a bit, to make the manpages generated from the a bit
...
nicer. Also, add a comment on how to re-generate the manpages if the
MAKEDEV file was changed.
1999-09-18 00:23:35 +00:00
augustss
bcf1e2dcad
Add a comment about ttyU*.
1999-08-27 14:13:32 +00:00
augustss
22bead680a
Define the callunit variable for ttyU*.
1999-08-27 14:10:51 +00:00
augustss
082fa5a748
Move ttyU* before tty*, otherwise it will not work to make ttyU device nodes.
1999-08-27 14:06:05 +00:00
augustss
5ca2c8ac27
Make creation of wsmux devices a little less confusing.
1999-08-25 23:06:46 +00:00
augustss
243ba7a176
Rename umodem to ttyU. If it walks like a tty and quacks like a tty
...
it's a tty.
1999-08-17 20:06:57 +00:00
augustss
db574ba708
Add umodem device.
1999-08-16 22:27:08 +00:00
augustss
595da53663
Make wsmux devices.
1999-07-29 19:24:37 +00:00
cgd
36f7421c84
the memory disk ('md') driver is just the standard machine-independent
...
driver. Therefore, create and name its device nodes in the normal way.
1999-06-27 00:17:31 +00:00
cgd
3a7a276df9
sysinst won't work without ptys on the ramdisk image. (*sigh* How
...
well was sysinst tested for 1.4...)
1999-06-26 22:58:06 +00:00
mark
0d8649853c
Add the ttyEcfg devices and create the wscons devices as standard.
1999-03-20 03:00:20 +00:00
mark
5d88663f76
Add the dty (dialout) device nodes for the serial driver.
1999-03-16 11:00:46 +00:00
abs
a6e0ab6a8c
On platforms that have GENERIC kernels containing 'bpfilter 8' or greater,
...
create at least eight bpf dev entries. (All except atari).
1999-01-16 01:40:27 +00:00
augustss
af27a191a5
Add ugen device.
1998-12-09 01:47:15 +00:00
oster
8bfd722a35
Added RAID devices for everyone!
1998-11-13 04:49:01 +00:00
thorpej
7490553d67
Add /dev/scsibus* device nodes.
1998-10-15 21:22:51 +00:00
mark
7f94d46701
Add wscons device files.
1998-10-06 02:48:18 +00:00
phil
567df41ca2
Add /dev/cfs* for Coda.
1998-09-14 16:04:10 +00:00
mark
6e05bc9acf
Create USB devices.
1998-09-06 02:52:40 +00:00
mycroft
75ebda6dee
Add joy.
1998-09-05 04:13:51 +00:00
augustss
c29fdceff3
Prepare for MIDI devices.
1998-08-22 22:50:53 +00:00
tv
60ac257eb3
Fixes PR #3858 : /dev/fd uniformly updated in MAKEDEV to make directory
...
(and file nodes) owned by root.wheel, and /dev/fd directory mode 755. Now
it matches mtree (and the rest of the system's permissions/owner layout).
1997-11-26 03:09:23 +00:00
fair
ffa1ced6be
add appropriate entry to make "random" as documented in rnd(4).
...
add "random" entry to "all".
1997-11-20 05:57:38 +00:00
mark
8f1122b19e
Added qms device and removed quadmouse device.
...
Removed acd references.
1997-10-18 03:59:27 +00:00
lukem
3e16910ca2
remove enss* before we try & mknod it
1997-08-22 10:46:27 +00:00
lukem
7cb2956f2d
* st* has perms 660 not 640
...
* add enss* to ss*
* md* is root.operator 640 not root.wheel 600
* use ${i#...} instead of `expr ...`
* use 'sh $0.local' not 'sh MAKEDEV.local'
* warn on invalid devices
1997-08-22 10:41:17 +00:00
augustss
912c4ee11f
Create /dev/audioctl and allow creation of multiple audio devices.
1997-08-18 21:23:12 +00:00
leo
b9906e7600
Use DISKUNIT macro to encode md's unit in the minor number.
1997-08-01 19:38:30 +00:00
perry
07a71fdfd0
Make MAKEDEV and MAKEDEV.local mutually consistant. Reported in
...
pr #2596 by Tatoku Ogaito, but my fix is different from his.
This is purely an aesthetic change.
1997-07-31 04:08:15 +00:00
mark
fb64b594bc
Added a ramdisk option to build all the devices needed for an install
...
ramdisk.
Reformatted a couple of lines.
1997-07-28 17:41:59 +00:00
phil
ffde90f14b
Make all tty??/pty?? pairs that can be opened by openpty().
...
Remove use of awk for generating names.
Make all consistent as possible.
Closes PR 3420.
1997-07-23 01:29:36 +00:00
phil
840d172649
Make all MAKEDEVs make fd/* similar. No need for awk or expr.
...
Inspired by PR 3420. Some MAKEDEVS had the fd separated out
of std and fd added to std.
1997-07-22 23:13:05 +00:00
mark
237e1b7fb6
Create wd2 and wd3 device files for 'all' and 'floppy' options.
1997-07-17 00:12:55 +00:00
veego
a902cc2ba7
Added a new device entry for ipfilter: /dev/ipauth
1997-07-07 22:26:51 +00:00
thorpej
7f29bb4668
Add ipnat and ipstate at the appropriate minor numbers off the ipfilter
...
device.
1997-05-31 23:52:55 +00:00
mark
2595ae2af9
Added ipl ip filter device.
1997-01-06 02:56:36 +00:00
pk
4bb3612c55
Device rename: `rd' => `md'
1997-01-01 23:46:17 +00:00
mark
ae3ad75501
Eradicate all the expr goo by following Charles' example with the i386
...
MAKDEV.
1996-11-23 04:22:45 +00:00
mark
cf35beca6c
Added creation of the iic and rtc character device files.
1996-04-26 20:10:24 +00:00
mark
c7a6e86489
Added ss device for SCSI scanner.
...
Added kbdctl device for ioctl access to the kbd driver.
1996-03-14 20:17:22 +00:00
mark
9f21bd22be
Initial commit of the arm32 specific etc files.
1996-02-02 16:10:13 +00:00