summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
Commit message (Collapse)AuthorAgeFilesLines
* Bruce says the links are not needed.des2001-12-051-2/+0
|
* Call the ATAPI tape devices "ast" and "nast", not "rast" and "nrast". Adddes2001-12-041-4/+6
| | | | | | | | | backward compatibility symlinks for good measure. DEVFS already gets this right (except for the symlinks). PR: 24781 Submitted by: Christian Weisgerber <naddy@mips.inka.de> MFC after: 3 days
* Create {ad,da,...}s1[a-h].des2001-12-041-1/+1
| | | | | | PR: 19849 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> MFC after: 3 days
* Support the 'ciss' device node.msmith2001-11-271-0/+5
| | | | MFC after: 1 week
* Catch two extraneous calls to expr(1) that slipped past rev 1.311.sheldonh2001-11-271-2/+2
|
* Style clean-up.sheldonh2001-11-251-29/+31
| | | | Submitted by: bde
* Avoid unnecessary calls to expr(1) by using standard shell arithmeticsheldonh2001-11-201-94/+94
| | | | | | expansion instead. MFC after: 1 week
* Introduce new shell functions hexdigit, hexprint and zeropad.sheldonh2001-11-201-3/+48
| | | | | | | | Use these new functions instead of printf(1), which is scheduled for removal as a shell builtin command, and which will not be available as a standalone utility if MAKEDEV is run prior to mounting /usr. Requested by: knu
* Add support for making the Coda /dev/cfsN devices.iedowse2001-11-181-0/+6
| | | | | PR: conf/22695 Submitted by: Kenneth Ingham <ingham@i-pi.com>
* sysinstall complains about creating acd0t* devices while all dists arematusita2001-11-131-1/+1
| | | | | | | | | | | extracted and recreating device files. Without this, you'll see following messages when 'MAKEDEV all': [: : out of range [: : out of range acd0t is invalid -- can't have more than 32 devices or 169 tracks Reported by: David Syphers <dsyphers@uchicago.edu> (at current@FreeBSD.org)
* $units is the canonical name for the number of units to create; use it.dd2001-08-231-10/+10
| | | | | PR: 29971 Submitted by: Joseph Mallett <jmallett@xMach.org>
* move forward the ability to MAKEDEV zs devices for TurboLasermjacob2001-08-211-0/+7
|
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIscottl2001-07-251-0/+1
| | | | | | utility will work, and document it in the manpage. MFC after: 3 days
* Don't insist on creating rocketport devices in /dev.dd2001-06-281-8/+8
| | | | | PR: 21394 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Stop creating vn(4) devices.phk2001-05-291-13/+2
|
* Remove altmodishe "[bc]dev, " comments.phk2001-05-291-63/+63
| | | | | PR: 18836 Submitted by: ben
* Add a ``digi'' driver.brian2001-05-021-2/+44
| | | | | | | | | | | | | | | | | | This driver supports PCI Xr-based and ISA Xem Digiboard cards. dgm will go away soon if there are no problems reported. For now, configuring dgm into your kernel warns that you should be using digi. This driver is probably close to supporting Xi, Xe and Xeve cards, but I wouldn't expect them to work properly (hardware donations welcome). The digi_* pseudo-drivers are not drivers themselves but contain the BIOS and FEP/OS binaries for various digiboard cards and are auto-loaded and auto-unloaded by the digi driver at initialisation time. They *may* be configured into the kernel, but waste a lot of space if they are. They're intended to be left as modules. The digictl program is (mainly) used to re-initialise cards that have external port modules attached such as the PC/Xem.
* Formatting fix for rev 1.298 where I did not take enough care.obrien2001-03-271-30/+30
|
* Don't call the fictious `MAKEDEV' from the path "/sbin:/bin" when weobrien2001-03-271-69/+69
| | | | recurse. Rather recurse on ourself (as we know our own name).
* Bah. 'ln -sf' -> 'ln -fs'. I need to read my email more closely in thescottl2001-03-251-1/+1
| | | | | | mornings. Pointy hat again Obtained from: roam@orbitel.org
* 'ln -s' -> 'ln -sf' for the afa link.scottl2001-03-251-1/+1
| | | | Pointy hat Obtained from: roam@orbitel.bg
* Create afaN as a simlink to aacN. Add a comment about the aac device.scottl2001-03-221-0/+2
|
* Add back the wd* entries. It turns out they're still used by the PC98.jkh2001-03-221-0/+2
| | | | Noted by: nyan
* Don't create legacy wd* devices by default. Let the user do this ifjkh2001-03-221-2/+0
| | | | | | they so desire it. Suggested by: rwatson
* Add the ata control devicesos2001-03-151-0/+8
|
* Comment style fixesobrien2001-03-061-9/+9
|
* Add an entry for the nmdm devicesjulian2001-02-271-0/+13
|
* Add the 'mly' device nodes.msmith2001-02-251-0/+6
|
* Don't specify root:wheel for tun*, it's the default.brian2001-02-031-1/+1
| | | | Pointed out by: bde
* Change the permissions on /dev/tun* to 0600 root:wheelbrian2001-02-031-1/+1
|
* D'oh! Forgot to link to /dev/voodoo.cokane2001-01-261-1/+2
|
* Give the USB devices sensible default permissions.n_hibma2001-01-071-12/+28
| | | | Suggested by: Kaltashkin Eugene <zhecka@klondike.ru>
* Add the "mdctl" device under the "std" stanza.phk2000-12-281-0/+1
|
* Create the vn%d.ctl devices.phk2000-12-161-0/+6
| | | | | | | | | | In a few days I will commit a patch which changes vn(4) to use the disk-minilayer. This will make vn(4) fully DEVFS friendly but have the side effect that vnconfig needs the vn%d.ctl devices to be able to configure vn(4). Please remake your /dev/vn entries with this revision of MAKEDEV if you don't rung DEVFS already.
* Add MAKEDEV support for jogdial device, the first cut of which will bensayer2000-12-111-2/+7
| | | | committed shortly.
* Add the 'amr' control device.msmith2000-11-281-0/+5
|
* Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATHtruckman2000-11-051-1/+1
| | | | | | | with these in the normal case. Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting the fixit shell.
* Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totallytruckman2000-11-051-3/+10
| | | | | | | | | | | | | overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so that the copy of MAKEDEV on the fixit floppy is usable, since mknod and expr live in /mnt2/stand when the fixit floppy is running. Get rid of the sed invokation in release/Makefile that attempts to delete the PATH setting stuff from MAKEDEV on the fixit floppy. This hasn't worked since a long ago change to MAKEDEV caused the sed expression to no longer match. PR: misc/21241
* Move 'tw*' after 'twe*' so that it's possible to create the control devicemsmith2000-10-311-5/+5
| | | | | | for the 'twe' driver. This is an expedient solution for an actually-manifesting symptom of a major problem with MAKEDEV. Roll on DEVFS.
* Entry for umodem0 devices, 124.n_hibma2000-10-291-4/+10
|
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-251-1/+7
|
* Oops better ad the ar device to the all target, people might want tosos2000-10-241-0/+1
| | | | install on these...
* Add the ATA RAID (ar) devicesos2000-10-241-2/+4
|
* Make the [u]random device's permissions match those in the matchingmarkm2000-09-141-1/+1
| | | | | | | | | make_dev() call. At the moment, it is an error for anyone but root to write to this device (EPERM), and the permissions don't suggest that. Soon, however, anyone will be able to write here, but only root will cause an implicit reseed.
* Teach MAKEDEV about 'aac'.msmith2000-09-131-4/+12
|
* Add /dev/acpi for ACPI.iwasaki2000-08-291-0/+8
|
* - Break the acd track devices out into a seperate target acdXt[Y]. Thejhb2000-08-281-12/+34
| | | | | | | | | X field is treated the same as the unit number for acdX. The optional Y parameter specifies the number of track devices to create starting at track 1. If Y is not specified, it defaults to 100. - Add the acd0t target to the all target to preserve previous behavior. - Don't add the acd0t target to the fixit target, thus keeping the fixit floppy from running out of i-nodes.
* Fix the urio and ugen devices (I meant unit2minor, not minor2unit)brian2000-08-181-2/+2
| | | | Problem pointed out by: markm
* Add unit2minor() and use it where appropriate so that we handlebrian2000-08-161-56/+65
| | | | | | units > 255 properly. Fix usio while I'm there
* Add the acdNt# devices to the acd entry, for individual track access.sos2000-08-111-0/+10
|
OpenPOWER on IntegriCloud