diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-03-18 19:27:44 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-03-18 19:27:44 +0000 |
| commit | 5f4ed2677c00a50cd3c59eae70d394b8a290fe1c (patch) | |
| tree | 4369d5b74d4afb6103d7e8f4a9650737c17852dd /sys/conf | |
| parent | c9fd62e6027c192f59cf340429a6134384d058d5 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 5f1c314b80d6..9e3c850a5e3d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -282,7 +282,8 @@ nfs/nfs_vnops.c optional nfs_client nfs/nfs_vnops.c optional nfs_server pccard/pccard.c optional crd pccard/pcic.c optional pcic device-driver -pci/aic7870.c optional ahc device-driver +pci/aic7870.c optional ahc device-driver \ + dependency "aic7xxx_reg.h $S/pci/aic7870.c" pci/bt9xx.c optional bt device-driver pci/if_de.c optional de device-driver pci/if_fxp.c optional fxp device-driver |
