summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* added usb0 to 'all' target for usbd(8)gehenna1999-08-211-2/+3
|
* Use a colon (:) instead of a period (.) to distinguish the group namesheldonh1999-08-161-13/+13
| | | | | | | from the user name when using chown(8). PR: 13157 Reported by: Patrick Powell <papowell@astart.com>
* Put apmd configuration and rc files in /etc.iwasaki1999-07-101-2/+6
| | | | Update some files for apmd.
* Add a pseudo target called "jail" which DTRT for a jail(2)'ed /devphk1999-07-091-1/+10
|
* Fix typo in previous commit.sheldonh1999-07-091-2/+2
| | | | Reported by: bde
* Add the pps (Pulse per second timing interface) device.sheldonh1999-07-091-1/+7
| | | | | PR: 12568 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Removed bogus quotes in descriptions of disk devices. Only "Winchester"bde1999-07-071-14/+14
| | | | disk devices are so-called.
* Add support for the 'ida' driver.msmith1999-07-051-5/+8
|
* Bump the number of vtys created to compensate for new demands createdjkh1999-07-051-2/+2
| | | | | | by /etc/ttys. Forgotten by: des
* Fix my DOC2k CHRDEV goofphk1999-05-291-3/+3
|
* Fix i4bteld entry, the section of the sh case for "i4teld*)" should behm1999-05-241-8/+8
| | | | | BEFORE the case for "i4tel*)". (match the longest prefix first!) Recognized by: Harry Starr
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-201-2/+12
|
* added card1 and card2 to 'all' target.hosokawa1999-05-041-2/+2
| | | | (for machines with more than two PC-card slots)
* Zap default creation of /dev/lkm - it doesn't point to anything anymorepeter1999-04-241-2/+1
|
* Make the USB devices by default, comment them.msmith1999-04-081-1/+7
|
* Rewert the atapi CDROM driver's name to wcd.sos1999-03-161-18/+36
| | | | | This is to avoid confusion with the new system. Also provide real entires in MAKEDEV for the new system.
* Add targ.ctl, a device node for allocating and configuring instancesgibbs1999-03-051-1/+2
| | | | of the "targ" processor target target mode emulator.
* Put back the bktr update to generate /dev/vbiroger1999-03-021-2/+3
| | | | which I managed to delete yesterday.
* Updated the bktr entry to generate bktr*, tuner* and now vbi*roger1999-03-011-3/+2
| | | | | /dev/vbi will allow vbi capture from the bt848 card for software teletext decoding.
* Updated the bktr entry to add vbi*roger1999-02-261-2/+3
| | | | bktr now makes bktr, tuner and vbi
* Change to a proper numbering scheme for the ugen device. It requiresn_hibma1999-02-181-3/+13
| | | | | a unit and endpoint number. This is combined into a minor number. The naming of the devices in /dev is now /dev/ugen<unit>.<endpoint>
* DTRT for acd/wcd backwards compatibilityjkh1999-02-141-10/+14
|
* Bruce gently nudged me into doing this rightmjacob1999-02-051-18/+14
|
* add back ctl for sa and add more unitsmjacob1999-02-041-5/+13
|
* Replace a bunch of "ln foo bar"'s with "ln -f foo bar".markm1999-01-241-42/+42
| | | | | | | | This means that if(when) you go "sh MAKEDEV all" in /dev the devices get remade; you don't get errors. A lot of the changes are for info only; they are commented out. Not exactly shot to pieces by: bde
* Take cdev major # 114 for ugenn_hibma1999-01-121-1/+6
|
* Added file handling to ulpt (USB printer) drivern_hibma1999-01-111-1/+6
|
* add generation of ISDN (i4b) devicefileshm1999-01-081-1/+44
|
* Added kbd*.yokota1999-01-061-1/+9
|
* Corrected the major number for usb and added ums as major 111n_hibma1999-01-031-1/+11
|
* Arrg, ppi*) correctednsouch1998-11-121-2/+2
|
* Add ppi*) iic*) and smb*)nsouch1998-11-121-3/+26
|
* Backout rev 1.175.obrien1998-10-311-20/+16
|
* ``MAKEDEV ccd3'' is now consistant with many of the other devices in thatobrien1998-10-301-17/+21
| | | | *ccd{0,1,2}* will be created.
* ``MAKEDEV bpf3'' is now consistant with many of the other devices in thatobrien1998-10-291-3/+7
| | | | bpf{0,1,2} will be created.
* Re-enable creating sd*s* devices.obrien1998-10-021-2/+3
| | | | Add note, that one should use da*s* however.
* Change the permissions for the transport layer (xpt) and passthrough (pass)ken1998-09-161-5/+3
| | | | | | devices from 644 to 600. Reviewed by: imp, gibbs
* Update for CAM.gibbs1998-09-151-84/+102
|
* make the fla stuff actually work.phk1998-09-101-6/+6
|
* Add the wst device (ATAPI tape)sos1998-09-091-3/+17
| | | | Allow 8 wcd devices instead of 4.
* A long time ago, in a galaxy far, far away, someone made the (bonehead)phk1998-08-141-10/+8
| | | | | | | | | decision to limit the sound driver to one device. With Luigi's pcm driver, the unit number for the PnP detected cards is nearly always 1, and so you can't create the symlinks that will make your sound work. PR: 7564 Submitted by: Doug White <dwhite@resnet.uoregon.edu>
* Add devices for M-systems DiskOnChipphk1998-08-101-3/+6
|
* dgm uses devices cuaM* and ttyM*brian1998-08-041-1/+53
| | | | Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
* Not so fast, that was one '0+' too many.des1998-07-031-2/+2
| | | | PR: 7124
* Make sure the node count is an integer when mknod'ing pty, tty and vty.des1998-07-021-3/+3
| | | | PR: misc/7124
* Hmm, silly me. I should have read what everything else was doing.peter1998-03-271-5/+2
| | | | | | The initial/lock devices for cua are owned by uucp.dialer as well. Also, remove redundant chmod on si_control
* Fix permissions on initial/lock specialix cua device nodes.peter1998-03-271-2/+4
| | | | PR: 6137
* I misunderstood Bruce's hint. The chown/chmod are unneeded.peter1998-03-221-3/+1
| | | | Submitted by: bde
* Fix alphabetical ordering and and excessive cut/pasting.peter1998-03-221-3/+3
| | | | Submitted by: bde
OpenPOWER on IntegriCloud