summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.common
AgeCommit message (Collapse)Author
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@