deraadt
fdcee9a45a
cua/tty nodes only need group dialer, the initial uid does not
matter much -- and "uucp" is just stupid in 2016.
ok rpe
8 years ago
deraadt
843be9ae0a
extra spaces
8 years ago
ratchov
c4c67e385e
Remove /dev/sound* as they are not used and they are identical
to /dev/audio*. No port is using them (thanks to sthen@ for checking).
ok sthen@
8 years ago
naddy
f7d710b67f
Remove the tape block device nodes.
While here, also remove two forgotten descriptions for long obsolete
devices.
8 years ago
goda
25564e898f
Add switch(4) cdev entry
ok deraadt@ yasuoka@ reyk@
8 years ago
deraadt
7476261c0f
whitespace found during review
8 years ago
deraadt
bd01cec02c
Default /dev/video node to root.wheel 600 because this should not be
available wide open. there should be some access model either via a
group or fbtab. This will cause a decision to be made.
ok millert
8 years ago
natano
51da054bb5
Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is
unused for now, but I plan to convert all programs in base to use it in
a future diff. /dev/bpf0 is for compatibility with existing binaries
and is to be removed after a transition period.
ok rpe krw, for the installer part
"Let's see it hit the tree." deraadt
8 years ago
tedu
624c4ffc89
rm systrace
8 years ago
uebayasi
21fee912e1
Add ipmi(4) cdev entry on amd64 and i386
9 years ago
reyk
3e71c28b38
Add /dev/pvbus0 (mode 0640) to MAKEDEV on i386 and amd64.
Needed for the key-value interface that has been added to pvbus(4).
OK mikeb@
9 years ago
sf
afc2f24c19
add virtio-console driver
This patch adds a new driver for use of virtio-console devices as
ttys. It's still in an early state and not compiled by default, yet.
Currently it is only wired into amd64. i386 is still missing.
Discussed with uebayasi@, deraadt@
9 years ago
deraadt
eb43e0a37f
vmm node only needs mode 600
9 years ago
sthen
3f42fe30fc
remove stray { }
9 years ago
sthen
23e8783e65
add /dev/vmm, req'd by and ok mlarkin@
9 years ago
claudio
5b9df2aa48
MAKEDEV bits for tap(4)
OK dlg@ mpi@
9 years ago
tedu
71a19d5adc
remove urio
10 years ago
tedu
e594303318
remove lkm
10 years ago
mikeb
3582d193e0
Remove userland bits related to the crypto(4) interface; ok deraadt
10 years ago
miod
0627e39b9d
Remove ppi (hp300 leftover)
10 years ago
tedu
f1658d7598
remove bluetooth bits
10 years ago
kettenis
63836acca0
Change /dev/drm* permissions to 0600.
ok deraadt@, naddy@, ajacoutot@
11 years ago
deraadt
093308eb0d
kill iop(4); spotted by jmc
11 years ago
dcoppa
b77615d275
Increase default number of ugen device files: two are too few for
modern standards, with people having usb cameras, music players,
smartcard readers, UPSs, wifi scanners, rocket launchers and so
on...
OK sthen@, djm@
11 years ago
jmc
3c649f40bc
no bthub(4) page;
11 years ago
ajacoutot
cd6bf87b71
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.
No regression has been reported since libusb became the prefered
solution to work with USB scanners.
req. by mpi@
ok ian@ mpi@ miod@
11 years ago
naddy
bed4fb9de3
create 12 com(4) device nodes by default; requested by deraadt@
11 years ago
naddy
ba57046338
create more com(4) entries by default since puc(4)s are now guaranteed
to show up at com4 or higher on x86; ok kettenis@ krw@
11 years ago
syl
8a2c61cb84
Make fuse device clonable.
ok tedu@
11 years ago
halex
387446f2fc
allow creation of more fuse devices, and create 4 of them by default
ok syl@ todd@
11 years ago
tedu
6c41a94354
userland fuse support, but not attaching libfuse yet. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com
11 years ago
jmc
a338631fa2
vscsi(8) -> vscsi(4);
11 years ago
ratchov
878c009fc4
Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani.
ok miod, mpi, jsg and help from sthen
11 years ago
yasuoka
55625a2334
Create /dev/pppx by default.
12 years ago
deraadt
d7b1e60dd9
get rid of the nnpfs nodes
12 years ago
jsing
17b8087c70
Remove raidframe device nodes.
12 years ago
miod
985c9639af
Move the audio* device creation stanzas from MI to MD, and reduce the
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable
vax can receive another audio device as expansion (until we get TURBOchannel
support with DMA on VS4k/90).
ok deraadt@ todd@
13 years ago
deraadt
a26d8773fe
ccd goes to the attic
discussed with jsing and millert
13 years ago
miod
80dbafc7ee
Remove obsolete drivers descriptions; no change in generated files on all
plotfarms.
13 years ago
tedu
4ee21569e6
remove mcd
13 years ago
thib
53ad0f2a2f
Deprecate vnds in favour of svnds.
In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.
Old svndX nodes will still continue to work though, for now.
Cleanup accordingly.
ok deraadt@, todd@
comments and ok on the man page bits from jmc@
13 years ago
claudio
7d123e238f
Add pppx(4) to MAKEDEV but do not create the device unless requested
explicitly. OK dlg@ & todd@
14 years ago
claudio
a3a08bcac1
Move the vscsi __devitem() so that it is before the _mcdev() line like
for all other definitions. Both dlg@ and todd@ wanted that to be a
seperate commit.
14 years ago
miod
71ffebdda1
Create two more usb device nodes by default, as modern Apple hardware
(among others) attaches *eight* uhub devices.
From remco at d-compu, dyndns org; ok deraadt@
14 years ago
mglocker
3dd4405dde
Create video1 by default. Can be useful e.g. on many laptops with
integrated cams where you want to use an external cam. Suggested by Brad.
OK todd@, jakemsr@
14 years ago
nicm
f9c1062831
Some ss(4) bits escaped the purge, eliminate them.
ok todd krw
14 years ago
todd
8756387387
to assist diskmap testing, lets make the character dev a character dev, doh!
ok jsing@
14 years ago
todd
f1c1d6abc4
add diskmap entries, not on ramdisks yet
get it in! jsing@
14 years ago
miod
3a7615d997
Stricter patterns for numbered wsmouse and wskbd devices, so that
`wsmouse' and `wskbd' without suffixes match the wsmux rule.
Reported by Vadim Zhukov (persgray on gmail)
15 years ago
deraadt
0bef1a616b
Add nodes for vscsi0; ok dlg
15 years ago