diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-04-28 16:59:01 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-04-28 16:59:01 +0000 |
commit | 4b621aa3fddab02aacaeffe14dd63528c555ae04 (patch) | |
tree | d68afa538004d5025807ea8beeefa2ea5d338993 /share/man | |
parent | 9beaaf55421d1fd31ea92c1fabd917466089ea0b (diff) |
wd(4) devices nowadays also have a ``high level'' interface, we
call it ``ATA''.
ok tom@ deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/sd.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4 index d5cbcd216ec..3b74a754847 100644 --- a/share/man/man4/sd.4 +++ b/share/man/man4/sd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sd.4,v 1.12 2003/11/09 16:06:07 jmc Exp $ +.\" $OpenBSD: sd.4,v 1.13 2004/04/28 16:59:00 grange Exp $ .\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -46,11 +46,8 @@ It allows the disk to be divided up into a set of pseudo devices called In general the interfaces are similar to those described by .Xr wd 4 . .Pp -Where the -.Xr wd 4 -device has a fairly low level interface to the system, .Tn SCSI -devices have a much higher level interface and talk to the system via +devices have a fairly high level interface to the system and talk to it via a .Tn SCSI host adapter |