freebsd-dev/etc
Andrew Moore d79c566f9d From: Sergey Ryzhkov, Serge Vakulenko
E-mail: <sir@kiae.su>, <vak@zebub.msk.su>
added new /dev/wt entries for wt.c version 1.3

8) Some controllers support only 1024 block length.
   Setting WT_BSIZE bit in device minor number turns on this mode.

Minor number structure:
	0bfffuuu
Fields:
	uuu   - Unit number. It's possible to install
		up to three tape controllers on the same machine,
		using DRQs 1..3.  Hence, unit number can lie
		in range 0..2.
	fff   - Tape format number:
		0 - /dev/rwt0  - default density (auto select)
		1 - /dev/rwt0a - QIC 11 (obsolete)
		2 - /dev/rwt0b - QIC 24 (60 megabytes)
		3 - /dev/rwt0c - QIC 120 (120 megabytes)
		4 - /dev/rwt0d - QIC 150 (150 megabytes)
		5 - /dev/rwt0e - QIC 300 (300 megabytes?)
		6 - /dev/rwt0f - QIC 600 (600 megabytes?)
	b     - Long block size flag.  With this bit set,
		the driver will perform all i/o operations
		with the controller using 1024-byte
		blocks, instead of 512 ones.
		Some controllers need it (CMS for example).
		If you Wangtek controller does not stream well,
		you can try to use /dev/rWt0 device instead
		of /dev/rwt0 (uncomment needed lines in /dev/MAKEDEV
		to create it).

Block interface (writing blocks less than 2048 bytes) is not functioning
pwoperly.  Use raw interface instead.

Thanks to all who helped to test it on the following hardware:

Controller           Drive            Volume    Interface     Thanks to
---------------------------------------------------------------------------
Archive SC-499       Archive 2150L    150 Meg   QIC-02        KIAE
CMS?                 ?                150 Meg   QIC-02        KIAE
Everex EV 831/833    ?                ?         QIC-36        Joergen Haegg
Wangtek ASSY         Wangtek          60 Meg    QIC-02        Ken Whedbee
Tecmar QT150i?       Wangtek 5150EQ   ?         QIC-02?       Marko Teiste
?                    Wangtek 5099EK   60 Meg    QIC-36        Robert Shien
Archive SC400S       ?                60 Meg    ?             Warren Toomey
1993-12-14 11:11:37 +00:00
..
config Added more options and flags files per suggestions from -hackers. 1993-11-12 03:46:15 +00:00
etc.i386 From: Sergey Ryzhkov, Serge Vakulenko 1993-12-14 11:11:37 +00:00
mail Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
mtree We've got accounting, might as well have a directory for it. 1993-12-08 00:49:11 +00:00
namedb Commented out sortlist entry; most users aren't located at UCB and so 1993-11-07 00:58:34 +00:00
root Fixed ^? to ^\?, need to escape that for csh 1993-08-31 14:40:22 +00:00
aliases Removed all Berkeley aliases information since it is way out of date. 1993-07-19 19:09:14 +00:00
crontab Cleaned up crontab from NetBSD, adjusted for FreeBSD. 1993-07-19 19:08:04 +00:00
csh.cshrc Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
csh.login Removed default 1K behavior from /etc/csh.login, but put comments 1993-08-02 22:46:06 +00:00
csh.logout Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
daily Redirect standard error onto standard out when call /etc/security so 1993-10-25 06:10:42 +00:00
disktab >From: Drew Hess <dhess@CS.Stanford.EDU> 1993-09-18 00:00:16 +00:00
dm.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
ftpusers Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
gettytab >From: Adam David <adam@veda.is> 1993-11-10 01:23:13 +00:00
group Removed bill and lynne from group file, this was a security hole in the 1993-07-19 18:56:42 +00:00
host.conf Added comment about how to enable NIS hostname resolution. 1993-11-07 01:02:57 +00:00
hosts Added RCS Id. Also changed comment to indicate that /etc/host.conf 1993-11-11 22:32:36 +00:00
hosts.equiv Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
hosts.lpd Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
inetd.conf Added entries for sup into services. 1993-12-05 16:39:47 +00:00
MAKEDEV From: Sergey Ryzhkov, Serge Vakulenko 1993-12-14 11:11:37 +00:00
MAKEDEV.local Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
Makefile From: Julian Howard Stacey <stacey@guug.de> 1993-12-01 08:44:39 +00:00
man.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
master.passwd Wrong path for uucp login, was /usr/lib instead of /usr/libexec. Fixed 1993-08-13 23:07:31 +00:00
monthly Reenabled rotation of log files and killing of syslogd now that the 1993-08-31 16:29:05 +00:00
motd Changed banner from 386BSD to FreeBSD 1993-07-19 19:12:33 +00:00
myname New file for netstart, should contain the hosts hostname. 1993-07-19 19:08:31 +00:00
netstart Added a new flag variable to /etc/netstart, $sendmail_flags, which 1993-11-07 01:19:06 +00:00
networks Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
passwd Due to broken pwd_mkdb always wanting to do it's work in /etc I have 1993-08-11 13:23:23 +00:00
phones add more notes and examples 1993-08-15 07:11:52 +00:00
printcap lp device was setup and enabled, changed it to be commented out. This caused 1993-07-19 18:58:09 +00:00
protocols Added a whole bunch of common protocols and ports from the latest edition of 1993-11-07 00:31:23 +00:00
rc Moved startup of portmap to be the first network daemon. 1993-12-13 08:28:03 +00:00
rc.local Fix for version name in /etc/motd, now uses uname to get this information! 1993-10-18 19:08:36 +00:00
remote Replaced all references to comxx with ttyxx, since that is what all the 1993-09-05 15:52:46 +00:00
rpc Fixed missing newline at end of file. 1993-09-14 00:54:19 +00:00
security Reworked the search for suid sgid programs to be more like the original and 1993-10-25 20:13:16 +00:00
services Added entries for sup into services. 1993-12-05 16:39:47 +00:00
shells Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
syslog.conf Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
ttys Change getty entry to start on /dev/console instead of /dev/vga, this fixes 1993-10-18 14:11:53 +00:00
weekly Reenabled rotation of log files and killing of syslogd now that the 1993-08-31 16:29:05 +00:00