summaryrefslogtreecommitdiff
path: root/etc/etc.i386/MAKEDEV.md
AgeCommit message (Collapse)Author
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-03-25Move drm from ``console ports'' to ``special purpose devices'' section.Miod Vallat
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-19sort, prompted by jmc@Todd T. Fries
2008-06-14redo the way MAKEDEV files are generatedTodd T. Fries
get it in, deraadt@
2008-06-14add amdmsr.Marc Balmer
help (a lot...) and ok todd.
2008-06-13/dev/bio on ramdisks, it is safe and smallTodd T. Fries
ok deraadt@, marco@
2008-06-12make /dev/drm0 to go with oga@'s libdrm commit moments agoTodd T. Fries
ok oga@
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-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
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.
2007-11-25remove acpi device. named apmctl on amd64 now, and on i386 apmctlTed Unangst
has become a gate to both apm and acpi. ok deraadt
2007-07-23+bthubTodd T. Fries
ok mk@
2007-05-28remove wt tape drives. prodded by krw@Todd T. Fries
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
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-04-21Add a couple more wskbd's to i386 and amd64 'ramdisk)' cases so kbd(8)Kenneth R Westerback
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@
2005-03-29Move the apm description out of MAKEDEV.common, so that sparc can declare itMiod Vallat
with a specific manpage reference.
2004-10-03nvram driver for i386 through /dev/nvramjoshua stein
currently read-only ok grange@, marius@
2004-09-06put apm (zzz) and apmd on at least some ramdisk media. this lets peopleTheo de Raadt
wander around akikhabara with a usb cd drive and an openbsd cd, testing for laptops that support apm as god intended.
2004-08-09Move tun(4) to appropriate section and kill now empty 'call' section.Otto Moerbeek
ok todd@ miod@
2004-06-03Add gpio device nodes.Alexander Yurchenko
ok deraadt@
2004-05-30Add hotplug device.Alexander Yurchenko
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-03-12replace usbs with uall to avoid matching balonyTheo de Raadt
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.
2004-01-12utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@Todd T. Fries
2003-06-18switch to share/misc/license.templateTodd T. Fries
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-06-18Add gpr, i386 only; this may change in the near future to something moreFederico G. Schwindt
generic as /dev/smartcard or similar. deraadt@ ok.
2002-05-16add systrace device okay fries@Niels Provos
2002-04-12ramdisk needs wskbd0Theo de Raadt
2002-04-09make wd2 and wd3 until the install script runs MAKEDEVTheo de Raadt
2002-02-25correct char major of rd[0-9]*Todd T. Fries
ok deraadt@
2002-02-21I should back out the base files tooTheo de Raadt
2002-02-21ramdisk: rm wt0 tty02 tty03 mcd0, deraadt@ okTodd T. Fries
2002-02-21numeric typoTodd T. Fries
2002-02-21ramdisk: add back wd2 wd3 sd2 sd3 mcd0 wt0 cd1Todd T. Fries
2002-02-17why were there two ramdisks?Theo de Raadt
2002-02-14complete the function arg KNF spacingTodd T. Fries