summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
Commit message (Collapse)AuthorAgeFilesLines
* Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'sjkh1995-01-071-1/+8
| | | | | driver for the Genius GS-4500 hand scanner. Submitted by: gusw@fub46.zedat.fu-berlin.de
* Add entries for the sony and panasonic drives. The not SCSI and not EIDEats1994-12-251-3/+7
| | | | drives :-).
* Add support for sliced disk devices ssd*, svn*, swd*. The `s' at the startbde1994-12-161-1/+66
| | | | | of these names is so that they can be distinguished in MAKEDEV until the non-sliced devices go away.
* Fix wrong regexpsache1994-12-081-4/+4
|
* Fix wrong unit=expr for tty? cua?ache1994-12-061-3/+3
|
* Name the serial ports tty* and cua* in comments. ttyd* and cuaa* don'tbde1994-12-061-23/+39
| | | | | | | | | | | | | | | | | | | match all the port names. Start using shell functions to avoid duplication. Make tty* independent of cua*. Restore support for old names (tty0 == ttyd0, cua0 = cuaa0...). Restore making of lpt1 and lpt2 by default. Keep umask 077 for making vty*. World-ioctable vtys are huge security holes because of bugs in syscons. Make vga if a vty is made. It may still be required for X. It got nuked with pc*. Start using umask consistently to avoid using chmod.
* Remove yet one pccons-related commentache1994-12-041-2/+1
|
* New serial naming convention, remove tty0?, change cua0? --> cuaa?ache1994-12-041-44/+13
| | | | Remove pccons stuff, we don't have it.
* Added vn*, doing the same thing as sd* and wd*. (Disklabel support willphk1994-12-041-4/+6
| | | | be added to the vn driver).
* Add back the Croynx stuff I nuked accidently. I'm not touching thisjkh1994-12-031-1/+23
| | | | | | | file anymore after this. My link makes it too painful to make interactive mods, and I don't have the CVS tree here so making changes for "previous history" have to get done on freefall, with the corresponding degree of pain.
* Back out previous commit until we work this out. Sigh.jkh1994-12-031-22/+0
|
* Add cronyx driver entries.wollman1994-12-031-1/+23
|
* |From: Keith Walker <kew@timesink.spk.wa.us>jkh1994-12-021-4/+4
| | | | | | | | | | | | |Message-Id: <199412011713.JAA03374@timesink.spk.wa.us> |To: jkh@whisker.hubbard.ie |Subject: A little problem with MAKEDEV | |For a while now, MAKEDEV's been kinda neat: you create the cua* files, |and it deletes the tty* files; you create the tty* files and it |deletes the corresponding cua* files. K00l! :-) [Ed Note - I think this behavior was wrong, and this fix better].
* Wrong raw device was created for cd/mcd: d instead of cache1994-11-121-3/+3
|
* /dev/apm should be /dev/apm0phk1994-11-101-5/+5
|
* The last committer didn't know that '*' doesn't start a comment in shell's ????phk1994-11-021-2/+2
|
* Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulatorpst1994-11-011-1/+9
| | | | | | created by Amancio Hasty (specificly, this, in conjunction with his sound driver mods for dual-mode DMA will allow VAT compiled for BSD/386 1.1 to run under FreeBSD 2.x.)
* fixed a typing error.phk1994-10-291-2/+2
|
* Make devices for sd2 and sd3 too. If we have them in Generic, we shouldphk1994-10-261-2/+3
| | | | have the devices too.
* Various changes to the 1.1.5.1'sh install procedure.phk1994-10-171-2/+8
|
* Some changes to the old floppies to handle the new /etc/init's way of doingphk1994-10-161-2/+4
| | | | things.
* disklabel needs the "full-disk" partitionphk1994-10-151-1/+1
|
* Added socksys device (for iBCS2 emulation)sos1994-10-131-1/+10
|
* Added entry for apm device (needed for Advanced Power Management support).dg1994-10-011-1/+8
|
* You must rm -f lkm before attempting to create it.rgrimes1994-09-301-1/+2
|
* Make /dev/lkm as a part of `std'. Delete references to ancient `com' driver.wollman1994-09-231-12/+2
|
* 1. Change all references for the kernel from /386bsd to /kernel.rgrimes1994-09-155-13/+16
| | | | | | | | 2. Make this say it is 2.0.0 (Development). 3. Update the stty commands to say ^H for erase. 4. Update the disklabel commands to use the new 4.4 syntax.
* Added wd2 and wd3 to the standard set. They are in GENERICAH, they canphk1994-09-071-11/+4
| | | | | | | be installed on, so they should be in /dev as well. Removed the smoking remains of dcf*. I didn't realize that it had made it into MAKEDEV. Gone from cdevsw long time ago, gone from /dev now.
* Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-031-12/+5
| | | | | | | | | | | | | | | | | actually have a printer connected or online: - MAKEDEV: remove all signs of lpa add lpctl? devices (minor # = unit + 128) - usr.sbin/Makefile add lptcontrol - sys/i386/isa/lpt.c implement the LP_BYPASS flag: when a unit is opened with this flag set, the printer is not primed, and no check is made to see that the printer is online. This can only be used to pass ioctls. (giving us /dev/lpctl?) - lptcontrol.c use /dev/lpctl? (LP_BYPASS) -f flag removed, -u flag added - lptcontrol.8 document changes in lptcontrol rewrite using mandoc macros Submitted by: Geoff.
* Put some of Rod's ugly hacks back - a couple of them prevent Yet Another Rebootjkh1994-06-291-1/+12
| | | | after bin/des distribution is extracted, so I figure it's worth it.
* $rotdelay is now initialized to "-d 0 -n 1" and no longer changed basedrgrimes1994-06-292-7/+3
| | | | | | | | | | | upon disk type. In far more cases than not this is the optimal setting for any disk drive made after 1990. This now means all installs will have the disks newfs'ed with either: newfs -b 8192 -f 1024 -d 0 -n 1 or newfs -n 4096 -f 512 -d 0 -n 1 depending on what the user chooses for the blocking factor.
* Clean up the installation docs a bit (geeze Loise were they EVER out ofjkh1994-06-282-0/+1157
| | | | | date!!) and rename them to something more eye-catching so people will read them again (considering the previous state of affairs, I'm actually rather glad they didn't!).
* Add --unlink flag to all tar commands, but each for different reasons.jkh1994-06-283-18/+18
| | | | | | | | | | 1. Add to secr and bindists to possibly save the occasional fool who doesn't RTFM and uses the wrong command to extract this (or even someone who's legitimately using this to extract on top of a bindist somewhere *else*). 2. Do the right thing with any symlinks in the src tree. Right now, we're free of the buggers, but just in case.
* Remove Rod's hacks - they're no longer necessary with static tar/gzip andjkh1994-06-281-23/+6
| | | | tar --unlink.
* Commit Scott's changes to the bad144 stuff - bad144 takes a list of badjkh1994-06-282-3/+3
| | | | | blocks as *multiple* arguments, not one argument (as was incorrectly being passed).
* Commit a small change to allow FreeBSD to install on a different drive.jkh1994-06-202-2/+11
| | | | | | The kernel configs already support this, so with a boot floppy or a utility like booteasy, the user should be able to install and boot off the second drive. Hurrah.
* Fixes from Bruce Evans:jkh1994-06-171-5/+21
| | | | | o insecure and inconsistent permissions for tape devices. o didn't make the DOSpartition wd devices.
* Add a beep to the load_fd stuff for each floppy insert request sojkh1994-06-151-2/+2
| | | | | that you can read a book and load the floppy distribution at the same time.. :-)
* Remove the --exclude libc.so.1.1 line; with a static gzip and tar wejkh1994-06-151-2/+2
| | | | | no longer need it, and it's just one more thing we would have to remember to change with every shared lib version bump.
* Commit Rod's magic EXTRACT scripts to the tree so that we can work onjkh1994-06-153-0/+73
| | | | them. These were al hand-copied over before.
* 1. Bump minimum root size to 8MB (we need that much now).jkh1994-06-152-3/+3
| | | | 2. Bump version number to 1.1.5 for impending release.
* Modify messages about the resolver manual page as per Rod's suggestions.csgr1994-06-121-3/+5
| | | | | | | The configure function now tells the user to type "man 5 resolver" for more info on resolv.conf, but mentions that the bindist must be fully installed before this can be done (actually a user won't have reached this stage if he doesn't have an installed bindist ;-)
* Allow configuration of resolv.conf though "configure". Thecsgr1994-06-111-1/+25
| | | | | | configuration which is done is minimal, and the script refers the user to the resolver(5) manual page for information on fine-tuning name resolution.
* Change reference to libc.so.1.0 to libc.so.1.1.csgr1994-06-081-3/+3
| | | | (Pointed out by Volker Paepcke)
* I just realized that the vtty's won't kick in until the user loads the bindistjkh1994-06-041-5/+6
| | | | and reboots multiuser. Ammend the text slightly to avoid confusion.
* 1. Bumped version number to 1.1.5 in preparation for impending release.jkh1994-06-041-2/+10
| | | | | | 2. Added notes that tell the user a little bit about how to use syscons since they'll be running it from the outset now and would probably like to know how to switch terminals.
* From Ache:ache1994-05-301-9/+15
| | | | Add proper devices for new sio initial/locking mechanism
* Fix all the sound devices to NOT have the absolute path /dev, the makes forrgrimes1994-05-211-37/+37
| | | | missing device files in releases!!
* Add 4 VTY's back to the list of things to create by default (the codrvjkh1994-05-191-4/+3
| | | | comments were obsolete), also create a PS/2 mouse entry.
* Fisx spelling error from John Lindrgrimes1994-05-151-2/+2
|
OpenPOWER on IntegriCloud