mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Added ata.c device driver file.
Just so I don't have to repatch files.i386 again & again...
This commit is contained in:
parent
d8cb3fb153
commit
edf16d1564
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6950
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user