Subject: Re: ahc_pci.c v1.19
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Frank van der Linden <frank@wins.uva.nl>
List: current-users
Date: 12/10/1999 20:08:49
On Fri, Dec 10, 1999 at 08:52:28AM -0800, Jason Thorpe wrote:
> On Fri, 10 Dec 1999 03:21:35 +0100 
>  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> wrote:
> 
>  > #include <dev/scsipi/scsi_all.h>
>  > #include <dev/scsipi/scsipi_all.h>
>  > #if defined (__NetBSD__)
>  > #endif
>  > #include <dev/scsipi/scsiconf.h>
>  > 
>  > Are the #if or #endif misplaced, or is the whole #if unnecessary?
> 
> The whole block is unnecessary now.  We should remove all the #ifdef
> stuff from it, anyhow.  FreeBSD no longer uses that driver, and the
> NetBSD SCSI code is going to be going through some significant changes
> after the 1.5 branch is cut.

Don't spend much time on the current ahc driver.. we will be using
the newer driver from FreeBSD (ported to our different SCSI
infrastructure) in the near future.

- Frank