Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf add lpt_puc support (from files.i386)



details:   https://anonhg.NetBSD.org/src/rev/8b587ec83c56
branches:  trunk
changeset: 531866:8b587ec83c56
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 27 23:41:33 2002 +0000

description:
add lpt_puc support (from files.i386)

diffstat:

 sys/arch/alpha/conf/files.alpha |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 240c4fa537e1 -r 8b587ec83c56 sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha   Mon May 27 21:15:00 2002 +0000
+++ b/sys/arch/alpha/conf/files.alpha   Mon May 27 23:41:33 2002 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index