diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-12-12 08:44:38 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-12-12 08:44:38 +0000 |
commit | 0d3beb17fbe1d0bf924af9702f8be35a8d6f7ae0 (patch) | |
tree | ac332e0fa15de6343fb54a7842913ac73153dde4 | |
parent | f7305800eb9720f51e49e4160895c902234dde86 (diff) | |
download | FreeBSD-src-0d3beb17fbe1d0bf924af9702f8be35a8d6f7ae0.zip FreeBSD-src-0d3beb17fbe1d0bf924af9702f8be35a8d6f7ae0.tar.gz |
Add pci/bt9xx.c - the new PCI probe module of the Buslogic SCSI driver.
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 9611114..4bdecba 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -295,6 +295,7 @@ nfs/nfs_vnops.c optional nfs pccard/pccard.c optional crd pccard/pcic.c optional pcic device-driver pci/aic7870.c optional ahc device-driver +pci/bt9xx.c optional bt device-driver pci/if_de.c optional de device-driver pci/if_fxp.c optional fxp device-driver pci/if_vx.c optional vx device-driver |