History log of /openbsd/etc/etc.octeon/MAKEDEV.md (Results 1 – 22 of 22)
Revision Date Author Comments
# 31ee681f 11-Nov-2021 claudio <claudio@openbsd.org>

/dev/switch[0-4] is no longer needed.


# f28e45a0 02-Apr-2021 deraadt <deraadt@openbsd.org>

don't put ptys onto the ramdisk media
from miod


# 1d44892e 23-Jan-2021 thfr <thfr@openbsd.org>

introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
This includes ujoy_hid_is_collection() to work around limitations of
hid_is_collection() until this can be combined without fall

introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
This includes ujoy_hid_is_collection() to work around limitations of
hid_is_collection() until this can be combined without fallout.

input, testing with 8bitdo controller, and ok brynet@
PS4 controller testing, fix for hid_is_collection, and ok mglocker@

show more ...


# 963d6015 06-Jul-2020 dlg <dlg@openbsd.org>

wire up kstat(4).

it's only accessible to root:wheel.

ok deraadt@


# 66992aee 24-Apr-2020 ratchov <ratchov@openbsd.org>

Bump audio devices count to 4

ok deraadt


# 242e115f 23-Jan-2020 dlg <dlg@openbsd.org>

wire up pppac(4).

with help from claudio@


# 941a6d3e 21-Jan-2020 mpi <mpi@openbsd.org>

Add /dev/dt


# 1ba9f8e2 17-Dec-2019 reyk <reyk@openbsd.org>

Add fido(4), a HID driver for FIDO/U2F security keys

While FIDO/U2F keys were already supported by the generic uhid(4)
driver, this driver adds the first step to tighten the security of
FIDO/U2F acc

Add fido(4), a HID driver for FIDO/U2F security keys

While FIDO/U2F keys were already supported by the generic uhid(4)
driver, this driver adds the first step to tighten the security of
FIDO/U2F access. Specifically, users don't need read/write access to
all USB/HID devices anymore and the driver also improves integration
with pledge(2) and unveil(2): It is pledge-friendly because it doesn't
require any ioctls to discover the device and unveil-friendly because
it uses a single /dev/fido/* directory for its device nodes.

It also allows to support FIDO/U2F in firefox without further
weakening the "sandbox" of the browser. Firefox does not have a
proper privsep design and many operations, such as U2F access, are
handled directly by the main process. This means that the browser's
"fat" main process needs direct read/write access to all USB HID
devices, at least on other operating systems. With fido(4) we can
support security keys in Firefox under OpenBSD without such a
compromise.

With this change, libfido2 stops using the ioctl to query the device
vendor/product and just assumes "OpenBSD" "fido(4)" instead. The
ioctl is still supported but there was no benefit in obtaining the
vendor product or name; it also allows to use libfido2 under pledge.

With feedback from deraadt@ and many others
OK kettenis@ djm@ and jmc@ for the manpage bits

show more ...


# 3a62b615 17-Jul-2019 visa <visa@openbsd.org>

Add a bootloader for octeon.

The firmware on OCTEON machines usually does not provide an interface
for accessing devices, which has made it tricky to implement an OpenBSD
bootloader. To solve this d

Add a bootloader for octeon.

The firmware on OCTEON machines usually does not provide an interface
for accessing devices, which has made it tricky to implement an OpenBSD
bootloader. To solve this device access problem, this new loader has
been built on top of a small kernel. The kernel provides all the
necessary devices drivers, while most of the usual bootloader logic
is in a userspace program in a ramdisk.

The loader program is accompanied by a special device, octboot(4).
The main purpose of this device is to implement a mechanism for
loading and launching kernels. The mechanism has been inspired by Linux'
kexec(2) system call.

The bootloader will be enabled later when it is ready for general use.

Discussed with deraadt@

show more ...


# 03b471d5 04-Sep-2016 naddy <naddy@openbsd.org>

Remove the tape block device nodes.
While here, also remove two forgotten descriptions for long obsolete
devices.


# 561201c3 02-Sep-2016 goda <goda@openbsd.org>

Add switch(4) cdev entry

ok deraadt@ yasuoka@ reyk@


# 7b4e8a0e 05-Jul-2016 visa <visa@openbsd.org>

Add /dev/openprom.

ok kettenis@ deraadt@ jasper@


# 881ff39b 28-Apr-2016 natano <natano@openbsd.org>

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 exis

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

show more ...


# c2ee575b 25-Apr-2016 tedu <tedu@openbsd.org>

burn down the systrace


# 5550f01d 23-Oct-2015 claudio <claudio@openbsd.org>

MAKEDEV bits for tap(4)
OK dlg@ mpi@


# ce86cbc4 28-Jun-2015 jmatthew <jmatthew@openbsd.org>

add usb devices


# 89fda528 04-May-2015 jmatthew <jmatthew@openbsd.org>

fix numbers for pppx, vscsi and diskmap

ok dlg@


# dc6d32db 09-Oct-2014 tedu <tedu@openbsd.org>

delete all the cry devices too. missed by mikeb previously.


# a5c7105c 09-Oct-2014 tedu <tedu@openbsd.org>

remove lkm


# 05e76b9a 05-Jan-2014 deraadt <deraadt@openbsd.org>

We need /dev/random on the install media
discussed with rpe and halex


# 7b59fc49 03-Jun-2013 tedu <tedu@openbsd.org>

fuse on more archs


# 01fd5ccd 26-Mar-2013 jasper <jasper@openbsd.org>

add octeon bits, mostly from sgi