summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
Commit message (Collapse)AuthorAgeFilesLines
* Arrg, ppi*) correctednsouch1998-11-121-2/+2
|
* Add ppi*) iic*) and smb*)nsouch1998-11-121-3/+26
|
* kldload the screen saverspeter1998-11-111-3/+2
|
* Write temp files with a uniq name into /var/runwosch1998-11-011-2/+2
| | | | | instead the public writable directory /tmp PR: conf/8330
* 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.
* Doh! Change the correct version of disktab and backout the change todfr1998-10-061-6/+1
| | | | the i386 disktab.
* Add a 2880k disk prototype for building MFS install images.dfr1998-10-061-1/+6
|
* 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.
* Add Id keywordsbrian1998-09-022-0/+3
|
* 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>
* modstat | grep _saver is used to determine if a screensaver is loadedphk1998-07-221-2/+2
| | | | | | | already. The modstat output goes to the screen. PR: 7351 Reviewed by: phk Submitted by: Jos Backus <Jos.backus@nl.origin-it.com>
* 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
* Moved from directory above. It is i386 specific.jb1998-05-161-0/+277
|
* Cosmetique changes in vidcontrol all screens knobache1998-04-021-4/+4
|
* Implement vidcontrol knob which allows to set passed flags/modesache1998-04-021-1/+10
| | | | for all virtual screens (via for loop)
* 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
* /dev nodes for ipfilterpeter1998-03-211-2/+12
|
* Improved comments and order for the `all' case:bde1998-03-121-17/+19
| | | | | | | - fixed comment about vn0. - improved other comments. - sorted lists alphabetically within lines. - split up and sorted lines more logically.
* New moused flag.jkh1998-03-071-2/+2
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Create the cuaiA* and cualA* devices.steve1998-03-011-2/+4
| | | | | PR: 5872 Submitted by: Adam Baran <badam@mw.mil.pl>
* Reserve Major device 92 for the bktr (Bt848 video capture driver)ahasty1998-02-201-3/+3
|
* Remove qcam entriesmsmith1998-02-181-8/+1
| | | | Submitted by: pst
* New rocketport device entries, merged again (gack).jkh1998-02-171-51/+33
|
* Change wfd major block device to 1 as part of the effort to make wfd'spst1998-02-131-3/+3
| | | | bootable.
* Adjustments for ccd devices:cwt1998-02-091-9/+5
| | | | | | | | | 1) Resulting special files now in group operator. (Reviewed by bde) 2) Use $disk_umask when creating ccd device specials. (Suggested by bde) 3) No longer create rccd{n}.ctl; ccd's are not necessarily scsi. (Suggested by bde) 4) No need to split short lines. (Suggested by bde)
* Add wfd to all target, reorder devs to put like with like since we lostjkh1998-01-221-3/+6
| | | | all pretense of an alphabetical ordering some time back.
* Bring in IDE ATAPI floppy support.pst1998-01-162-7/+35
| | | | | | | | | | | This is Junichi's v1.0 driver. NOTE: Major device numbers have been changed to avoid conflict with other FreeBSD 3.0 devices. The new numbers should be considered "official." This driver is still considered "beta" quality, although we have been playing with it. Please submit bugs to junichi and myself. Submitted by: junichi@astec.co.jp
* Fix generation of Comtrol RocketPort devices.steve1998-01-091-2/+3
| | | | | PR: 5468 Submitted by: Steve Gericke <steveg@comtrol.com>
* strengthen mknod().jkh1998-01-031-4/+4
| | | | Submitted by: bde
* Fix jkh typo in VTY rule.jkh1998-01-021-2/+2
| | | | | PR: 5411 Submitted by: Brian Tao <taob@netcom.ca>
* Normalize default owner/group handling, fix bogons in a couple ofjkh1997-12-291-57/+28
| | | | printf arg lists.
* Yet another slight bogon that I just noticed needed cleaning up. The forjkh1997-12-291-3/+2
| | | | | | | | loop was sloppily written, taking advantage of a default for argument handling which few are probably aware of rather than stating its purpose more explicitly. Can't also help but notice that the fd* entry also contains far more comment lines than actual statements - can we please clean that up? The wt* entry could use a bit of the same.
* Whoops - one small tweak: I eliminated the deprecated isdn case,jkh1997-12-291-2/+1
| | | | so also remove mention of it in the comments.
* Remove all explicit rm's (with and without wildcards) and replace themjkh1997-12-291-164/+26
| | | | | | | with a function which does the rm/mknod in one step, eliminating the gratuitous device node removal behavior of before. Reviewed by: bde
* The ``super scsi'' device is /dev/scc.brian1997-12-191-1/+7
| | | | I'm not sure it's fully functional though !
* DTRT with ${viddev} in the same way as the other vidcontrol entries.jkh1997-09-141-2/+2
| | | | Reminded by: bde
* MF22: If moused started, also enable it for console vty.jkh1997-09-131-1/+2
| | | | PR: 4525
* Add entries for Comtrol Rocketport driver.jkh1997-08-281-1/+76
| | | | Submitted by: Amir Farah <amir@comtrol.com>
OpenPOWER on IntegriCloud