From owner-freebsd-current Tue Aug 15 07:58:49 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA11072 for current-outgoing; Tue, 15 Aug 1995 07:58:49 -0700 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id HAA10948 for ; Tue, 15 Aug 1995 07:58:39 -0700 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.3.6) id AA12835; Tue, 15 Aug 1995 10:57:04 -0400 Date: Tue, 15 Aug 1995 10:57:04 -0400 From: Garrett Wollman Message-Id: <9508151457.AA12835@halloran-eldar.lcs.mit.edu> To: current@freebsd.org, joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: procfs problems in -current? In-Reply-To: <199508142141.XAA00511@uriah.heep.sax.de> References: <199508142141.XAA00511@uriah.heep.sax.de> Sender: current-owner@freebsd.org Precedence: bulk < said: > My problem is solved. Looks that the LKM dependencies are broken, so > simply cvs update'ing and make'ing didn't work correctly. There are > vnode_if.{c,h} files that must have been out of sync... There is something seriously wrong if this is the problem, since bsd.kmod.mk says: ------------------------------------ KERN= ${.CURDIR}/../../sys/kern vnode_if.h: ${KERN}/vnode_if.sh ${KERN}/vnode_if.src sh ${KERN}/vnode_if.sh ${KERN}/vnode_if.src ./vnode_if.h: vnode_if.h ------------------------------------ The KERN= bit is slightly bogus; it should probably say something like: ------------------------------------ .if exists(${.CURDIR}/../../sys/kern) KERN?= ${.CURDIR}/../../sys/kern .else KERN?= /sys/kern .endif ------------------------------------ ...but I'm not inclined to change it at the moment. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish isFrom owner-freebsd-current Tue Aug 15 12:26:36 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA21116 for current-outgoing; Tue, 15 Aug 1995 12:26:36 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id MAA21110 for ; Tue, 15 Aug 1995 12:26:30 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA22610; Tue, 15 Aug 1995 21:25:55 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id VAA15074 for freebsd-current@FreeBSD.org; Tue, 15 Aug 1995 21:25:55 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id VAA06461 for freebsd-current@FreeBSD.org; Tue, 15 Aug 1995 21:24:26 +0200 From: J Wunsch Message-Id: <199508151924.VAA06461@uriah.heep.sax.de> Subject: Re: Update on my aic driver problems To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Tue, 15 Aug 1995 21:24:26 +0200 (MET DST) Reply-To: freebsd-current@FreeBSD.org (FreeBSD-current users) In-Reply-To: <199508151851.NAA06566@brasil.moneng.mei.com> from "Joe Greco" at Aug 15, 95 01:51:34 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 483 Sender: current-owner@FreeBSD.org Precedence: bulk As Joe Greco wrote: > > > I think these are 1520 or 1510 cards. The 152x is supported, not the 151x. > > FWIW: my 1522 here at MEI has a 6360 on it. Draw whatever conclusions... This one should already work (with the `aic' driver). Btw., said machine burnt this morning. Power supply dead. :-( So i cannot do anything anymore here. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)