mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
#include<kernel.h> to quiet a compiler warning having to do with the
DATA_SET (pcidevice_set, ahc_device) macro. Maybe this will allow the aic7870 to be probed again. I don't have a PCI machine here to test it.
This commit is contained in:
parent
a351d38006
commit
4e259174eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6154
@ -19,13 +19,14 @@
|
||||
* 4. Modifications may be freely made to this file if the above conditions
|
||||
* are met.
|
||||
*
|
||||
* $Id: aic7870.c,v 1.4 1995/02/02 12:36:14 davidg Exp $
|
||||
* $Id: aic7870.c,v 1.5 1995/02/02 13:12:13 davidg Exp $
|
||||
*/
|
||||
|
||||
#include <pci.h>
|
||||
#if NPCI > 0
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <kernel.h>
|
||||
#include <scsi/scsi_all.h>
|
||||
#include <scsi/scsiconf.h>
|
||||
#include <pci/pcireg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user