From owner-freebsd-questions Wed Mar 19 09:34:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA10210 for questions-outgoing; Wed, 19 Mar 1997 09:34:27 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA10205 for ; Wed, 19 Mar 1997 09:34:25 -0800 (PST) Received: from seagull.rtd.com (seagull.rtd.com [198.102.68.2]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id JAA02567 for ; Wed, 19 Mar 1997 09:34:24 -0800 (PST) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id KAA13800; Wed, 19 Mar 1997 10:32:26 -0700 (MST) From: Don Yuniskis Message-Id: <199703191732.KAA13800@seagull.rtd.com> Subject: Re: grok ? To: robh@imdb.com (Rob Hartill) Date: Wed, 19 Mar 1997 10:32:26 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: from "Rob Hartill" at Mar 19, 97 04:19:43 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >From 2.2's LINT > > # enable tagged command queueing, which is a major performance win on > # devices that support it (and controllers with enough SCB's) > # > # Note that some drives claim to grok tagged commands, but actually > # don't. The HP C3725S is a known offender. > options AHC_TAGENABLE > > "grok" isn't in my vocabulary. I assume it means "support" or "handle" It's from a Heinlein novel (perhaps _Stranger in a Strange Land_? Sorry, I can't recall things that I've read that long ago... Maybe _I will Fear No Evil_?). Basically, it means "understand" (though in the Heinlein context it meant far more...) --don