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
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
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
martin
6fa45de8db
hotplug(4) and hotplugd(8) here
19 years ago
deraadt
3b773e5347
old ses device goes away
20 years ago
martin
642f724ae8
USB support
ok mickey@
20 years ago
miod
07a0464d6e
Wrong major for lpt.
20 years ago
mickey
0331b2949a
make pdc device too
20 years ago
mickey
b4567ecf33
add wd
21 years ago
millert
5b6db43831
Update for pty changes (62 per letter instead of just 16)
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
mickey
caccaf27ab
add pci device and sort per major
21 years ago
mickey
55903668b7
wrong major for xfs
22 years ago
todd
dd6fcb707d
switch to share/misc/license.template
22 years ago
mickey
cd037a5413
add ws* devices; fries@ ok
22 years ago
kjc
b117d3d9f1
remove altq entries. I should have done these before MAKEDEV.
pointed out by todd@
22 years ago
mickey
bd3ba99bfe
ksyms is majopr 25 not 29
22 years ago
todd
7bf7b2308c
move md things into md files (pass 1) as discussed a long time ago
ok miod@
22 years ago
mickey
d0d58fc82e
sync w/ conf.c
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
todd
ee687005ff
don't generate errors on ramdisk) for devices that have
'not came into the picture, yet'
ok mickey@
23 years ago
deraadt
1d5622d0ba
I should back out the base files too
23 years ago
todd
e30327ccf6
there never was a 'hil' defined, don't try to put it on ramdisk
com ports are not needed on ramdisk
23 years ago
todd
655b3a6779
complete the function arg KNF spacing
23 years ago
todd
e160edd43a
fix tty/pty #'s (off by one)
23 years ago
deraadt
c5faffbb7d
use "ramdisk" for the ramdisk target, always
23 years ago
todd
6bf1014b51
add hppa 'source'
23 years ago
todd
c46e67cec0
add sun3 'source'
23 years ago
todd
17a137bffd
add macppc 'source'
23 years ago
todd
d3357344a8
add wsdisp
23 years ago
todd
4cba5789b8
+wsmouse
23 years ago
todd
d73e63074c
enable usb
23 years ago
todd
12b8e497a4
This is my m4 MAKEDEV generation system.
.mi -> edit this to add new devices
.sub -> hardcore m4 here, be careful
*/*.md -> machine dependent information (generally device,block (& char) major)
Thanks for eyes/conversation about this over the years from espie, deraadt,
johns, fgsch, hugh, weingart, mickey, and others ..
SEE ALSO
. m4(1), MAKEDEV(8)
23 years ago