Subject: Re: ahc_pci.c v1.19
To: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 12/10/1999 08:52:28
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.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>