More preps for et-driver.
This commit is contained in:
parent
f97dcb95be
commit
ffd121b446
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: conf.c,v 1.16 1996/09/07 12:40:27 mycroft Exp $ */
|
||||
/* $NetBSD: conf.c,v 1.17 1996/09/25 15:15:07 leo Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991 The Regents of the University of California.
|
||||
@ -131,8 +131,12 @@ cdev_decl(zs);
|
||||
cdev_decl(sd);
|
||||
cdev_decl(cd);
|
||||
cdev_decl(st);
|
||||
#include "grf.h"
|
||||
|
||||
#include "grfcc.h"
|
||||
#include "grfet.h"
|
||||
#define NGRF (NGRFCC + NGRFET)
|
||||
cdev_decl(grf);
|
||||
|
||||
#include "ite.h"
|
||||
cdev_decl(ite);
|
||||
#include "view.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: files.atari,v 1.21 1996/09/16 06:14:24 leo Exp $
|
||||
# $NetBSD: files.atari,v 1.22 1996/09/25 15:15:29 leo Exp $
|
||||
#
|
||||
|
||||
maxpartitions 16
|
||||
@ -58,7 +58,7 @@ define grfb {}
|
||||
|
||||
device grfbus: grfb
|
||||
attach grfbus at mainbus
|
||||
file arch/atari/dev/grf.c
|
||||
file arch/atari/dev/grf.c grfcc | grfet
|
||||
|
||||
device grfcc {}
|
||||
attach grfcc at grfb
|
||||
@ -67,6 +67,10 @@ file arch/atari/dev/grfabs.c grfcc
|
||||
file arch/atari/dev/grfabs_tt.c grfcc
|
||||
file arch/atari/dev/grfabs_fal.c grfcc
|
||||
|
||||
device grfet {}
|
||||
attach grfet at grfb
|
||||
file arch/atari/dev/ite_et.c grfet needs-count
|
||||
|
||||
device ite
|
||||
attach ite at grfcc
|
||||
file arch/atari/dev/ite.c ite needs-flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user