From c3048450744d0d59ed3bb5936b228dd3a8bb5e99 Mon Sep 17 00:00:00 2001 From: gwr Date: Wed, 26 Mar 1997 17:26:48 +0000 Subject: [PATCH] Arrange to make pp.h needed by conf.c (printer port driver is on the way). --- sys/arch/sun3x/conf/files.sun3x | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3x/conf/files.sun3x b/sys/arch/sun3x/conf/files.sun3x index 8b4302307e39..3e8ec72556ae 100644 --- a/sys/arch/sun3x/conf/files.sun3x +++ b/sys/arch/sun3x/conf/files.sun3x @@ -1,4 +1,4 @@ -# $NetBSD: files.sun3x,v 1.15 1997/03/20 16:01:36 gwr Exp $ +# $NetBSD: files.sun3x,v 1.16 1997/03/26 17:26:48 gwr Exp $ # # sun3x-specific configuration info @@ -120,7 +120,12 @@ device fdc {} attach fdc at obio device fd: disk attach fd at fdc -file arch/sun3x/dev/fd.c fdc | fd needs-flag +file arch/sun3x/dev/fd.c fdc | fd needs-flag + +# Printer port +device pp +attach pp at obio +file arch/sun3x/dev/pp.c pp needs-flag # # Sun-compatible Frame Buffers (?)