thorpej
|
4e3112d39b
|
Add the partition offset to the block number in ccdstart() as opposed
to ccdstrategy(), and do it in a way that doesn't corrupt the block number
for residuals. (What was I _thinking_?!)
|
1995-10-09 01:45:34 +00:00 |
thorpej
|
b8dcfbd303
|
Implement a simple locking mechanism and use it, for sanity's sake.
In ccdopen(), don't update the disklabel if any partition is already open.
Prevents race bewteen ccdstrategy() and ccdgetdisklabel().
|
1995-10-09 00:46:45 +00:00 |
thorpej
|
7e85a5a412
|
Fix misplaced #ifdef.
|
1995-09-06 04:15:59 +00:00 |
thorpej
|
0696b30519
|
Wrap dk stats stuff in `#ifdef WORKING_DISK_STATISTICS'. Takes care
of PR #1388 until such time as dk stats works on all ports. XXX !!
|
1995-08-29 23:13:44 +00:00 |
thorpej
|
a2db2c1899
|
Fix typo, pointed out by cross@va.pubnix.com (Chris P. Ross).
|
1995-08-21 18:25:52 +00:00 |
thorpej
|
77d85de272
|
New version of ccd. Allows dynamic run-time configuration and
unconfiguration and supports disklabels.
|
1995-08-17 16:31:30 +00:00 |
mycroft
|
7263209ce6
|
Make each disk and tape driver define its own read and write functions.
Deprecate rawread() and rawwrite() completely. Remove d_strategy from cdevsw to
force the abstraction barrier.
|
1995-07-04 07:15:28 +00:00 |
cgd
|
bc9de32349
|
make dump stubs consistent
|
1995-06-26 05:34:44 +00:00 |
cgd
|
f6589edbc7
|
spaces -> tab
|
1995-03-09 02:20:34 +00:00 |
cgd
|
a44a276543
|
from jason thorpe: add ccdclose(), make it work with the MI scsi code,
and add knowledge of i386 disk device names (XXX).
|
1995-03-02 06:40:38 +00:00 |
cgd
|
f694af6712
|
don't overload buffer structs; allocate and use a 'super-struct' instead.
|
1995-03-02 06:38:11 +00:00 |
cgd
|
6ac2bbfc35
|
be more careful with types, also pull in headers where necessary.
|
1994-10-30 21:43:03 +00:00 |
mycroft
|
06476a4e53
|
ccdevsw --> cdevsw
|
1994-08-14 07:41:08 +00:00 |
hpeyerl
|
3214723fcf
|
These should have been the 4.4Lite versions. duh.
|
1994-07-02 06:03:47 +00:00 |
cgd
|
cf92afd66e
|
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1994-06-29 06:29:24 +00:00 |
hpeyerl
|
6f9db1ee2d
|
Concat disk driver moved from hp300/dev to here.
|
1994-06-24 14:11:02 +00:00 |