summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* fix rndcontrol invocation.. rndcontrol has the irq after a -s switch, notpeter1997-07-061-2/+2
| | | | | | | just the next argument. We really need to be able to tag drivers with their randomness "suitability" so that this can be more automatic. It would be nice if all suitable drivers registered their irq automatically, but still allowed them to be turned on/off etc.
* Correct the way IRQs are passed to rndcontrol. If there are more thanmarkm1997-06-021-2/+2
| | | | | | one IRQ being used, the -s options must be specified for each of them. In this case rc.conf would only allow 1, as the -s was coded into rc.i386.
* YAMF22jkh1997-05-271-2/+2
|
* Neaten up some things which were inconsistent, add a few more flagsjkh1997-05-191-3/+3
| | | | | to things which need them, general cleanup. Submitted by: Brian Somers <brian@awfulhak.org>
* add a bktrX target (for Bt848 based cards)jmg1997-05-111-1/+11
|
* Update the etc world from RELENG_2_2 which is now more up-to-datejkh1997-05-031-6/+1
| | | | | | (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
* YAMF22jkh1997-04-281-2/+7
|
* YAMF22jkh1997-04-281-5/+10
|
* Bring in rc file changes from -current.jkh1997-04-271-14/+9
|
* Update MAKEDEV to handle lots of tun devices, consistent with the tun devicedanny1997-03-101-6/+10
| | | | | selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb). Also, make it make all devices up to and including the requested one.
* Now that we can read from a worm device, handle their permissions asjoerg1997-03-051-1/+4
| | | | we do for other disk devices, too.
* Merged Cortex frame grabber entry from 2.2.bde1997-03-031-0/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-232-2/+2
|
* add a disktab entry for those people who need abit of helpjulian1997-02-101-0/+7
| | | | | | | | | with ZIP drives.. use with: disklabel -r -w -B sdx zip100 Submitted by: dave blizzard <dblizzar@sprynet.com>
* 1.2 -> 1.44MB floppies.jkh1997-02-091-8/+3
|
* Add worm(4)'s bdev entry.joerg1997-02-061-0/+3
|
* Use shifts instead of multiplications and `|' instead of `+' to simplifybde1997-01-271-4/+6
| | | | | | dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for $scisctl. Use dkminor() instead of repeating part of it for special cases. Shortened some long lines.
* Change to use some unused bits in the 'type' field to extend the unit fielddg1997-01-241-6/+6
| | | | to 9 bits (512 units) for disk devices.
* As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the sysconsjkh1997-01-241-0/+5
| | | | | | | bell type on boot. Slightly annoying when your system doesn't have a speaker. This adds a `keybell' frob for setting it. Closes PR#2519 Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
* by popular request I submit the following disktab entry for inclusion injoerg1997-01-171-0/+5
| | | | | | /etc/disktab Submitted by: lada@ws2301.gud.siemens.co.at (Hr.Ladavac)
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added apm and card[01] devices to all target.nate1997-01-131-1/+2
| | | | Suggested by: bde
OpenPOWER on IntegriCloud