OpenBSD CVS

CVS log for src/etc/etc.sgi/Attic/MAKEDEV.md


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.57, Sat May 1 16:11:07 2021 UTC (3 years, 1 month ago) by visa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.56: +1 -1 lines
FILE REMOVED

Retire OpenBSD/sgi.

OK deraadt@

Revision 1.56 / (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_6_9_BASE, OPENBSD_6_9
Changes since 1.55: +1 -2 lines
Diff to previous 1.55 (colored)

don't put ptys onto the ramdisk media
from miod

Revision 1.55 / (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.54: +2 -1 lines
Diff to previous 1.54 (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.54 / (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.53: +2 -1 lines
Diff to previous 1.53 (colored)

wire up kstat(4).

it's only accessible to root:wheel.

ok deraadt@

Revision 1.53 / (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.52: +2 -2 lines
Diff to previous 1.52 (colored)

Bump audio devices count to 4

ok deraadt

Revision 1.52 / (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.51: +2 -1 lines
Diff to previous 1.51 (colored)

wire up pppac(4).

with help from claudio@

Revision 1.51 / (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.50: +2 -1 lines
Diff to previous 1.50 (colored)

Add /dev/dt

Revision 1.50 / (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.49: +2 -1 lines
Diff to previous 1.49 (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.49 / (download) - annotate - [select for diffs], Sun Sep 11 19:59:54 2016 UTC (7 years, 8 months ago) by deraadt
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, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

cua/tty nodes only need group dialer, the initial uid does not
matter much -- and "uucp" is just stupid in 2016.
ok rpe

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

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

Revision 1.47 / (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.46: +3 -1 lines
Diff to previous 1.46 (colored)

Add switch(4) cdev entry

ok deraadt@ yasuoka@ reyk@

Revision 1.46 / (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.45: +1 -2 lines
Diff to previous 1.45 (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.45 / (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.44: +1 -2 lines
Diff to previous 1.44 (colored)

burn down the systrace

Revision 1.44 / (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.43: +3 -1 lines
Diff to previous 1.43 (colored)

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

Revision 1.43 / (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.42: +1 -2 lines
Diff to previous 1.42 (colored)

remove urio

Revision 1.42 / (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.41: +1 -2 lines
Diff to previous 1.41 (colored)

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

Revision 1.41 / (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.40: +1 -2 lines
Diff to previous 1.40 (colored)

remove lkm

Revision 1.40 / (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_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

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

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

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

Revision 1.38 / (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.37: +2 -1 lines
Diff to previous 1.37 (colored)

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

Revision 1.37 / (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.36: +1 -3 lines
Diff to previous 1.36 (colored)

get rid of the nnpfs nodes

Revision 1.36 / (download) - annotate - [select for diffs], Wed Mar 28 20:44:23 2012 UTC (12 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.35: +12 -3 lines
Diff to previous 1.35 (colored)

Work in progress support for the SGI Indigo, Indigo 2 and Indy systems
(IP20, IP22, IP24) in 64-bit mode, adapated from NetBSD. Currently limited
to headless operation, input and video drivers will get ported soon.

Should work on all R4000, R4440 and R5000 based systems. L2 cache on R5000SC
Indy not supported yet (coming soon), R4600 not supported yet either (coming
soon as well).

Tested to boot multiuser on: Indigo2 R4000SC, Indy R4000PC, Indy R4000SC,
Indy R5000SC, Indigo2 R4400SC. There are still glitches in the Ethernet driver
which are being looked at.

Expansion support is limited to the GIO E++ board; GIO boards with PCI-GIO
bridges not ported yet due to the lack of hardware, and this kind of driver
does not port blindly.

Most of this work comes from NetBSD, polishing and integration work, as well
as putting as many ``R4x00 in 64-bit mode'' erratas as necessary, by yours
truly.

More work is coming, as well as trying to get some easy way to boot install
kernels (as older PROM can only boot ECOFF binaries, which won't do for the
kernel).

Revision 1.35 / (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_1_BASE, OPENBSD_5_1
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (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.34 / (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.33: +1 -3 lines
Diff to previous 1.33 (colored)

ccd goes to the attic
discussed with jsing and millert

Revision 1.33 / (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.32: +2 -1 lines
Diff to previous 1.32 (colored)

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

Revision 1.32 / (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.31: +2 -1 lines
Diff to previous 1.31 (colored)

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

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

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

Revision 1.30 / (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.29: +1 -3 lines
Diff to previous 1.29 (colored)

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

"go for it" deraadt@

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

Add /dev/diskmap to ramdisks.

ok todd@ krw@ deraadt@

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

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

Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 13 21:57:04 2010 UTC (14 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (colored)

make ``MAKEDEV all'' create device nodes for up to four heads.
"go ahead" kettenis@

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 13 15:12:36 2009 UTC (14 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (colored)

Add nodes for vscsi0; ok dlg

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 3 18:32:24 2009 UTC (15 years ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

- add hotplug device

ok miod@

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 3 14:45:40 2009 UTC (15 years ago) by jj
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 6 21:17:15 2009 UTC (15 years, 4 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

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@

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 25 17:30:48 2009 UTC (15 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Remove /dev/drum and related code.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Aug 25 14:00:33 2008 UTC (15 years, 9 months ago) by jsing
Branch: MAIN
Changes since 1.20: +7 -0 lines
Diff to previous 1.20 (colored)

Add USB devices.

ok miod@ jasper@

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 28 21:46:05 2008 UTC (15 years, 11 months ago) by mglocker
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

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@

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 27 03:17:29 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

fix bio major, only took a year to test

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 14 23:09:06 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

redo the way MAKEDEV files are generated
get it in, deraadt@

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 13 21:07:28 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

/dev/bio on ramdisks, it is safe and small
ok deraadt@, marco@

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 12 20:39:29 2008 UTC (16 years ago) by todd
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

video on all usb archs, ok mglocker@

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 28 22:26:02 2007 UTC (17 years ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Sun May 27 01:50:36 2007 UTC (17 years ago) by todd
Branch: MAIN
Changes since 1.13: +1 -3 lines
Diff to previous 1.13 (colored)

back out bio, breaks dlg's sparc64 v215
prompted by/ok dlg@ deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 26 19:54:23 2007 UTC (17 years ago) by todd
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

prodded by marco, enable bio everywhere
grudgingly ok deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 16 11:34:02 2006 UTC (18 years, 1 month ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

remove some rather deceptively unused lines; no change to generated MAKEDEV's

Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 16 02:49:52 2006 UTC (18 years, 1 month ago) by todd
Branch: MAIN
Changes since 1.10: +2 -7 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 1 22:22:13 2005 UTC (18 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

old ses device goes away

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 2 20:07:57 2005 UTC (19 years, 5 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Enable audio(4).

Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 13 17:06:17 2004 UTC (19 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Fix tun major

Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 8 17:52:08 2004 UTC (19 years, 8 months ago) by mcbride
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Enable crypto(4), hifn(4) and create /dev/crypto

ok miod@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 22 14:40:24 2004 UTC (19 years, 8 months ago) by miod
Branch: MAIN
Changes since 1.5: +21 -16 lines
Diff to previous 1.5 (colored)

Add missing devices (pci, systrace...) and sort sections so that the
manpage will not look ugly.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 21 07:55:48 2004 UTC (19 years, 8 months ago) by miod
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

/dev/ptm support for sgi.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 6 23:16:31 2004 UTC (19 years, 10 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.3: +8 -3 lines
Diff to previous 1.3 (colored)

sync w/ conf.c wrt wscons and cleanup

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 6 23:15:08 2004 UTC (19 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

do not play fast and loose with _TITLE

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 6 23:11:01 2004 UTC (19 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

fix typo

Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 6 21:58:22 2004 UTC (19 years, 10 months ago) by pefo
Branch: MAIN

sgi going in.

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.