From edf16d1564e96a5b43ce4aa91e368729a9ad78e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Tue, 7 Mar 1995 21:15:30 +0000 Subject: [PATCH] Added ata.c device driver file. Just so I don't have to repatch files.i386 again & again... --- sys/conf/files.i386 | 3 ++- sys/i386/conf/files.i386 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 5efb4c4f6fae..0e443ca11703 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.86 1995/03/01 10:08:07 gibbs Exp $ +# $Id: files.i386,v 1.87 1995/03/02 07:34:38 jkh Exp $ # aic7xxx optional ahc device-driver \ dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \ @@ -58,6 +58,7 @@ i386/isa/aha1542.c optional aha device-driver i386/isa/aha1742.c optional ahb device-driver i386/isa/aic6360.c optional aic device-driver i386/isa/aic7770.c optional ahc device-driver +i386/isa/ata.c optional ata device-driver i386/isa/b004.c optional bqu device-driver i386/isa/bt742a.c optional bt device-driver i386/isa/clock.c standard diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 5efb4c4f6fae..0e443ca11703 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.86 1995/03/01 10:08:07 gibbs Exp $ +# $Id: files.i386,v 1.87 1995/03/02 07:34:38 jkh Exp $ # aic7xxx optional ahc device-driver \ dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \ @@ -58,6 +58,7 @@ i386/isa/aha1542.c optional aha device-driver i386/isa/aha1742.c optional ahb device-driver i386/isa/aic6360.c optional aic device-driver i386/isa/aic7770.c optional ahc device-driver +i386/isa/ata.c optional ata device-driver i386/isa/b004.c optional bqu device-driver i386/isa/bt742a.c optional bt device-driver i386/isa/clock.c standard