From a0336432b396aa5e27e9ae9f5f7c00ec859892a1 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 27 May 2002 23:41:33 +0000 Subject: [PATCH] add lpt_puc support (from files.i386) --- sys/arch/alpha/conf/files.alpha | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 47f84bf6c5e9..b2787675a491 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $NetBSD: files.alpha,v 1.155 2002/04/16 20:50:17 thorpej Exp $ +# $NetBSD: files.alpha,v 1.156 2002/05/27 23:41:33 lukem Exp $ # # alpha-specific configuration info @@ -435,6 +435,14 @@ attach pceb at pci file arch/alpha/pci/sio.c sio | pceb needs-flag file arch/alpha/pci/sio_pic.c sio | pceb +# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT +# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files. +# XXX (when the conf/files and files.isa bogons are fixed, this can +# XXX be fixed as well.) + +attach lpt at puc with lpt_puc +file dev/pci/lpt_puc.c lpt_puc + # # A12 if_de hack