add lpt_puc support (from files.i386)
This commit is contained in:
parent
eb9af10b93
commit
a0336432b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue