Add a couple of missing p6032 bits.
This commit is contained in:
parent
58079906be
commit
32e780695d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.algor,v 1.5 2001/06/22 06:02:55 thorpej Exp $
|
||||
# $NetBSD: files.algor,v 1.6 2001/06/22 06:50:21 thorpej Exp $
|
||||
|
||||
# Algorithmics evaluation board specific configuration info.
|
||||
|
||||
|
@ -132,7 +132,8 @@ file arch/algor/dev/bonito_mainbus.c bonito_mainbus
|
|||
|
||||
device pcib: isabus
|
||||
attach pcib at pci
|
||||
file arch/algor/pci/pcib.c pcib & algor_p5064
|
||||
file arch/algor/pci/pcib.c pcib & algor_p5064 &
|
||||
algor_p6032
|
||||
|
||||
file arch/algor/pci/pciide_machdep.c pciide
|
||||
|
||||
|
@ -142,7 +143,8 @@ file arch/algor/pci/pciide_machdep.c pciide
|
|||
attach mcclock at isa with mcclock_isa
|
||||
file arch/algor/isa/mcclock_isa.c mcclock_isa
|
||||
|
||||
file arch/algor/isa/isadma_bounce.c isa & algor_p5064
|
||||
file arch/algor/isa/isadma_bounce.c isa & algor_p5064 &
|
||||
algor_p6032
|
||||
|
||||
# ISA speaker generates keyboard beep
|
||||
#device isabeep
|
||||
|
|
Loading…
Reference in New Issue