NetBSD/sys/dev/scsipi
thorpej 5b39541e48 New generic disk framework. Highlights:
- New metrics handling.  Metrics are now kept in the new
	  `struct disk'.  Busy time is now stored as a timeval, and
	  transfer count in bytes.

	- Storage for disklabels is now dynamically allocated, so that
	  the size of the disk structure is not machine-dependent.

	- Several new functions for attaching and detaching disks, and
	  handling metrics calculation.

Old-style instrumentation is still supported in drivers that did it before.
However, old-style instrumentation is being deprecated, and will go away
once the userland utilities are updated for the new framework.

For usage and architectural details, see the forthcoming disk(9) manual
page.
1996-01-07 22:01:38 +00:00
..
cd.c New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
ch.c Remove unused macros. 1995-01-16 21:31:34 +00:00
files.scsipi config.new description of SCSI mi files. 1995-04-17 07:15:40 +00:00
scsi_all.h Numerous changes. Many bugs fixed, better autoconfig, a few new features. 1994-12-28 19:42:47 +00:00
scsi_base.c Don't declare Debugger(). It's handled in <sys/systm.h>. 1995-09-26 19:26:48 +00:00
scsi_cd.h Numerous changes. Many bugs fixed, better autoconfig, a few new features. 1994-12-28 19:42:47 +00:00
scsi_changer.h Numerous changes. Many bugs fixed, better autoconfig, a few new features. 1994-12-28 19:42:47 +00:00
scsi_disk.h Add missing spindle synch control, rotational offset, and RPM members 1995-10-15 23:32:02 +00:00
scsi_message.h Numerous changes. Many bugs fixed, better autoconfig, a few new features. 1994-12-28 19:42:47 +00:00
scsi_tape.h Numerous changes. Many bugs fixed, better autoconfig, a few new features. 1994-12-28 19:42:47 +00:00
scsiconf.c Add another broken CD-ROM drive to The List (Chinon CDS-525), per PR #1686. 1995-12-31 02:40:53 +00:00
scsiconf.h minphys() functions really should return void. 1995-08-12 20:30:45 +00:00
scsipi_debug.h Numerous changes. Many bugs fixed, better autoconfig, a few new features. 1994-12-28 19:42:47 +00:00
scsipi_ioctl.c Don't declare Debugger(). It's handled in <sys/systm.h>. 1995-09-26 19:26:48 +00:00
sd.c New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
st.c SCSI sense `info' field is a signed value (from John Kohl; PR#1597). 1996-01-05 16:03:35 +00:00
su.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
uk.c fix syntax error. Andreas Gustafsson <gson@clinet.fi> 1995-03-24 20:17:15 +00:00