From owner-freebsd-current Wed Oct 21 12:51:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01364 for freebsd-current-outgoing; Wed, 21 Oct 1998 12:51:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01357 for ; Wed, 21 Oct 1998 12:51:57 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id NAA11348; Wed, 21 Oct 1998 13:51:26 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199810211951.NAA11348@panzer.plutotech.com> Subject: Re: 3.0 missing some docs? In-Reply-To: <3.0.3.32.19981021142537.00fe1ff4@207.227.119.2> from "Jeffrey J. Mountin" at "Oct 21, 98 02:25:37 pm" To: jeff-ml@mountin.net (Jeffrey J. Mountin) Date: Wed, 21 Oct 1998 13:51:26 -0600 (MDT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeffrey J. Mountin wrote... > At 10:46 AM 10/21/98 -0600, Kenneth D. Merry wrote: > >Actually, it isn't required. It's highly recommended, but optional. Some > >folks might want to disable it for security reasons. > > There or not everything works. Don't understand the security part. > However the man page does make reference, but: > > ls /dev/pa* > crw------- 1 root operator 31, 0 Oct 17 22:58 /dev/pass0 > crw------- 1 root operator 31, 1 Oct 17 22:58 /dev/pass1 > crw------- 1 root operator 31, 2 Oct 17 22:58 /dev/pass2 > crw------- 1 root operator 31, 3 Oct 17 22:58 /dev/pass3 > > How can userland? How can userland ....what? If someone cracks root, they can wreak havoc with the passthrough driver. The disks have the same problem. e.g.: dd if=/dev/zero of=/dev/rda0s1a count=50 bs=1024k The stuff about permissions in the pass(4) man page is basically to warn system administrators that granting regular users access to the pass driver can be potentially dangerous. (just like granting access to disk device nodes can be dangerous) [ ... ] > >If you're looking for documentation on the passthrough driver, RTFM. ("man > >pass") > > Don't believe I have a need to tinker with CAM, being transparent for the > most part, AFAIC. Was thinking more along the lines of whitepaper. http://www.freebsd.org/~gibbs/ > RTFM'ing man pages isn't fun, since references scatter one to the 4 winds. That's the way it goes. [ ... ] > Somewhat related to what I started here is DPT card support. I've seen > plenty of references to the 3334 cards, but from the "CD" > > HARDWARE.TXT:dpt n/a n/a n/a n/a DPT RAID SCSI > controllers. > RELNOTES.TXT:DPT SCSI/RAID controllers (most variants). > > Wondering about 2044/2144 support? Plan to use the 3334 for a few servers > in the near future, but for home use a 2044 ($200) is sufficient. "Most > variants" means "no test drive method for me, thank you." Rather know > before buying or else it would be good for NT (bleh!). This should be more > clear, after all there are not that many models. Checked in the sources > and there is no reference for any model number, not suprising. RTFM ("man dpt"). Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message