Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 22:22:47 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Julian Elischer <julian@elischer.org>
Cc:        John Baldwin <jhb@FreeBSD.ORG>, Archie Cobbs <archie@dellroad.org>, arch@FreeBSD.ORG
Subject:   Re: Critical Regions Round II
Message-ID:  <Pine.BSF.4.21.0103242211130.27319-100000@besplex.bde.org>
In-Reply-To: <3ABC685F.93B11487@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 24 Mar 2001, Julian Elischer wrote:

> Bruce Evans wrote:
> > currently too many of them in <machine/*.h>.  A few broken drivers
> > access MD interfaces directly: grepping for 'include.*i386/' gives:
> > 
> 
> > dev/ar/if_ar_isa.c:#include <i386/isa/ic/hd64570.h>
> 
> chip definitions should become machine independent.

Especially when they already have.  <i386/isa/ic/hd64570.h> was moved to
<dev/ic/hd64570.h> (which is currently the sole inhabitant of <dev/ic),
but is still referenced in one file in the ar driver.  This file seems
to be garbage (repo-copying gave 1 old copy and 2 new copies of if_ar.c).

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103242211130.27319-100000>