summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.common
AgeCommit message (Collapse)Author
2013-01-30Create /dev/pppx by default.YASUOKA Masahiko
2012-08-23get rid of the nnpfs nodesTheo de Raadt
2012-04-06Remove raidframe device nodes.Joel Sing
2011-10-22Move the audio* device creation stanzas from MI to MD, and reduce theMiod 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-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-07-06Remove obsolete drivers descriptions; no change in generated files on allMiod Vallat
plotfarms.
2011-06-26remove mcdTed Unangst
2011-04-18Deprecate 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-30Add pppx(4) to MAKEDEV but do not create the device unless requestedClaudio Jeker
explicitly. OK dlg@ & todd@
2010-09-30Move the vscsi __devitem() so that it is before the _mcdev() line likeClaudio Jeker
for all other definitions. Both dlg@ and todd@ wanted that to be a seperate commit.
2010-08-03Create two more usb device nodes by default, as modern Apple hardwareMiod Vallat
(among others) attaches *eight* uhub devices. From remco at d-compu, dyndns org; ok deraadt@
2010-07-23Create video1 by default. Can be useful e.g. on many laptops withMarcus Glocker
integrated cams where you want to use an external cam. Suggested by Brad. OK todd@, jakemsr@
2010-07-21Some ss(4) bits escaped the purge, eliminate them.Nicholas Marriott
ok todd krw
2010-06-14to assist diskmap testing, lets make the character dev a character dev, doh!Todd T. Fries
ok jsing@
2010-06-09add diskmap entries, not on ramdisks yetTodd T. Fries
get it in! jsing@
2009-09-23Stricter patterns for numbered wsmouse and wskbd devices, so thatMiod Vallat
`wsmouse' and `wskbd' without suffixes match the wsmux rule. Reported by Vadim Zhukov (persgray on gmail)
2009-08-13Add nodes for vscsi0; ok dlgTheo de Raadt
2009-07-22add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV forAlexandre Ratchov
armish, landisk and zaurus. Also fix corresponding .Xr in MAKEDEV.8 ok miod@, todd@
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵Janne Johansson
arches. ok todd@ beck@
2009-04-05video(4) devices use v4l2 api; from J.C. RobertsJason McIntyre
ok miod
2008-11-30make 'MAKEDEV all' create device nodes for 3 separate audio devicesJacob Meuser
instead of just 1. ok todd@
2008-10-10skip 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-12make /dev/drm0 to go with oga@'s libdrm commit moments agoTodd T. Fries
ok oga@
2008-06-10Add /dev/video* for amd64.Marcus Glocker
Help and OK todd@, OK robert@
2007-07-23+bthubTodd T. Fries
ok mk@
2007-05-28remove wt tape drives. prodded by krw@Todd T. Fries
2007-05-18MASSBUSS -> MASSBUS; ok miodJason McIntyre
2007-03-07Forcibly 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-16create "i" partitions for floppies too, in case we need themTheo de Raadt
2006-12-15Create /dev/pci[0-3].Mark Kettenis
ok miod@, deraadt@
2006-10-104 usb tty devices by default; ok msf@ marco@Todd T. Fries
2006-08-28Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* onMarc Aurele La France
sparc. ok miod@
2006-06-11Remove wdt char device stuff from here too.Michael Knudsen
ok todd
2006-04-16remove some rather deceptively unused lines; no change to generated MAKEDEV'sTodd T. Fries
2006-04-16shuffle ramdisk device targets to MAKEDEV.common to avoid duplication andTodd T. Fries
pave the way for future work; ok since this does not change the generated MAKEDEV
2006-04-15add 'com' serial port as a common ramdisk deviceTodd T. Fries
2006-04-15add forgotten copyright; ok deraadt@Todd T. Fries
2005-12-27Target for basic wscons devices is `wscons', not `ttyC0'; also fix theMiod Vallat
dev/fd comment and point to fd(4).
2005-12-06Remove fdescfsPedro Martelletto
2005-10-06Greatly speedup MAKEDEV by using arrays instead of very long stringsOtto Moerbeek
that get copied around a lot. Needs sh(1) max array index bump I committed earlier. ok todd@ deraadt@
2005-08-01old ses device goes awayTheo de Raadt
2005-06-29add bioTodd T. Fries
prompted by deraadt@ and henning@, ok marco@
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten 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-29Move the apm description out of MAKEDEV.common, so that sparc can declare itMiod Vallat
with a specific manpage reference.
2005-03-01Increase the default number of usb dev nodes to 6. Some new machinesOtto Moerbeek
(like the Mac mini) have that many usb devs on board. ok drahn@ dlg@ miod@
2005-01-28use Add() consistently and make sure we use decimal numbers for additionDan Harnett
in the case of ugen devices. suggestions and ok todd@
2005-01-14Switch 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-10add calling units (cuaU*) for use by devices supported by ucomDavid Gwynne
2004-08-19``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago byMiod Vallat
jmc@.