Add AdvanSys support

This commit is contained in:
dante 1998-08-26 14:20:37 +00:00
parent 97b8010151
commit d93a0d81b0
2 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.237 1998/08/26 09:31:24 mrg Exp $
# $NetBSD: files,v 1.238 1998/08/26 14:20:37 dante Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -157,6 +157,10 @@ defopt opt_ahc.h AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE
device ahc: scsi
file dev/ic/aic7xxx.c ahc
# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
device adv: scsi
file dev/ic/adv.c adv
# AMD 7930 audio/ISDN codec
device audioamd: audio
file dev/ic/am7930.c audioamd

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pci,v 1.44 1998/08/11 00:08:23 thorpej Exp $
# $NetBSD: files.pci,v 1.45 1998/08/26 14:21:42 dante 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,13 @@ attach ahc at pci with ahc_pci
file dev/pci/ahc_pci.c ahc_pci
file dev/ic/smc93cx6.c ahc_pci
# AdvanSys 1200A, 1200B, and ULTRA SCSI controllers
# device declaration in sys/conf/files
attach adv at pci with adv_pci
file dev/pci/adv_pci.c adv_pci
file dev/ic/advlib.c adv_pci
file dev/ic/advmcode.c adv_pci
# BusLogic BT-9xx PCI family
# device declaration in sys/conf/files
attach bha at pci with bha_pci