OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.38 / (download) - annotate - [select for diffs], Wed Nov 9 19:35:23 2022 UTC (18 months, 4 weeks ago) by krw
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, HEAD
Changes since 1.37: +1 -2 lines
Diff to previous 1.37 (colored)

Remove xy/xd. SMD left with sparc.

ok kn@ deraadt@

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jan 7 01:13:15 2022 UTC (2 years, 5 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.36: +1 -3 lines
Diff to previous 1.36 (colored)

stop creating old drm device nodes

Revision 1.36 / (download) - annotate - [select for diffs], Thu Nov 11 09:47:33 2021 UTC (2 years, 6 months ago) by claudio
Branch: MAIN
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored)

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

Revision 1.35 / (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.34: +1 -2 lines
Diff to previous 1.34 (colored)

don't put ptys onto the ramdisk media
from miod

Revision 1.34 / (download) - annotate - [select for diffs], Fri Feb 12 10:26:34 2021 UTC (3 years, 3 months ago) by jsg
Branch: MAIN
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (colored)

create /dev/ drm nodes with the same names as linux

This was proposed by Emil Velikov to simplify libdrm and will remove the
need for some patches in ports.

/dev/drm0 -> /dev/dri/card0
/dev/drmR128 -> /dev/dri/renderD128

The previous names will remain for a period of time and will later be
removed.  Major and minor numbers remain the same.

libdrm will not be changed to use the new names until known privsep
and sandbox use has been updated to allow the new names.

ok deraadt@

Revision 1.33 / (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.32: +2 -1 lines
Diff to previous 1.32 (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.32 / (download) - annotate - [select for diffs], Mon Jul 6 06:11:27 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

wire up kstat(4).

it's only accessible to root:wheel.

ok deraadt@

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

Bump audio devices count to 4

ok deraadt

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

wire up pppac(4).

with help from claudio@

Revision 1.29 / (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.28: +2 -1 lines
Diff to previous 1.28 (colored)

Add /dev/dt

Revision 1.28 / (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.27: +2 -1 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Sun May 21 13:00:53 2017 UTC (7 years ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, 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
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (colored)

Enable radeondrm(4) on loongson to get accelerated graphics
with the RS780E chipset.

OK kettenis@, jsg@

Revision 1.26 / (download) - annotate - [select for diffs], Sun Sep 4 15:38:59 2016 UTC (7 years, 9 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

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

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

Add switch(4) cdev entry

ok deraadt@ yasuoka@ reyk@

Revision 1.24 / (download) - annotate - [select for diffs], Thu Apr 28 18:17:31 2016 UTC (8 years, 1 month ago) by natano
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.23: +1 -2 lines
Diff to previous 1.23 (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.23 / (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.22: +1 -2 lines
Diff to previous 1.22 (colored)

burn down the systrace

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

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

Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 11 19:48:03 2014 UTC (9 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

remove urio

Revision 1.20 / (download) - annotate - [select for diffs], Thu Oct 9 04:37:43 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

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

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

remove lkm

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jul 11 22:04:09 2014 UTC (9 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.17: +1 -3 lines
Diff to previous 1.17 (colored)

no bthub

Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 3 20:32:26 2014 UTC (10 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Add wskbd nodes to the bsd.rd /dev posse; allows kbd -l to work as intended
in the install media. Reported by Donovan Watteau

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

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

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 21 15:12:48 2013 UTC (10 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Forgot to remove uscan_dev after uscanner(4) was sent to the attic.
spotted by Nathanael Rensen, thanks!

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

userland fuse support, but not attaching libfuse yet. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com

Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 23 06:15:28 2012 UTC (11 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (colored)

get rid of the nnpfs nodes

Revision 1.12 / (download) - annotate - [select for diffs], Sat Oct 22 19:31:23 2011 UTC (12 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

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@

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 6 20:49:27 2011 UTC (12 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

ccd goes to the attic
discussed with jsing and millert

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 19 20:55:48 2010 UTC (13 years, 6 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Sync MAKEDEV against conf.c, and both against GENERIC.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 30 15:27:54 2010 UTC (13 years, 8 months ago) by claudio
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add pppx(4) to MAKEDEV but do not create the device unless requested
explicitly. OK dlg@ & todd@

Revision 1.8 / (download) - annotate - [select for diffs], Sat Sep 4 12:18:03 2010 UTC (13 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored)

Reorder device entries within sections, for MAKEDEV.8 to have them sorted.
Prodded by jmc@.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 3 03:59:15 2010 UTC (13 years, 11 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

No more ss(4) or usscanner(4). Unused, unloved and unmaintained.
General huzzahs.

"go for it" deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 26 23:49:50 2010 UTC (13 years, 11 months ago) by jsing
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

Add /dev/diskmap to ramdisks.

ok todd@ krw@ deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 9 16:10:25 2010 UTC (14 years ago) by todd
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

add diskmap entries, not on ramdisks yet
get it in! jsing@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 8 20:51:05 2010 UTC (14 years ago) by todd
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

properly enable vscsi, fix incorrect major
ok jasper@ (also compile tested)

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 30 19:16:09 2010 UTC (14 years, 2 months ago) by matthieu
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Add missing bthub device entries on arches that support bluetooth.
ok miod@, deraadt@, todd@.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 28 08:31:18 2010 UTC (14 years, 3 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

add apm

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 23 19:26:45 2010 UTC (14 years, 4 months ago) by matthieu
Branch: MAIN

md etc bits for loongson. ok miod@

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.