mpi
9662039c95
Add agp node
12 years ago
mpi
cd67385a6f
Add drm node
ok kettenis@
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
todd
fbcf0c6786
as confirmed by my 11mo old son, this makes midi keyboards work with macppc
"no objection" drahn@
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
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
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
kettenis
79cae73ba5
openprom
17 years ago
todd
8de747ff96
same # of bthub devices created by default to match i386
pointed out by xsa@
18 years ago
todd
ebb17aa022
bthub for macppc, ok mk@
18 years ago
todd
a2284680e0
add bio(4), ok dlg@
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
70479ae385
now move /dev/tty0* to refer to the com(4) driver, away from the zs(4)
driver
19 years ago
deraadt
0d9f9860fe
do not make {cua,tty}[cd] here
19 years ago
deraadt
698d994481
make /dev/ttya be an alias for /dev/tty00.
we are making the move where ttya will become the zs devices, and tty00
will support com(4) devices. ok drahn
19 years ago
deraadt
c7396fb3c6
/dev/reload is an old amiga thing, how did it make it here?
19 years ago
deraadt
a757610d64
gpio for macppc
19 years ago
deraadt
3b773e5347
old ses device goes away
20 years ago
miod
9d2b68553f
Move the apm description out of MAKEDEV.common, so that sparc can declare it
with a specific manpage reference.
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
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
6448d66dfe
ttyE has not been valid for some time. bye
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
kjc
b117d3d9f1
remove altq entries. I should have done these before MAKEDEV.
pointed out by todd@
22 years ago
mickey
0bf57b77ac
add bktr and radio
22 years ago
todd
7bf7b2308c
move md things into md files (pass 1) as discussed a long time ago
ok miod@
22 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
deraadt
08c0d92f48
use M correctly
23 years ago
matthieu
e9927903d3
Aperture driver support for macppc. OK, deraadt@
23 years ago
todd
655b3a6779
complete the function arg KNF spacing
23 years ago
todd
2efea497bf
use ramdisk) target from MAKEDEV.mi
23 years ago