Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-30 | Create /dev/pppx by default. | YASUOKA Masahiko | |
2012-08-23 | get rid of the nnpfs nodes | Theo de Raadt | |
2012-04-06 | Remove raidframe device nodes. | Joel Sing | |
2011-10-22 | Move the audio* device creation stanzas from MI to MD, and reduce the | Miod Vallat | |
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@ | |||
2011-10-06 | ccd goes to the attic | Theo de Raadt | |
discussed with jsing and millert | |||
2011-07-06 | Remove obsolete drivers descriptions; no change in generated files on all | Miod Vallat | |
plotfarms. | |||
2011-06-26 | remove mcd | Ted Unangst | |
2011-04-18 | Deprecate vnds in favour of svnds. | Thordur I. Bjornsson | |
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@ | |||
2010-09-30 | Add pppx(4) to MAKEDEV but do not create the device unless requested | Claudio Jeker | |
explicitly. OK dlg@ & todd@ | |||
2010-09-30 | Move the vscsi __devitem() so that it is before the _mcdev() line like | Claudio Jeker | |
for all other definitions. Both dlg@ and todd@ wanted that to be a seperate commit. | |||
2010-08-03 | Create two more usb device nodes by default, as modern Apple hardware | Miod Vallat | |
(among others) attaches *eight* uhub devices. From remco at d-compu, dyndns org; ok deraadt@ | |||
2010-07-23 | Create video1 by default. Can be useful e.g. on many laptops with | Marcus Glocker | |
integrated cams where you want to use an external cam. Suggested by Brad. OK todd@, jakemsr@ | |||
2010-07-21 | Some ss(4) bits escaped the purge, eliminate them. | Nicholas Marriott | |
ok todd krw | |||
2010-06-14 | to assist diskmap testing, lets make the character dev a character dev, doh! | Todd T. Fries | |
ok jsing@ | |||
2010-06-09 | add diskmap entries, not on ramdisks yet | Todd T. Fries | |
get it in! jsing@ | |||
2009-09-23 | Stricter patterns for numbered wsmouse and wskbd devices, so that | Miod Vallat | |
`wsmouse' and `wskbd' without suffixes match the wsmux rule. Reported by Vadim Zhukov (persgray on gmail) | |||
2009-08-13 | Add nodes for vscsi0; ok dlg | Theo de Raadt | |
2009-07-22 | add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV for | Alexandre Ratchov | |
armish, landisk and zaurus. Also fix corresponding .Xr in MAKEDEV.8 ok miod@, todd@ | |||
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-04-05 | video(4) devices use v4l2 api; from J.C. Roberts | Jason McIntyre | |
ok miod | |||
2008-11-30 | make 'MAKEDEV all' create device nodes for 3 separate audio devices | Jacob Meuser | |
instead of just 1. ok todd@ | |||
2008-10-10 | skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3. | Theo de Raadt | |
but that is OK because both minor 3 and 4 now do the same thing. eventually, 2 releases from now, everyone will have forgotten about minor 4 and we can delete the support code for it from sys/dev/rnd.c various versions of this looked at by millert and todd | |||
2008-07-14 | /dev/tuner description should point out to bktr(4), spotted by jmc. | Miod Vallat | |
2008-06-12 | make /dev/drm0 to go with oga@'s libdrm commit moments ago | Todd T. Fries | |
ok oga@ | |||
2008-06-10 | Add /dev/video* for amd64. | Marcus Glocker | |
Help and OK todd@, OK robert@ | |||
2007-07-23 | +bthub | Todd T. Fries | |
ok mk@ | |||
2007-05-28 | remove wt tape drives. prodded by krw@ | Todd T. Fries | |
2007-05-18 | MASSBUSS -> MASSBUS; ok miod | Jason McIntyre | |
2007-03-07 | Forcibly change /dev/pci to a symbolic link if it isn't one. | Kenneth R Westerback | |
Feedback from drahn@, millert@, marco@. "then get it in" deraadt@. | |||
2007-02-16 | create "i" partitions for floppies too, in case we need them | Theo de Raadt | |
2006-12-15 | Create /dev/pci[0-3]. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-10-10 | 4 usb tty devices by default; ok msf@ marco@ | Todd T. Fries | |
2006-08-28 | Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* on | Marc Aurele La France | |
sparc. ok miod@ | |||
2006-06-11 | Remove wdt char device stuff from here too. | Michael Knudsen | |
ok todd | |||
2006-04-16 | remove some rather deceptively unused lines; no change to generated MAKEDEV's | Todd T. Fries | |
2006-04-16 | shuffle ramdisk device targets to MAKEDEV.common to avoid duplication and | Todd T. Fries | |
pave the way for future work; ok since this does not change the generated MAKEDEV | |||
2006-04-15 | add 'com' serial port as a common ramdisk device | Todd T. Fries | |
2006-04-15 | add forgotten copyright; ok deraadt@ | Todd T. Fries | |
2005-12-27 | Target for basic wscons devices is `wscons', not `ttyC0'; also fix the | Miod Vallat | |
dev/fd comment and point to fd(4). | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-10-06 | Greatly speedup MAKEDEV by using arrays instead of very long strings | Otto Moerbeek | |
that get copied around a lot. Needs sh(1) max array index bump I committed earlier. ok todd@ deraadt@ | |||
2005-08-01 | old ses device goes away | Theo de Raadt | |
2005-06-29 | add bio | Todd T. Fries | |
prompted by deraadt@ and henning@, ok marco@ | |||
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
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@ | |||
2005-03-29 | Move the apm description out of MAKEDEV.common, so that sparc can declare it | Miod Vallat | |
with a specific manpage reference. | |||
2005-03-01 | Increase the default number of usb dev nodes to 6. Some new machines | Otto Moerbeek | |
(like the Mac mini) have that many usb devs on board. ok drahn@ dlg@ miod@ | |||
2005-01-28 | use Add() consistently and make sure we use decimal numbers for addition | Dan Harnett | |
in the case of ugen devices. suggestions and ok todd@ | |||
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat | |
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression. | |||
2005-01-10 | add calling units (cuaU*) for use by devices supported by ucom | David Gwynne | |
2004-08-19 | ``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago by | Miod Vallat | |
jmc@. |