From d02bfeb0ace19c1568e8b32b04943bf3d0e5240d Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 27 Feb 1997 01:13:45 +0000 Subject: [PATCH] Define the ncr53c9x attribute to pull in the MI 53c9x driver. --- sys/conf/files | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index dc198e5a8afe..d38dfe71cff1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.116 1997/02/18 21:14:03 mrg Exp $ +# $NetBSD: files,v 1.117 1997/02/27 01:13:45 thorpej Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -86,6 +86,10 @@ file dev/ic/cy.c cy needs-flag device en: atm, ifnet file dev/ic/midway.c en +# NCR 53x9x or Emulex ESP SCSI Controller +define ncr53c9x +file dev/ic/ncr53c9x.c ncr53c9x + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy