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
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
9 years ago
tedu
dfb3f10f6b
burn down the systrace
9 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
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
dfe12b7dbe
delete all the cry devices too. missed by mikeb previously.
10 years ago
tedu
e594303318
remove lkm
10 years ago
tedu
7db39ae9cb
no bthub
10 years ago
kettenis
7d3fe827b5
We no longer support the userland interface for agp(4).
11 years ago
deraadt
5e880e25b6
We need /dev/random on the install media
discussed with rpe and halex
11 years ago
deraadt
093308eb0d
kill iop(4); spotted by jmc
11 years ago
ajacoutot
1022a56d81
Forgot to remove uscan_dev after uscanner(4) was sent to the attic.
spotted by Nathanael Rensen, thanks!
11 years ago
jsg
bfc9e6e9e9
create drm device nodes on sparc64 and create additional entries
elsewhere for running with multiple cards.
11 years ago
tedu
6c41a94354
userland fuse support, but not attaching libfuse yet. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com
12 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
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
tedu
4ee21569e6
remove mcd
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
miod
e36f41cfd4
Move drm from ``console ports'' to ``special purpose devices'' section.
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
aabcc07256
sort, prompted by jmc@
17 years ago
todd
9f611ca4b5
redo the way MAKEDEV files are generated
get it in, deraadt@
17 years ago
mbalmer
6b6d0c58f6
add amdmsr.
help (a lot...) and ok todd.
17 years ago
todd
561cf38f84
/dev/bio on ramdisks, it is safe and small
ok deraadt@, marco@
17 years ago
todd
b459662021
make /dev/drm0 to go with oga@'s libdrm commit moments ago
ok oga@
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
oga
c49214cd87
Make agp attach as a device. This means that many more agp bridges
actually get detected and attached. Also adds a kernel api for
manipulating agp.
Enable this on i386 and amd64.
"I think you should commit it" deraadt@, ok matthieu. Looked over by
several others.
17 years ago
tedu
5f39fcb4ea
remove acpi device. named apmctl on amd64 now, and on i386 apmctl
has become a gate to both apm and acpi. ok deraadt
17 years ago
todd
460b959bf4
+bthub
ok mk@
18 years ago
todd
8443eda141
remove wt tape drives. prodded by krw@
18 years ago
mk
0547fda48e
Remove wdt char device stuff from here too.
ok todd
19 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