mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Pave the way for the fla driver.
This commit is contained in:
parent
daae13874a
commit
8343d904fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49103
@ -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.252 1999/07/03 18:34:02 peter Exp $
|
||||
# $Id: files.i386,v 1.253 1999/07/03 19:19:34 peter Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -34,6 +34,12 @@ ukbdmap.h optional ukbd_dflt_keymap \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "ukbdmap.h"
|
||||
#
|
||||
contrib/dev/fla/fla.c optional fla
|
||||
msysosak.o optional fla \
|
||||
dependency "$S/contrib/dev/fla/i386/msysosak.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/fla/i386/msysosak.o.uu" \
|
||||
no-implicit-rule
|
||||
#
|
||||
contrib/dev/oltr/if_oltr.c optional oltr
|
||||
trlld.o optional oltr \
|
||||
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||
@ -185,7 +191,6 @@ i386/isa/diskslice_machdep.c standard
|
||||
i386/isa/elink.c optional ep
|
||||
i386/isa/elink.c optional ie
|
||||
isa/fd.c optional fd
|
||||
i386/isa/fla.c optional fla
|
||||
i386/isa/gpib.c optional gp
|
||||
i386/isa/gsc.c optional gsc
|
||||
i386/isa/if_ar.c optional ar
|
||||
|
@ -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.252 1999/07/03 18:34:02 peter Exp $
|
||||
# $Id: files.i386,v 1.253 1999/07/03 19:19:34 peter Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -34,6 +34,12 @@ ukbdmap.h optional ukbd_dflt_keymap \
|
||||
no-obj no-implicit-rule before-depend \
|
||||
clean "ukbdmap.h"
|
||||
#
|
||||
contrib/dev/fla/fla.c optional fla
|
||||
msysosak.o optional fla \
|
||||
dependency "$S/contrib/dev/fla/i386/msysosak.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/fla/i386/msysosak.o.uu" \
|
||||
no-implicit-rule
|
||||
#
|
||||
contrib/dev/oltr/if_oltr.c optional oltr
|
||||
trlld.o optional oltr \
|
||||
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||
@ -185,7 +191,6 @@ i386/isa/diskslice_machdep.c standard
|
||||
i386/isa/elink.c optional ep
|
||||
i386/isa/elink.c optional ie
|
||||
isa/fd.c optional fd
|
||||
i386/isa/fla.c optional fla
|
||||
i386/isa/gpib.c optional gp
|
||||
i386/isa/gsc.c optional gsc
|
||||
i386/isa/if_ar.c optional ar
|
||||
|
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: isa_compat.h,v 1.6 1999/05/08 21:59:26 dfr Exp $
|
||||
* $Id: isa_compat.h,v 1.7 1999/05/09 09:56:52 phk Exp $
|
||||
*/
|
||||
|
||||
#include "vt.h"
|
||||
@ -161,7 +161,6 @@ extern struct isa_driver pcfdriver;
|
||||
extern struct isa_driver isicdriver;
|
||||
extern struct isa_driver tinadriver;
|
||||
extern struct isa_driver ppcdriver;
|
||||
extern struct isa_driver fladriver;
|
||||
#ifdef PC98
|
||||
extern struct isa_driver bsdriver;
|
||||
#endif
|
||||
@ -260,9 +259,6 @@ static struct old_isa_driver old_drivers[] = {
|
||||
#if NWT > 0
|
||||
{ INTR_TYPE_BIO, &wtdriver },
|
||||
#endif
|
||||
#if NFLA > 0
|
||||
{ INTR_TYPE_BIO, &fladriver },
|
||||
#endif
|
||||
|
||||
/* NET */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user