Move aic7770.c to i386/eisa. It is the first driver to use the new eisaconf.
This commit is contained in:
parent
3e4756a1ce
commit
a20c1076f6
@ -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.111 1995/10/28 16:57:35 markm Exp $
|
||||
# $Id: files.i386,v 1.112 1995/10/31 18:27:47 phk Exp $
|
||||
#
|
||||
aic7xxx_asm optional ahc device-driver \
|
||||
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
|
||||
@ -16,6 +16,8 @@ aic7xxx_seq.h optional ahc device-driver \
|
||||
i386/scsi/93cx6.c optional ahc device-driver
|
||||
i386/apm/apm.c optional apm device-driver
|
||||
i386/apm/apm_setup.s optional apm
|
||||
i386/eisa/aic7770.c optional ahc device-driver
|
||||
i386/eisa/eisaconf.c optional eisa
|
||||
i386/i386/autoconf.c standard device-driver
|
||||
i386/i386/conf.c standard
|
||||
i386/i386/cons.c standard
|
||||
@ -64,7 +66,6 @@ i386/ibcs2/imgact_coff.c optional ibcs2
|
||||
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
|
||||
@ -108,8 +109,6 @@ i386/isa/pcibus.c optional pci device-driver
|
||||
i386/isa/pcicx.c optional ze device-driver
|
||||
i386/isa/pcicx.c optional zp device-driver
|
||||
i386/isa/random.c standard
|
||||
i386/eisa/eisaconf.c optional eisa
|
||||
i386/eisa/eisadevs.c optional eisa
|
||||
i386/isa/pcvt/pcvt_drv.c optional vt device-driver
|
||||
i386/isa/pcvt/pcvt_ext.c optional vt device-driver
|
||||
i386/isa/pcvt/pcvt_kbd.c optional vt device-driver
|
||||
|
@ -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.111 1995/10/28 16:57:35 markm Exp $
|
||||
# $Id: files.i386,v 1.112 1995/10/31 18:27:47 phk Exp $
|
||||
#
|
||||
aic7xxx_asm optional ahc device-driver \
|
||||
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
|
||||
@ -16,6 +16,8 @@ aic7xxx_seq.h optional ahc device-driver \
|
||||
i386/scsi/93cx6.c optional ahc device-driver
|
||||
i386/apm/apm.c optional apm device-driver
|
||||
i386/apm/apm_setup.s optional apm
|
||||
i386/eisa/aic7770.c optional ahc device-driver
|
||||
i386/eisa/eisaconf.c optional eisa
|
||||
i386/i386/autoconf.c standard device-driver
|
||||
i386/i386/conf.c standard
|
||||
i386/i386/cons.c standard
|
||||
@ -64,7 +66,6 @@ i386/ibcs2/imgact_coff.c optional ibcs2
|
||||
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
|
||||
@ -108,8 +109,6 @@ i386/isa/pcibus.c optional pci device-driver
|
||||
i386/isa/pcicx.c optional ze device-driver
|
||||
i386/isa/pcicx.c optional zp device-driver
|
||||
i386/isa/random.c standard
|
||||
i386/eisa/eisaconf.c optional eisa
|
||||
i386/eisa/eisadevs.c optional eisa
|
||||
i386/isa/pcvt/pcvt_drv.c optional vt device-driver
|
||||
i386/isa/pcvt/pcvt_ext.c optional vt device-driver
|
||||
i386/isa/pcvt/pcvt_kbd.c optional vt device-driver
|
||||
|
Loading…
Reference in New Issue
Block a user