defopt for AVALON_A12 and specifiers for all the platform modules.
This commit is contained in:
parent
18beceb2f9
commit
f2d2b6bf68
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.alpha,v 1.61 1998/01/15 07:09:24 thorpej Exp $
|
||||
# $NetBSD: files.alpha,v 1.62 1998/01/29 22:23:06 ross Exp $
|
||||
#
|
||||
# alpha-specific configuration info
|
||||
|
||||
|
@ -18,6 +18,7 @@ defopt DEC_EB164 # EB164: AlphaPC 164
|
|||
defopt DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
|
||||
defopt DEC_KN20AA # KN20AA: AlphaStation 500 and 600
|
||||
defopt DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
||||
defopt AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer
|
||||
|
||||
# Miscellaneous CPU-specific option headers
|
||||
defopt FIX_UNALIGNED_VAX_FP
|
||||
|
@ -247,6 +248,13 @@ file arch/alpha/pci/cia_pci.c cia
|
|||
file arch/alpha/pci/cia_swiz_bus_io.c cia
|
||||
file arch/alpha/pci/cia_swiz_bus_mem.c cia
|
||||
|
||||
device a12c class dull: pcibus
|
||||
attach a12c at mainbus
|
||||
file arch/alpha/pci/a12c.c a12c
|
||||
file arch/alpha/pci/a12c_bus_mem.c a12c
|
||||
file arch/alpha/pci/a12c_dma.c a12c
|
||||
file arch/alpha/pci/a12c_pci.c a12c
|
||||
|
||||
device dwlpx class dull: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
|
||||
attach dwlpx at kft
|
||||
file arch/alpha/pci/dwlpx.c dwlpx
|
||||
|
@ -266,6 +274,7 @@ file arch/alpha/pci/lca_pci.c lca
|
|||
|
||||
# CPU support files
|
||||
file arch/alpha/pci/pci_2100_a50.c dec_2100_a50
|
||||
file arch/alpha/pci/pci_a12.c avalon_a12
|
||||
file arch/alpha/pci/pci_axppci_33.c dec_axppci_33
|
||||
file arch/alpha/pci/pci_eb164.c dec_eb164
|
||||
file arch/alpha/pci/pci_eb164_intr.s dec_eb164
|
||||
|
@ -297,6 +306,12 @@ file arch/alpha/pci/tga_bt485.c tga
|
|||
attach vga at pci with vga_pci
|
||||
file arch/alpha/pci/vga_pci.c vga_pci needs-flag
|
||||
|
||||
#
|
||||
# A12 if_de hack, this is temporary!
|
||||
#
|
||||
device ade class ifnet: ether, ifnet, arp
|
||||
attach ade at pci
|
||||
file arch/alpha/pci/if_ade.c ade
|
||||
|
||||
#
|
||||
# Devices that can live on multiple busses
|
||||
|
@ -352,6 +367,7 @@ file arch/alpha/alpha/dec_eb164.c dec_eb164
|
|||
file arch/alpha/alpha/dec_eb64plus.c dec_eb64plus
|
||||
file arch/alpha/alpha/dec_kn20aa.c dec_kn20aa
|
||||
file arch/alpha/alpha/dec_kn8ae.c dec_kn8ae
|
||||
file arch/alpha/alpha/avalon_a12.c avalon_a12
|
||||
|
||||
# Kernel debugger support
|
||||
file arch/alpha/alpha/db_disasm.c ddb
|
||||
|
|
Loading…
Reference in New Issue