diff --git a/sys/arch/hpcmips/conf/files.hpcmips b/sys/arch/hpcmips/conf/files.hpcmips index 53b6290bc221..770f63ceaca6 100644 --- a/sys/arch/hpcmips/conf/files.hpcmips +++ b/sys/arch/hpcmips/conf/files.hpcmips @@ -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 diff --git a/sys/dev/hpc/files.hpcfb b/sys/dev/hpc/files.hpcfb index a98ea7673fc1..5b97a421ceea 100644 --- a/sys/dev/hpc/files.hpcfb +++ b/sys/dev/hpc/files.hpcfb @@ -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 +