Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 1995 01:51:11 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/i386/include devconf.h
Message-ID:  <199511151451.BAA08213@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    sys/i386/include  devconf.h
>  Log:
>  Removed:
>   #include <i386/isa/isa_device.h>
>   #include <i386/eisa/eisaconf.h>
>   #include <pci/pcireg.h>
>   #include <pci/pcivar.h>
>   #include <scsi/scsi_all.h>
>   #include <scsi/scsiconf.h>
>  they are not needed, and slows down compilation.

These are needed is some applications, e.g., lsdev.  I think lsdev should
include things for itself; however, the headers shouldn't have any
interdependencies that stop them working unless _many_ supporting headers
are included in the right order.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511151451.BAA08213>