NetBSD/sys
mjacob e558885a0e Minor enhancements:
1) Quirk entries for Storage Tek 9490 (Timberline) and D3 (Redwood)
	drives.

	2) Modification to st_loadtape to do a REWIND to BOT if the
	action is a load and the tape doesn't support the LOAD command
	(9490, SD3, and IBM 3590).

	3) Cleaned up the 'undersized user record' error message to
	make a little more sense.

Various bug fixes:

kern/1275:	Now returns values in dsreg and erreg and sets resid
		(as best as it can for a 16 but integer). See also
		a recent change to mtio.h. We are declining to fix
		the portion of this bug about naming a more specific
		SCSI device. Since there is nothing programmatic
		you can do with that information, it is not useful
		to pass back at this time.

		A side effect of this change is that doing MTIOCGET
		also forces a mode sense (to get the current state
		of WRITE PROTECT).


kern/5647:	Now no longer logs to the console ILI or Filemark or (first)
		EOM (on write) errors (unless SCSIDEBUG is set).

kern/5525:	Substantially increased timeouts for a variety of
		operations, and split them into categories of
		I/O, Space, and Control operations (each have
		likely different inherent times). I/O is for
		reads/writes. Control is for mode sense/select.
		Space is for spacing the tape.

Until EOM handling is changed, though kern/391 is still not fixed. A side
effect of EOM handling is that you now always 'lose' (to the writing
application's view) the last write since EIO is what is returned on
EOM detection during writes. Hopefully the reader applications don't
get too bent out of shape by this.
1998-07-04 01:50:20 +00:00
..
adosfs Use genfs_lease_check() 1998-06-25 22:20:39 +00:00
arch A "GENERIC" kernel configured with a memory disk root. The miniroot can 1998-07-03 22:27:59 +00:00
compat Add missing include of "opt_nfsserver.h". 1998-07-03 20:03:04 +00:00
conf defopt SHORTCORENAME 1998-06-28 21:35:37 +00:00
ddb Change ddb_init() for a.out to provision for kernels which are not booted by 1998-06-09 01:57:41 +00:00
dev Minor enhancements: 1998-07-04 01:50:20 +00:00
gdbscripts
ipkdb
isofs Use genfs_lease_check() 1998-06-25 22:20:39 +00:00
kern Regen: pad off_t args in pread/pwrite/preadv/pwritev. 1998-07-02 01:24:24 +00:00
lib Be quiet if bootparamd gives us an empty gateway spec. 1998-06-29 20:25:59 +00:00
lkm Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:32:01 +00:00
miscfs - Rename nqnfs_vop_lease_check() to genfs_lease_check(). If NFSSERVER is 1998-06-25 22:15:28 +00:00
msdosfs Use genfs_lease_check() 1998-06-25 22:20:39 +00:00
net defopt COMPAT_SVR4 1998-06-26 00:07:06 +00:00
netatalk Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
netccitt Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
netinet Fix TCPS_HAVERCVDFIN() to actually catch all TCP states in which a FIN 1998-07-03 05:39:56 +00:00
netiso Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
netnatm Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
netns Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
nfs defopt NFSSERVER 1998-06-25 22:17:36 +00:00
stand
sys kern/1275: add some clarification about what fields are updated from the 1998-07-03 20:25:20 +00:00
ufs Use genfs_lease_check() 1998-06-25 22:20:39 +00:00
uvm Always include fifos; "not an option any more". 1998-06-24 20:58:44 +00:00
vm Always include fifos; "not an option any more". 1998-06-24 20:58:44 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00