Add glue for 'dpt' driver.

This commit is contained in:
ad 1999-09-27 23:44:27 +00:00
parent 48a0b6237a
commit a289fc5023
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.317 1999/09/25 17:49:27 is Exp $
# $NetBSD: files,v 1.318 1999/09/27 23:44:27 ad Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -185,6 +185,10 @@ defopt opt_ahc.h AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE
device ahc: scsi
file dev/ic/aic7xxx.c ahc
# DPT EATA SCSI controllers
device dpt: scsi
file dev/ic/dpt.c dpt
# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
device adv: scsi
file dev/ic/adv.c adv

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pci,v 1.62 1999/09/01 11:54:32 drochner Exp $
# $NetBSD: files.pci,v 1.63 1999/09/27 23:44:28 ad Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@ -19,6 +19,10 @@ attach ahc at pci with ahc_pci
file dev/pci/ahc_pci.c ahc_pci
file dev/ic/smc93cx6.c ahc_pci
# DPT EATA SCSI controllers
attach dpt at pci with dpt_pci
file dev/pci/dpt_pci.c dpt_pci
# AdvanSys 1200A, 1200B, and ULTRA SCSI controllers
# device declaration in sys/conf/files
attach adv at pci with adv_pci