OpenBSD CVS

CVS log for src/etc/etc.octeon/MAKEDEV.md


[BACK] Up to [local] / src / etc / etc.octeon

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Thu Nov 11 09:47:33 2021 UTC (2 years, 6 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored)

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

Revision 1.21 / (download) - annotate - [select for diffs], Fri Apr 2 02:29:56 2021 UTC (3 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

don't put ptys onto the ramdisk media
from miod

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 23 05:08:33 2021 UTC (3 years, 4 months ago) by thfr
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

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@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 6 06:11:27 2020 UTC (3 years, 10 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

wire up kstat(4).

it's only accessible to root:wheel.

ok deraadt@

Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 24 20:09:05 2020 UTC (4 years, 1 month ago) by ratchov
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Bump audio devices count to 4

ok deraadt

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 23 02:47:29 2020 UTC (4 years, 4 months ago) by dlg
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

wire up pppac(4).

with help from claudio@

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 21 16:20:44 2020 UTC (4 years, 4 months ago) by mpi
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Add /dev/dt

Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 17 13:08:56 2019 UTC (4 years, 5 months ago) by reyk
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 17 14:36:31 2019 UTC (4 years, 10 months ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.13: +5 -1 lines
Diff to previous 1.13 (colored)

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@

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 4 15:38:59 2016 UTC (7 years, 8 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 2 17:06:14 2016 UTC (7 years, 9 months ago) by goda
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Add switch(4) cdev entry

ok deraadt@ yasuoka@ reyk@

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 5 12:55:32 2016 UTC (7 years, 10 months ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Add /dev/openprom.

ok kettenis@ deraadt@ jasper@

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 28 18:17:31 2016 UTC (8 years, 1 month ago) by natano
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 25 20:38:11 2016 UTC (8 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

burn down the systrace

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 23 15:14:12 2015 UTC (8 years, 7 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 28 11:53:56 2015 UTC (8 years, 11 months ago) by jmatthew
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

add usb devices

Revision 1.6 / (download) - annotate - [select for diffs], Mon May 4 23:48:14 2015 UTC (9 years, 1 month ago) by jmatthew
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

fix numbers for pppx, vscsi and diskmap

ok dlg@

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 9 04:37:43 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 9 04:33:51 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

remove lkm

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 5 01:16:52 2014 UTC (10 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 3 17:34:15 2013 UTC (11 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

fuse on more archs

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 26 17:58:11 2013 UTC (11 years, 2 months ago) by jasper
Branch: MAIN

add octeon bits, mostly from sgi

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.