From owner-freebsd-hackers Wed Apr 12 18:19:13 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA05331 for hackers-outgoing; Wed, 12 Apr 1995 18:19:13 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA05320 for ; Wed, 12 Apr 1995 18:19:00 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA00254; Thu, 13 Apr 1995 11:15:45 +1000 Date: Thu, 13 Apr 1995 11:15:45 +1000 From: Bruce Evans Message-Id: <199504130115.LAA00254@godzilla.zeta.org.au> To: nc@ain.charm.net, rgrimes@gndrsh.aac.dev.com Subject: Re: TUNE_1542 - still available? Cc: freebsd-hackers@FreeBSD.org Sender: hackers-owner@FreeBSD.org Precedence: bulk >> I noticed in the LINT kernel config file there is an option for TUNE_1542 >> which is supposed to let the bus speed be determined automatically for >> Adaptec 1542 controllers. When I added options TUNE_1542 to my config >> file and ran config, it had no clue what that option was. Does it still >> exist/is it useful/does it work/oh my god the sky is purple/? I am >> running true (red) adaptect 1542C controllers. >I don't know about config complaining about this option, it shouldn't Probably because it wasn't quoted. `options TUNE_1542' means the same as `options TUNE_ 1542', i.e., it either means nothing or is a syntax error. Bruce