OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.96 / (download) - annotate - [select for diffs], Wed Nov 9 19:35:23 2022 UTC (18 months, 3 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.95: +1 -2 lines
Diff to previous 1.95 (colored)

Remove xy/xd. SMD left with sparc.

ok kn@ deraadt@

Revision 1.95 / (download) - annotate - [select for diffs], Fri Jan 7 01:13:15 2022 UTC (2 years, 4 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.94: +1 -3 lines
Diff to previous 1.94 (colored)

stop creating old drm device nodes

Revision 1.94 / (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.93: +1 -3 lines
Diff to previous 1.93 (colored)

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

Revision 1.93 / (download) - annotate - [select for diffs], Fri Feb 12 10:26:34 2021 UTC (3 years, 3 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.92: +3 -1 lines
Diff to previous 1.92 (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.92 / (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.91: +2 -1 lines
Diff to previous 1.91 (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.91 / (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.90: +2 -1 lines
Diff to previous 1.90 (colored)

wire up kstat(4).

it's only accessible to root:wheel.

ok deraadt@

Revision 1.90 / (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.89: +2 -2 lines
Diff to previous 1.89 (colored)

Bump audio devices count to 4

ok deraadt

Revision 1.89 / (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.88: +2 -1 lines
Diff to previous 1.88 (colored)

wire up pppac(4).

with help from claudio@

Revision 1.88 / (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.87: +2 -1 lines
Diff to previous 1.87 (colored)

Add /dev/dt

Revision 1.87 / (download) - annotate - [select for diffs], Tue Dec 17 13:08:55 2019 UTC (4 years, 5 months ago) by reyk
Branch: MAIN
Changes since 1.86: +2 -1 lines
Diff to previous 1.86 (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.86 / (download) - annotate - [select for diffs], Fri Dec 13 21:03:57 2019 UTC (4 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.85: +1 -2 lines
Diff to previous 1.85 (colored)

gpr(4) goes away

Revision 1.85 / (download) - annotate - [select for diffs], Fri May 10 11:27:23 2019 UTC (5 years ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.84: +1 -2 lines
Diff to previous 1.84 (colored)

vmm(4) was removed from share/man/man8/man8.i386/MAKEDEV.8 but not the
input file or MAKEDEV script itself; sync up the input file. req by jmc@

Revision 1.84 / (download) - annotate - [select for diffs], Sun Aug 19 11:42:33 2018 UTC (5 years, 9 months ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored)

Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction
with the syzkaller kernel fuzzer. So far, 8 distinct panics have been found and
fixed. This effort will continue.

kcov is limited to architectures using Clang as their default compiler and is
not enabled by default.

With help from mpi@, thanks!

ok kettenis@ mpi@ visa@

Revision 1.83 / (download) - annotate - [select for diffs], Sun Sep 11 19:59:53 2016 UTC (7 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.82: +3 -3 lines
Diff to previous 1.82 (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.82 / (download) - annotate - [select for diffs], Sun Sep 4 15:38:59 2016 UTC (7 years, 8 months ago) by naddy
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

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

Revision 1.81 / (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.80: +3 -1 lines
Diff to previous 1.80 (colored)

Add switch(4) cdev entry

ok deraadt@ yasuoka@ reyk@

Revision 1.80 / (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.79: +2 -3 lines
Diff to previous 1.79 (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.79 / (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.78: +1 -2 lines
Diff to previous 1.78 (colored)

burn down the systrace

Revision 1.78 / (download) - annotate - [select for diffs], Fri Feb 5 06:29:45 2016 UTC (8 years, 3 months ago) by uebayasi
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.77: +3 -1 lines
Diff to previous 1.77 (colored)

Add ipmi(4) cdev entry on amd64 and i386

Revision 1.77 / (download) - annotate - [select for diffs], Wed Jan 27 09:09:29 2016 UTC (8 years, 4 months ago) by reyk
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76 (colored)

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@

Revision 1.76 / (download) - annotate - [select for diffs], Tue Nov 10 21:42:28 2015 UTC (8 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored)

add /dev/vmm, req'd by and ok mlarkin@

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

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

Revision 1.74 / (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.73: +1 -2 lines
Diff to previous 1.73 (colored)

remove urio

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

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

Revision 1.72 / (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.71: +1 -2 lines
Diff to previous 1.71 (colored)

remove lkm

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

no bthub

Revision 1.70 / (download) - annotate - [select for diffs], Fri Mar 14 23:47:04 2014 UTC (10 years, 2 months ago) by kettenis
Branch: MAIN
Changes since 1.69: +1 -6 lines
Diff to previous 1.69 (colored)

We no longer support the userland interface for agp(4).

Revision 1.69 / (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_5_BASE, OPENBSD_5_5
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

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

Revision 1.68 / (download) - annotate - [select for diffs], Tue Nov 5 16:05:30 2013 UTC (10 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.67: +1 -2 lines
Diff to previous 1.67 (colored)

kill iop(4); spotted by jmc

Revision 1.67 / (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.66: +1 -2 lines
Diff to previous 1.66 (colored)

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

Revision 1.66 / (download) - annotate - [select for diffs], Thu Aug 8 10:39:29 2013 UTC (10 years, 9 months ago) by jsg
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

create drm device nodes on sparc64 and create additional entries
elsewhere for running with multiple cards.

Revision 1.65 / (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.64: +2 -1 lines
Diff to previous 1.64 (colored)

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

Revision 1.64 / (download) - annotate - [select for diffs], Fri Mar 15 09:10:52 2013 UTC (11 years, 2 months ago) by ratchov
Branch: MAIN
Changes since 1.63: +1 -2 lines
Diff to previous 1.63 (colored)

Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani.
ok miod, mpi, jsg and help from sthen

Revision 1.63 / (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.62: +1 -3 lines
Diff to previous 1.62 (colored)

get rid of the nnpfs nodes

Revision 1.62 / (download) - annotate - [select for diffs], Fri Apr 6 15:18:41 2012 UTC (12 years, 1 month ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.61: +0 -1 lines
Diff to previous 1.61 (colored)

Remove raidframe device nodes.

Revision 1.61 / (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.60: +2 -1 lines
Diff to previous 1.60 (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.60 / (download) - annotate - [select for diffs], Thu Oct 6 20:49:27 2011 UTC (12 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.59: +1 -3 lines
Diff to previous 1.59 (colored)

ccd goes to the attic
discussed with jsing and millert

Revision 1.59 / (download) - annotate - [select for diffs], Sun Jun 26 23:28:23 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.58: +1 -3 lines
Diff to previous 1.58 (colored)

remove mcd

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

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

Revision 1.57 / (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.56: +6 -6 lines
Diff to previous 1.56 (colored)

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

Revision 1.56 / (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.55: +1 -3 lines
Diff to previous 1.55 (colored)

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

"go for it" deraadt@

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

Add /dev/diskmap to ramdisks.

ok todd@ krw@ deraadt@

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

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

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

Add nodes for vscsi0; ok dlg

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

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

Revision 1.51 / (download) - annotate - [select for diffs], Wed Mar 25 19:30:28 2009 UTC (15 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Move drm from ``console ports'' to ``special purpose devices'' section.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Feb 6 21:17:14 2009 UTC (15 years, 3 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (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.49 / (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.48: +2 -2 lines
Diff to previous 1.48 (colored)

Remove /dev/drum and related code.

Revision 1.48 / (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.47: +2 -2 lines
Diff to previous 1.47 (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.47 / (download) - annotate - [select for diffs], Thu Jun 19 15:27:00 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored)

sort, prompted by jmc@

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

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

Revision 1.45 / (download) - annotate - [select for diffs], Sat Jun 14 22:06:47 2008 UTC (15 years, 11 months ago) by mbalmer
Branch: MAIN
Changes since 1.44: +5 -1 lines
Diff to previous 1.44 (colored)

add amdmsr.

help (a lot...) and ok todd.

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

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

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jun 12 22:38:14 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42 (colored)

make /dev/drm0 to go with oga@'s libdrm commit moments ago
ok oga@

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jun 12 20:39:29 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored)

video on all usb archs, ok mglocker@

Revision 1.41 / (download) - annotate - [select for diffs], Thu Jun 12 18:52:46 2008 UTC (15 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

no /dev/*random on ramdisks, libc uses the sysctl
please commit from deraadt@

Revision 1.40 / (download) - annotate - [select for diffs], Sun Nov 25 17:11:11 2007 UTC (16 years, 6 months ago) by oga
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.39: +6 -1 lines
Diff to previous 1.39 (colored)

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.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Nov 25 15:46:06 2007 UTC (16 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.38: +1 -3 lines
Diff to previous 1.38 (colored)

remove acpi device.  named apmctl on amd64 now, and on i386 apmctl
has become a gate to both apm and acpi.  ok deraadt

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jul 23 23:21:25 2007 UTC (16 years, 10 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored)

+bthub
ok mk@

Revision 1.37 / (download) - annotate - [select for diffs], Mon May 28 22:37:15 2007 UTC (17 years ago) by todd
Branch: MAIN
Changes since 1.36: +1 -2 lines
Diff to previous 1.36 (colored)

remove wt tape drives. prodded by krw@

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jun 11 10:58:57 2006 UTC (17 years, 11 months ago) by mk
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.35: +1 -2 lines
Diff to previous 1.35 (colored)

Remove wdt char device stuff from here too.

ok todd

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

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

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

old ses device goes away

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jun 29 18:23:27 2005 UTC (18 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored)

add bio
prompted by deraadt@ and henning@, ok marco@

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jun 2 20:09:38 2005 UTC (19 years ago) by tholo
Branch: MAIN
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 (colored)

Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.

In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed.  This code does not do any thermal
control yet, so this should be done with care depending on the platform.

In the tree so more people can contribute to making this more fully
featured.

Ok niklas@ grange@ tedu@

Revision 1.30 / (download) - annotate - [select for diffs], Thu Apr 21 00:26:30 2005 UTC (19 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Add a couple more wskbd's to i386 and amd64 'ramdisk)' cases so kbd(8)
has something to work with when more than one keyboard is present
during install/upgrade. Remove some superfluous wd's and sd's while
there.

Problem noted by Jan Johansson when trying to get a 'sv' keymap to
work with his usb keyboard. Diagnosis & solution suggested by miod@.

ok deraadt@

Revision 1.29 / (download) - annotate - [select for diffs], Tue Mar 29 16:40:09 2005 UTC (19 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Move the apm description out of MAKEDEV.common, so that sparc can declare it
with a specific manpage reference.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Oct 3 21:28:34 2004 UTC (19 years, 8 months ago) by jcs
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 (colored)

nvram driver for i386 through /dev/nvram
currently read-only

ok grange@, marius@

Revision 1.27 / (download) - annotate - [select for diffs], Mon Sep 6 10:06:05 2004 UTC (19 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

put apm (zzz) and apmd on at least some ramdisk media.  this lets people
wander around akikhabara with a usb cd drive and an openbsd cd, testing
for laptops that support apm as god intended.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 9 19:57:23 2004 UTC (19 years, 9 months ago) by otto
Branch: MAIN
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored)

Move tun(4) to appropriate section and kill now empty 'call' section.
ok todd@ miod@

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jun 3 18:36:59 2004 UTC (20 years ago) by grange
Branch: MAIN
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Add gpio device nodes.

ok deraadt@

Revision 1.24 / (download) - annotate - [select for diffs], Sun May 30 08:17:18 2004 UTC (20 years ago) by grange
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Add hotplug device.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Apr 11 18:05:23 2004 UTC (20 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Update for pty changes (62 per letter instead of just 16)

Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 12 04:54:05 2004 UTC (20 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

replace usbs with uall to avoid matching balony

Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 16 19:01:01 2004 UTC (20 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.20: +45 -57 lines
Diff to previous 1.20 (colored)

Harmonize MAKEDEV sources:
- homogenize section order
- sort devices inside sections
- make sure all platforms provide a local target (sigh)
- remove a few dead devices not worth mentioning on a few arches while there.

disabused ok deraadt@

Revision 1.20 / (download) - annotate - [select for diffs], Sat Feb 14 17:24:31 2004 UTC (20 years, 3 months ago) by todd
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

copyright 2004 as well, prompted/reminded by miod

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 10 01:31:20 2004 UTC (20 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Add the ptm device to pty(4).  By opening /dev/ptm and using the PTMGET
ioctl(2), an unprivileged process may allocate a pty and have its owner
and mode set appropriately.  This means that programs such as xterm and
screen no longer need to be setuid.  Programs using the openpty()
function require zero changes and will "just work".

Designed by beck@ and deraadt@; changes by beck@ with cleanup (and
a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me.
Tested by many.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 12 22:18:24 2004 UTC (20 years, 4 months ago) by todd
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 18 18:08:59 2003 UTC (20 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.16: +12 -20 lines
Diff to previous 1.16 (colored)

switch to share/misc/license.template

Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 5 04:30:21 2002 UTC (21 years, 6 months ago) by kjc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

remove altq entries.  I should have done these before MAKEDEV.
pointed out by todd@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 16 15:48:31 2002 UTC (21 years, 7 months ago) by todd
Branch: MAIN
Changes since 1.14: +30 -1 lines
Diff to previous 1.14 (colored)

move md things into md files (pass 1) as discussed a long time ago
ok miod@

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 18 00:33:00 2002 UTC (21 years, 11 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Add gpr, i386 only; this may change in the near future to something more
generic as /dev/smartcard or similar.
deraadt@ ok.

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 16 16:18:44 2002 UTC (22 years ago) by provos
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

add systrace device okay fries@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 12 02:13:21 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

ramdisk needs wskbd0

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 9 01:57:53 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

make wd2 and wd3 until the install script runs MAKEDEV

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 25 01:17:08 2002 UTC (22 years, 3 months ago) by todd
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored)

correct char major of rd[0-9]*

ok deraadt@

Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 21 18:36:55 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

I should back out the base files too

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 21 15:02:33 2002 UTC (22 years, 3 months ago) by todd
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

ramdisk: rm wt0 tty02 tty03 mcd0, deraadt@ ok

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 21 13:34:14 2002 UTC (22 years, 3 months ago) by todd
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

numeric typo

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 21 13:08:22 2002 UTC (22 years, 3 months ago) by todd
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

ramdisk: add back wd2 wd3 sd2 sd3 mcd0 wt0 cd1

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 17 05:14:30 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

why were there two ramdisks?

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 14 13:29:20 2002 UTC (22 years, 3 months ago) by todd
Branch: MAIN
Changes since 1.3: +56 -56 lines
Diff to previous 1.3 (colored)

complete the function arg KNF spacing

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 9 16:59:50 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

use "ramdisk" for the ramdisk target, always

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 23 07:53:01 2002 UTC (22 years, 4 months ago) by todd
Branch: MAIN
Changes since 1.1: +2 -7 lines
Diff to previous 1.1 (colored)

use ramdisk) target from MAKEDEV.mi

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 7 07:52:35 2002 UTC (22 years, 5 months ago) by todd
Branch: MAIN

add i386 'source'

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.