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
ratchov
0d1cd020b9
add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV for
armish, landisk and zaurus. Also fix corresponding .Xr in MAKEDEV.8
ok miod@, todd@
15 years ago
jj
70a3cb12c7
Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@
15 years ago
jmc
8be9a261ed
video(4) devices use v4l2 api; from J.C. Roberts
ok miod
15 years ago
jakemsr
2b45b3f0b1
make 'MAKEDEV all' create device nodes for 3 separate audio devices
instead of just 1.
ok todd@
16 years ago
deraadt
da7a096f90
skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3.
but that is OK because both minor 3 and 4 now do the same thing. eventually,
2 releases from now, everyone will have forgotten about minor 4 and we can
delete the support code for it from sys/dev/rnd.c
various versions of this looked at by millert and todd
16 years ago
miod
0f7c8e5ebb
/dev/tuner description should point out to bktr(4), spotted by jmc.
16 years ago
todd
b459662021
make /dev/drm0 to go with oga@'s libdrm commit moments ago
ok oga@
16 years ago
mglocker
9a08d472b7
Add /dev/video* for amd64.
Help and OK todd@, OK robert@
16 years ago
todd
460b959bf4
+bthub
ok mk@
17 years ago
todd
8443eda141
remove wt tape drives. prodded by krw@
17 years ago
jmc
ab713bc95f
MASSBUSS -> MASSBUS; ok miod
17 years ago
krw
b0a7b60839
Forcibly change /dev/pci to a symbolic link if it isn't one.
Feedback from drahn@, millert@, marco@. "then get it in" deraadt@.
18 years ago
deraadt
3578c7c010
create "i" partitions for floppies too, in case we need them
18 years ago
kettenis
3ffba49edd
Create /dev/pci[0-3].
ok miod@, deraadt@
18 years ago
todd
a8891cfe5e
4 usb tty devices by default; ok msf@ marco@
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