From owner-freebsd-bugs Wed May 7 01:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA09991 for bugs-outgoing; Wed, 7 May 1997 01:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA09980; Wed, 7 May 1997 01:10:01 -0700 (PDT) Resent-Date: Wed, 7 May 1997 01:10:01 -0700 (PDT) Resent-Message-Id: <199705070810.BAA09980@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, hm@kts.org Received: from casparc.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id BAA09626 for ; Wed, 7 May 1997 01:02:06 -0700 (PDT) Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m0wP1fn-000IdcC; Wed, 7 May 97 10:02 MET DST Received: from bert.kts.org(really [194.55.156.2]) by ernie.kts.org via sendmail with smtp id for ; Wed, 7 May 1997 08:47:53 +0200 (MET DST) (Smail-3.2.0.91 1997-Jan-14 #2 built 1997-Feb-8) Received: by bert.kts.org via sendmail with stdio id for FreeBSD-gnats-submit@freebsd.org; Wed, 7 May 1997 08:43:53 +0200 (CEST) (Smail-3.2.0.94 1997-Apr-22 #2 built 1997-May-3) Message-Id: Date: Wed, 7 May 1997 08:43:53 +0200 (CEST) From: hm@kts.org Reply-To: hm@kts.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/3526: Bug in config(8) mechanism Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3526 >Category: conf >Synopsis: Bug in config(8) mechanism >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 7 01:10:00 PDT 1997 >Last-Modified: >Originator: Hellmuth Michaelis >Organization: >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: See below. >Description: config(8) fails to properly configure drivers which name ends in digits: A line in the kernel config file: pseudo-device bisdnq921 together with the line: bisdn/bisdn_rxframe.c optional bisdnq921 device-driver results in in a file bisdnq921.h in the compile directory which has the contents: #define NBISDNQ921 0 Replacing the trailing digits "921" in the driver name(s) with charcters results in the correct contents: #define NBISDN 1 >How-To-Repeat: See above. >Fix: Unknown. >Audit-Trail: >Unformatted: