summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
Commit message (Collapse)AuthorAgeFilesLines
* Bah! Give me the pointy hat. Never commit fixes when just awake.asmodai2000-01-241-1/+1
| | | | | | anable -> enable Spotted by: Alexander Leidinger <Alexander@leidinger.net>
* Fix my obmission of the keyword enable after apm -e.asmodai2000-01-241-2/+2
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* Use apm instead of apmconf.asmodai2000-01-231-4/+4
| | | | | Necessary change to due removal of apmconf which got moved into apm by green.
* Use more thorough redirection to make the impact of allscreens_flagssheldonh1999-12-211-1/+1
| | | | | | | | | more comprehensive. Previously, at least colour changes were not applied to all virtual consoles. PR: 15066 Reported by: Andy Farkas <andyf@speednet.com.au> Submitted by: yokota
* Use a common MAKEDEV between the Alpha and i386 - the only differencespeter1999-11-181-1442/+0
| | | | | of significance were due to the Alpha version going stale. We use common device numbering for devices. Hopefully, this file's days are numbered.
* Add the entry for usb (as opposed to usb<number>). It's minor is equivalentn_hibma1999-11-171-1/+5
| | | | to usb255 and will be used for the event queue of the usb daemon.
* cleanup the IDE cases a bit, add the ad driver to the all: target.sos1999-11-091-4/+10
|
* Document the ch* devices.nik1999-11-011-0/+1
| | | | | PR: docs/14401 Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
* Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.obrien1999-10-301-1/+1
| | | | Noticed by: bde
* Fix ``MAKEDEV acd''brian1999-10-151-1/+1
| | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
* Remove references to the od driver. These devices are no attached bygibbs1999-10-121-4/+1
| | | | | | | the da driver and using the same major/minor scheme with the old name only leads to confusion. PR: misc/14279
* remove ipl hookspeter1999-10-101-9/+1
|
* Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAIDmsmith1999-10-071-2/+16
| | | | and Myles drivers respectively.
* Add support for md driver.phk1999-09-211-12/+15
| | | | sort some comments
* Be slightly less verbose.obrien1999-09-151-1/+1
|
* /Linux emulation/Linux mode binary compatibility/obrien1999-09-151-1/+1
|
* Fixed some disordering (mainly of case lists for disks).bde1999-09-131-16/+17
| | | | Fixed bitrot in the `wcd*)' case.
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-132-67/+155
| | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org>
* $Id$ -> $FreeBSD$peter1999-08-274-4/+4
|
* Style clean-up:sheldonh1999-08-251-33/+33
| | | | | | | | | | | | | | | | * All variables are now embraced: ${foo} * All comparisons against some value now take the form: [ "${foo}" ? "value" ] where ? is a comparison operator * All empty string tests now take the form: [ -z "${foo}" ] * All non-empty string tests now take the form: [ -n "${foo}" ] Submitted by: jkh
* Grammar and formatting touch-ups to comments.hoek1999-08-221-12/+12
|
* 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>
* Refine on explanation for apm stuff.iwasaki1999-07-121-2/+2
| | | | | | Make it clear that apmd depends on apmconf -e. Reviewed by: obrien, my friend :-)
* Add apmd_enable and apmd_flags for the boot-time optinos.iwasaki1999-07-111-2/+2
| | | | | Pointed out by: obrien Forgotten by: iwasaki
* Put apmd configuration and rc files in /etc.iwasaki1999-07-102-3/+11
| | | | 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
* Feed the vty monster.des1999-07-041-2/+7
|
* Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gigbillf1999-06-041-1/+6
| | | | | | removable disk. Submitted by: Troy Settle <st@i-Plus.net>
* 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
|
* Reviewed by: jkhwes1999-02-091-1/+23
| | | | | | Submitted by: wes Added commentary to ttys to clarify the meaning of the columns. Added commentary to ttys to clarify the meaning of the columns.
* 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
|
OpenPOWER on IntegriCloud