summaryrefslogtreecommitdiff
path: root/etc/etc.hppa/MAKEDEV.md
AgeCommit message (Collapse)Author
2013-08-21Forgot to remove uscan_dev after uscanner(4) was sent to the attic.Antoine Jacoutot
spotted by Nathanael Rensen, thanks!
2013-06-03userland fuse support, but not attaching libfuse yet. ok beck deraadtTed Unangst
from Sylvestre Gallon ccna.syl gmail.com
2012-08-23get rid of the nnpfs nodesTheo de Raadt
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
2010-09-30Add pppx(4) to MAKEDEV but do not create the device unless requestedClaudio Jeker
explicitly. OK dlg@ & todd@
2010-09-04Reorder device entries within sections, for MAKEDEV.8 to have them sorted.Miod Vallat
Prodded by jmc@.
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
General huzzahs. "go for it" deraadt@
2010-06-26Add /dev/diskmap to ramdisks.Joel Sing
ok todd@ krw@ deraadt@
2010-06-09add diskmap entries, not on ramdisks yetTodd T. Fries
get it in! jsing@
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
ok miod@, deraadt@, todd@.
2009-08-13Add nodes for vscsi0; ok dlgTheo de Raadt
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵Janne Johansson
arches. ok todd@ beck@
2009-02-06Bump the number of /dev/sd* files on usb-capable archs. With modernAlexander Yurchenko
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@
2009-01-25Remove /dev/drum and related code.Miod Vallat
2008-06-28Move video(4) entry in MAKEDEV(8) from the "USB devices" section to theMarcus Glocker
"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@
2008-06-14redo the way MAKEDEV files are generatedTodd T. Fries
get it in, deraadt@
2008-06-13/dev/bio on ramdisks, it is safe and smallTodd T. Fries
ok deraadt@, marco@
2008-06-12video on all usb archs, ok mglocker@Todd T. Fries
2008-06-12no /dev/*random on ramdisks, libc uses the sysctlTodd T. Fries
please commit from deraadt@
2007-05-28bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@Todd T. Fries
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
prompted by/ok dlg@ deraadt@
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
grudgingly ok deraadt@
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-01-11hotplug(4) and hotplugd(8) hereMartin Reindl
2005-08-01old ses device goes awayTheo de Raadt
2005-06-21USB supportMartin Reindl
ok mickey@
2005-06-15Wrong major for lpt.Miod Vallat
2004-09-15make pdc device tooMichael Shalayeff
2004-08-06add wdMichael Shalayeff
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-02-16Harmonize MAKEDEV sources:Miod Vallat
- 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@
2004-02-14copyright 2004 as well, prompted/reminded by miodTodd T. Fries
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
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.
2003-12-09add pci device and sort per majorMichael Shalayeff
2003-08-07wrong major for xfsMichael Shalayeff
2003-06-18switch to share/misc/license.templateTodd T. Fries
2003-02-05add ws* devices; fries@ okMichael Shalayeff
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-10-24ksyms is majopr 25 not 29Michael Shalayeff
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-10-01sync w/ conf.cMichael Shalayeff
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied)
2002-02-25don't generate errors on ramdisk) for devices that haveTodd T. Fries
'not came into the picture, yet' ok mickey@
2002-02-21I should back out the base files tooTheo de Raadt
2002-02-21there never was a 'hil' defined, don't try to put it on ramdiskTodd T. Fries
com ports are not needed on ramdisk
2002-02-14complete the function arg KNF spacingTodd T. Fries
2002-02-13fix tty/pty #'s (off by one)Todd T. Fries
2002-02-09use "ramdisk" for the ramdisk target, alwaysTheo de Raadt
2002-01-08add hppa 'source'Todd T. Fries