remove ite8181video's bivideo dependency.
This commit is contained in:
parent
66bb8e2176
commit
3d0f70f7fc
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.hpcmips,v 1.75 2002/03/05 16:16:03 simonb Exp $
|
||||
# $NetBSD: files.hpcmips,v 1.76 2002/03/06 15:00:04 uch Exp $
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
maxpartitions 8
|
||||
|
@ -180,7 +180,7 @@ file arch/hpcmips/dev/mq200machdep.c mqvideo
|
|||
attach mqvideo at pci with mqvideo_pci
|
||||
file arch/hpcmips/pci/mq200_pci.c mqvideo_pci
|
||||
|
||||
device ite8181video: hpcfbif
|
||||
device ite8181video: hpcfbif, hpccmap
|
||||
attach ite8181video at vripif with ite8181video_vrip
|
||||
file arch/hpcmips/vr/ite8181_vrip.c ite8181video_vrip
|
||||
file arch/hpcmips/dev/ite8181.c ite8181video
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.hpcfb,v 1.1 2001/02/22 18:37:54 uch Exp $
|
||||
# $NetBSD: files.hpcfb,v 1.2 2002/03/06 15:00:04 uch Exp $
|
||||
# H/PC framebuffer interface for wsdisplay
|
||||
|
||||
# Raster operations
|
||||
|
@ -10,8 +10,11 @@ device hpcfb: wsemuldisplaydev, rasops1, rasops2, rasops4, rasops8, rasops15, ra
|
|||
attach hpcfb at hpcfbif
|
||||
file dev/hpc/hpcfb.c hpcfb needs-flag
|
||||
|
||||
device bivideo: hpcfbif
|
||||
define hpccmap
|
||||
file dev/hpc/hpccmap.c hpccmap
|
||||
|
||||
device bivideo: hpcfbif, hpccmap
|
||||
attach bivideo at mainbus
|
||||
file dev/hpc/bivideo.c bivideo needs-flag
|
||||
file dev/hpc/hpccmap.c bivideo
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue