patrick
f4a7846182
Add support for OpenBSD/arm64.
8 years ago
deraadt
fdcee9a45a
cua/tty nodes only need group dialer, the initial uid does not
matter much -- and "uucp" is just stupid in 2016.
ok rpe
8 years ago
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
sf
afc2f24c19
add virtio-console driver
This patch adds a new driver for use of virtio-console devices as
ttys. It's still in an early state and not compiled by default, yet.
Currently it is only wired into amd64. i386 is still missing.
Discussed with uebayasi@, deraadt@
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@
14 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
jsg
c2216f6e33
gpio for amd64.
ok deraadt@
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
miod
807271727a
Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are not
available on amd64.
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
jmc
955382a3e0
sort; 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
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
mglocker
9a08d472b7
Add /dev/video* for amd64.
Help and OK todd@, OK robert@
17 years ago
reyk
e65b290745
fix new agp code on amd64
- internal intel graphics semi-agp chipsets need special handling in pchb.c
- re-add the i965GM device
- use the correct major device id for /dev/agp0 on amd64 (not the i386 one)
ok deraadt@
17 years ago
reyk
aa6815dab0
define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md)
ok 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