summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.common
AgeCommit message (Collapse)Author
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@.
2004-08-17Describe the oppr ({ee,open}prom) target, and add it to sparc64 (despite itMiod Vallat
being handmade in std). spotted by jmc@, ok deraadt@
2004-06-03Add gpio device nodes.Alexander Yurchenko
ok deraadt@
2004-05-30Add hotplug device.Alexander Yurchenko
2004-05-29usb2 & usb3 more needed on modern machinesTheo de Raadt
2004-04-11Add back a lie about tty* do that MAKEDEV works again. todd@ can fix...Todd C. Miller
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-03-12Cause ct to be escaped in nroff output; spotted by jmc.Miod Vallat
No regen necessary except for hp300 MAKEDEV.8
2004-03-12replace usbs with uall to avoid matching balonyTheo de Raadt
2004-02-20MAKEDEV.8 improvement pack:Miod Vallat
- refer to the section 4 manual page for every device target, whenever possible - repair a few minor quoting errors - repair a few sorting errors - fix a few device descriptions (ideally they would be synched with the .Nd line of their manpages, but we are not there... yet) - minor mdoc fixes Thanks to jmc@ for review and a lot of constructive criticism.
2004-02-17Move conflicting hd(4) definitions to MD files.Miod Vallat
2004-02-16Move the real knowledge of MI devices to a specific file, MAKEDEV.common.Miod Vallat
While there, allow the comment char and the divert section for md script fragments to be overriden. No functional change (yet). disabused ok deraadt@