summaryrefslogtreecommitdiff
path: root/etc/etc.macppc/MAKEDEV.md
AgeCommit message (Collapse)Author
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
2007-11-12openpromMark Kettenis
2007-07-25same # of bthub devices created by default to match i386Todd T. Fries
pointed out by xsa@
2007-07-25bthub for macppc, ok mk@Todd T. Fries
2007-02-07add bio(4), ok dlg@Todd T. Fries
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-03-28now move /dev/tty0* to refer to the com(4) driver, away from the zs(4)Theo de Raadt
driver
2006-03-27do not make {cua,tty}[cd] hereTheo de Raadt
2006-03-27make /dev/ttya be an alias for /dev/tty00.Theo de Raadt
we are making the move where ttya will become the zs devices, and tty00 will support com(4) devices. ok drahn
2006-03-15/dev/reload is an old amiga thing, how did it make it here?Theo de Raadt
2005-11-16gpio for macppcTheo de Raadt
2005-08-01old ses device goes awayTheo de Raadt
2005-03-29Move the apm description out of MAKEDEV.common, so that sparc can declare itMiod Vallat
with a specific manpage reference.
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-13ttyE has not been valid for some time. byeTodd T. Fries
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-11-08add bktr and radioMichael Shalayeff
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
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-04-21use M correctlyTheo de Raadt
2002-02-23Aperture driver support for macppc. OK, deraadt@Matthieu Herrb
2002-02-14complete the function arg KNF spacingTodd T. Fries
2002-01-23use ramdisk) target from MAKEDEV.miTodd T. Fries
2002-01-08'delete ofdisk' drahn@Todd T. Fries
2002-01-07add macppc 'source'Todd T. Fries