kettenis
20fe1a4803
Make it easier to create more /dev/ldomN devices. As a bonus this stops
polluting ramdisks with devices that aren't needed there.
12 years ago
kettenis
6a717f49f6
Add /dev/vdsp[0-7].
12 years ago
kettenis
5e89862ef2
Add /dev/ldom[0-3].
12 years ago
kettenis
db33405b73
Add /dev/hvctl and /dev/spds.
12 years ago
deraadt
d7b1e60dd9
get rid of the nnpfs nodes
12 years ago
jsing
17b8087c70
Remove raidframe device nodes.
13 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
ratchov
1edb990c9d
allocate a major number to midi, since midi is already enabled
ok deraadt, miod
14 years ago
claudio
7d123e238f
Add pppx(4) to MAKEDEV but do not create the device unless requested
explicitly. OK dlg@ & todd@
14 years ago
miod
5263d7299f
Reorder device entries within sections, for MAKEDEV.8 to have them sorted.
Prodded by jmc@.
14 years ago
krw
c3e1e79ef1
No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs.
"go for it" deraadt@
15 years ago
jsing
363e700269
Add /dev/diskmap to ramdisks.
ok todd@ krw@ deraadt@
15 years ago
todd
f1c1d6abc4
add diskmap entries, not on ramdisks yet
get it in! jsing@
15 years ago
matthieu
72ec4e3348
Add missing bthub device entries on arches that support bluetooth.
ok miod@, deraadt@, todd@.
15 years ago
deraadt
0bef1a616b
Add nodes for vscsi0; ok dlg
15 years ago
jj
70a3cb12c7
Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@
16 years ago
kettenis
be74219c6a
Add /dev/ttyV*.
16 years ago
kettenis
70373ed209
Add /dev/mdesc.
16 years ago
grange
a743ef735c
Bump the number of /dev/sd* files on usb-capable archs. With modern
all-in-one usb card readers and memory sticks you run out of sd
device files very quickly with default install.
This doesn't affect install media.
ok krw@ miod@
16 years ago
miod
061cd7baf3
Remove /dev/drum and related code.
16 years ago
mglocker
69ca13d297
Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the
"Special purpose devices" section, since a hardware driver which uses
video(4) also could be none-USB as long it uses the V4L2 API.
OK todd@
17 years ago
todd
9f611ca4b5
redo the way MAKEDEV files are generated
get it in, deraadt@
17 years ago
todd
561cf38f84
/dev/bio on ramdisks, it is safe and small
ok deraadt@, marco@
17 years ago
todd
979ec6c815
video on all usb archs, ok mglocker@
17 years ago
todd
53abae156d
no /dev/*random on ramdisks, libc uses the sysctl
please commit from deraadt@
17 years ago
todd
e344b1141e
bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@
18 years ago
todd
c564ba38ed
back out bio, breaks dlg's sparc64 v215
prompted by/ok dlg@ deraadt@
18 years ago
todd
8fafda6cb7
prodded by marco, enable bio everywhere
grudgingly ok deraadt@
18 years ago
tsi
c1d29f5e2d
Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* on
sparc.
ok miod@
18 years ago
todd
29ba9a7ac6
remove some rather deceptively unused lines; no change to generated MAKEDEV's
19 years ago
todd
c81d73893f
shuffle ramdisk device targets to MAKEDEV.common to avoid duplication and
pave the way for future work; ok since this does not change the generated
MAKEDEV
19 years ago
deraadt
3b773e5347
old ses device goes away
20 years ago
miod
1aca616a67
Move serial and parallel devices left by mistake in the ``other'' section
to the appropriate sections. No functional change, except for the manpage
being nicer.
20 years ago
miod
75b4f68e85
Describe the oppr ({ee,open}prom) target, and add it to sparc64 (despite it
being handmade in std).
spotted by jmc@, ok deraadt@
20 years ago
grange
eb0fef3eae
Add hotplug device.
21 years ago
millert
5b6db43831
Update for pty changes (62 per letter instead of just 16)
21 years ago
deraadt
56eb77b3ea
replace usbs with uall to avoid matching balony
21 years ago
miod
4aef26fc17
MAKEDEV.8 improvement pack:
- refer to the section 4 manual page for every device target, whenever
possible
- repair a few minor quoting errors
- repair a few sorting errors
- fix a few device descriptions (ideally they would be synched with the
.Nd line of their manpages, but we are not there... yet)
- minor mdoc fixes
Thanks to jmc@ for review and a lot of constructive criticism.
21 years ago
miod
4a2e4f2360
Harmonize MAKEDEV sources:
- homogenize section order
- sort devices inside sections
- make sure all platforms provide a local target (sigh)
- remove a few dead devices not worth mentioning on a few arches while there.
disabused ok deraadt@
21 years ago
todd
5cce1488fe
copyright 2004 as well, prompted/reminded by miod
21 years ago
millert
440a67a653
Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET
ioctl(2), an unprivileged process may allocate a pty and have its owner
and mode set appropriately. This means that programs such as xterm and
screen no longer need to be setuid. Programs using the openpty()
function require zero changes and will "just work".
Designed by beck@ and deraadt@; changes by beck@ with cleanup (and
a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me.
Tested by many.
21 years ago
todd
317934fed2
utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@
21 years ago
todd
dd6fcb707d
switch to share/misc/license.template
22 years ago
jason
a32dc894d3
add bpp devices; with much help from todd
22 years ago
kjc
b117d3d9f1
remove altq entries. I should have done these before MAKEDEV.
pointed out by todd@
22 years ago
todd
7bf7b2308c
move md things into md files (pass 1) as discussed a long time ago
ok miod@
22 years ago
jason
1f9ad23354
/dev/openprom -> 0640 root.kmem
23 years ago
jason
af6adb6295
add bpf0 to ramdisk target
23 years ago
miod
351878830a
Add systrace support to all the remaining architectures.
Tested by various people on various platforms, I'm willing to fix any
breakage this causes.
ok niels@ deraadt@ and mickey@ (after his comments were applied)
23 years ago