1998-06-27 14:10:51 +04:00
|
|
|
# $NetBSD: files.alpha,v 1.84 1998/06/27 10:10:52 thorpej Exp $
|
1995-02-14 02:06:39 +03:00
|
|
|
#
|
|
|
|
# alpha-specific configuration info
|
|
|
|
|
1995-02-27 19:36:07 +03:00
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
|
|
maxpartitions 8
|
|
|
|
|
1998-03-12 09:04:14 +03:00
|
|
|
maxusers 8 16 64
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1997-04-11 03:09:33 +04:00
|
|
|
# CPU support option headers
|
|
|
|
defopt DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
|
|
|
defopt DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
|
|
|
defopt DEC_3000_300 # Pelican etc: 3000/300*
|
|
|
|
defopt DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
1997-08-12 06:59:43 +04:00
|
|
|
defopt DEC_550 # Miata: Personal Workstation (550)
|
1997-04-11 03:09:33 +04:00
|
|
|
defopt DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
|
|
|
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
|
1998-04-15 04:46:57 +04:00
|
|
|
defopt DEC_KN300 # KN300: AlphaServer 4X00
|
1998-01-30 01:23:06 +03:00
|
|
|
defopt AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer
|
1998-06-27 01:53:10 +04:00
|
|
|
defopt DEC_1000 # Mikasa etc: AlphaServer 1000
|
1998-06-24 05:12:45 +04:00
|
|
|
defopt DEC_1000A # Corelle etc: AlphaServer 800 and 1000A
|
1998-06-26 09:42:34 +04:00
|
|
|
defopt DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
|
1998-06-27 14:10:51 +04:00
|
|
|
defopt DEC_EB66 # EB66: 21066 Evaluation Board
|
1997-04-11 03:09:33 +04:00
|
|
|
|
|
|
|
# Miscellaneous CPU-specific option headers
|
|
|
|
defopt FIX_UNALIGNED_VAX_FP
|
1998-03-24 08:15:07 +03:00
|
|
|
defopt ZS_IOASIC_DMA
|
1997-04-11 03:09:33 +04:00
|
|
|
|
1998-03-26 05:52:43 +03:00
|
|
|
# XXX Temporary, until integration is finished.
|
|
|
|
defopt NEW_SCC_DRIVER
|
|
|
|
|
1996-11-17 05:05:26 +03:00
|
|
|
# this loses, but there's no way to define attributes which have attributes
|
|
|
|
define alpha_shared_intr
|
1996-11-19 07:40:26 +03:00
|
|
|
file arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 |
|
1998-04-15 04:46:57 +04:00
|
|
|
dec_eb64plus | dec_kn20aa | dec_kn8ae |
|
1998-06-27 01:53:10 +04:00
|
|
|
dec_kn300 | dec_550 | dec_1000 |
|
1998-06-27 14:10:51 +04:00
|
|
|
dec_1000a | dec_eb66
|
1997-06-07 03:43:45 +04:00
|
|
|
define alpha_sgmap
|
|
|
|
file arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
|
1995-04-22 16:45:08 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Bus-independent devices
|
|
|
|
#
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mainbus { } # no locators (yet?)
|
1996-04-12 05:20:40 +04:00
|
|
|
attach mainbus at root
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device cpu { } # not really optional
|
1996-04-12 05:20:40 +04:00
|
|
|
attach cpu at mainbus
|
1995-02-14 02:06:39 +03:00
|
|
|
file arch/alpha/alpha/cpu.c cpu
|
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
#
|
|
|
|
|
1997-08-27 15:22:52 +04:00
|
|
|
include "dev/scsipi/files.scsipi"
|
1995-04-22 16:45:08 +04:00
|
|
|
major { st = 2 }
|
|
|
|
major { cd = 3 }
|
|
|
|
major { sd = 8 }
|
|
|
|
|
1998-01-15 10:09:24 +03:00
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/ata/files.ata"
|
|
|
|
major { wd = 4 }
|
|
|
|
|
1996-12-29 02:10:44 +03:00
|
|
|
# Memory Disk
|
|
|
|
file arch/alpha/alpha/md_root.c memory_disk_hooks
|
|
|
|
major { md = 6 }
|
1995-11-23 05:33:17 +03:00
|
|
|
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
#
|
1998-04-16 00:35:37 +04:00
|
|
|
# "Workstation Console" glue.
|
1995-08-03 04:09:17 +04:00
|
|
|
#
|
1998-04-16 00:35:37 +04:00
|
|
|
include "dev/wscons/files.wscons"
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1997-03-12 04:54:23 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# TurboLaser Bus Support
|
|
|
|
#
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device tlsb { node = -1, offset = -1 }
|
1997-03-12 04:54:23 +03:00
|
|
|
attach tlsb at mainbus
|
|
|
|
file arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device kft { }
|
1997-03-12 04:54:23 +03:00
|
|
|
attach kft at tlsb
|
|
|
|
file arch/alpha/tlsb/kftxx.c kft
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device tlsbmem
|
1997-03-12 04:54:23 +03:00
|
|
|
attach tlsbmem at tlsb
|
|
|
|
file arch/alpha/tlsb/tlsbmem.c tlsbmem
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device gbus { offset = -1 }
|
1997-03-12 04:54:23 +03:00
|
|
|
attach gbus at tlsb
|
|
|
|
file arch/alpha/tlsb/gbus.c gbus
|
|
|
|
|
1998-04-15 04:46:57 +04:00
|
|
|
#
|
|
|
|
# MCBUS support
|
|
|
|
#
|
|
|
|
|
|
|
|
device mcbus { mid = -1 }
|
|
|
|
attach mcbus at mainbus
|
|
|
|
file arch/alpha/mcbus/mcbus.c mcbus & dec_kn300
|
|
|
|
|
|
|
|
device mcmem
|
|
|
|
attach mcmem at mcbus
|
|
|
|
file arch/alpha/mcbus/mcmem.c mcmem
|
1997-03-12 04:54:23 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
1997-07-22 08:32:13 +04:00
|
|
|
# Bus-independent support for DEC devices
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
1997-07-22 08:32:13 +04:00
|
|
|
include "dev/dec/files.dec"
|
1995-04-22 16:45:08 +04:00
|
|
|
|
1997-07-22 08:32:13 +04:00
|
|
|
#
|
|
|
|
# TurboChannel Devices
|
|
|
|
#
|
1996-09-27 21:08:32 +04:00
|
|
|
include "dev/tc/files.tc"
|
1995-12-20 03:14:10 +03:00
|
|
|
|
1997-07-22 08:32:13 +04:00
|
|
|
# TC attachment is MD
|
|
|
|
attach tc at tcbus
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device tcasic: tcbus
|
1996-04-12 05:20:40 +04:00
|
|
|
attach tcasic at mainbus
|
1995-12-20 03:14:10 +03:00
|
|
|
file arch/alpha/tc/tcasic.c tcasic
|
1996-05-18 03:44:02 +04:00
|
|
|
file arch/alpha/tc/tc_bus_mem.c tcasic
|
1997-06-07 03:43:45 +04:00
|
|
|
file arch/alpha/tc/tc_dma.c tcasic
|
|
|
|
file arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300
|
|
|
|
file arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500
|
|
|
|
file arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500
|
1996-04-18 02:08:29 +04:00
|
|
|
file arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500
|
|
|
|
file arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
# the TurboChannel IOCTL ASIC
|
1997-07-22 08:32:13 +04:00
|
|
|
# IOASIC device and attachment defined in sys/dev/tc/files.tc
|
1996-04-18 02:08:29 +04:00
|
|
|
file arch/alpha/tc/ioasic.c ioasic
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1996-05-02 03:22:16 +04:00
|
|
|
# Color Frame buffer
|
1998-04-16 00:35:37 +04:00
|
|
|
device cfb: wsemuldisplaydev, wsrasteremulops
|
1996-05-02 03:22:16 +04:00
|
|
|
attach cfb at tc
|
|
|
|
file arch/alpha/tc/cfb.c cfb
|
|
|
|
|
|
|
|
# Smart Frame buffer
|
1998-04-16 00:35:37 +04:00
|
|
|
device sfb: wsemuldisplaydev, wsrasteremulops
|
1996-04-12 05:20:40 +04:00
|
|
|
attach sfb at tc
|
1995-02-14 02:06:39 +03:00
|
|
|
file arch/alpha/tc/sfb.c sfb
|
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
# 8530 UARTs
|
1998-02-17 01:12:45 +03:00
|
|
|
device scc: tty
|
1996-04-12 05:20:40 +04:00
|
|
|
attach scc at ioasic
|
1995-04-22 16:45:08 +04:00
|
|
|
file arch/alpha/tc/scc.c scc needs-count
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1998-03-24 08:15:07 +03:00
|
|
|
# 8530 UARTs using the MI 8530 driver
|
|
|
|
device zsc { channel = -1 }
|
|
|
|
attach zsc at ioasic with zsc_ioasic
|
|
|
|
file arch/alpha/tc/zs_ioasic.c zsc_ioasic
|
|
|
|
file dev/ic/z8530sc.c zsc
|
|
|
|
|
|
|
|
device zstty: tty
|
|
|
|
attach zstty at zsc
|
|
|
|
file dev/ic/z8530tty.c zstty needs-flag
|
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
# the TCDS ASIC
|
1998-05-25 03:45:29 +04:00
|
|
|
device tcds { chip = -1 }
|
1996-04-12 05:20:40 +04:00
|
|
|
attach tcds at tc
|
1998-05-25 03:45:29 +04:00
|
|
|
file arch/alpha/tc/tcds.c tcds
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
# 53C[F]90 SCSI
|
1998-02-17 01:12:45 +03:00
|
|
|
device asc: scsi, ncr53c9x
|
1998-05-27 03:34:23 +04:00
|
|
|
attach asc at tcds with asc_tcds
|
1998-05-25 03:45:29 +04:00
|
|
|
file arch/alpha/tc/asc.c asc
|
1997-02-27 04:20:53 +03:00
|
|
|
file arch/alpha/tc/tcds_dma.c asc
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1997-07-22 08:32:13 +04:00
|
|
|
# TC and baseboard ioasic Lance ethernet are in files.tc
|
1995-11-23 05:33:17 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# ISA Bus support
|
|
|
|
#
|
|
|
|
|
1996-09-27 21:08:32 +04:00
|
|
|
include "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too.
|
|
|
|
include "dev/isa/files.isa"
|
1997-04-21 18:47:33 +04:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
#file arch/alpha/isa/isafcns_jensen.c dec_2000_300
|
|
|
|
|
1998-04-18 05:19:08 +04:00
|
|
|
# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
|
|
|
|
# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET. (when the conf/files
|
|
|
|
# XXX and files.isa bogons are fixed, this can be fixed as well.)
|
|
|
|
|
|
|
|
# PCI IDE controllers
|
|
|
|
device pciide {[channel = -1]}
|
|
|
|
attach pciide at pci
|
|
|
|
file dev/pci/pciide.c pciide
|
|
|
|
attach wdc at pciide with wdc_pciide
|
|
|
|
file dev/pci/wdc_pciide.c wdc_pciide
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
1995-11-23 05:33:17 +03:00
|
|
|
# ISA Bus devices
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
#device ibus at mainbus { }
|
|
|
|
#device jcombo at ibus: isabus
|
|
|
|
#device jeisa at ibus: eisabus
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1996-11-19 07:40:26 +03:00
|
|
|
file arch/alpha/isa/isa_machdep.c isa
|
|
|
|
|
1998-04-16 00:35:37 +04:00
|
|
|
include "dev/pckbc/files.pckbc"
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1997-01-22 02:45:54 +03:00
|
|
|
# Floppy disk controller
|
1998-02-17 01:12:45 +03:00
|
|
|
device fdc { drive = -1 }
|
1997-01-22 02:45:54 +03:00
|
|
|
attach fdc at isa
|
1998-02-17 01:12:45 +03:00
|
|
|
device fd: disk, isadma
|
1997-01-22 02:45:54 +03:00
|
|
|
attach fd at fdc
|
1997-01-24 01:50:52 +03:00
|
|
|
file arch/alpha/isa/fd.c fdc needs-flag
|
1997-01-22 02:45:54 +03:00
|
|
|
major { fd = 0 }
|
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
#
|
|
|
|
# EISA Bus support
|
|
|
|
#
|
|
|
|
|
1996-09-27 21:08:32 +04:00
|
|
|
include "dev/eisa/files.eisa"
|
1995-11-23 05:33:17 +03:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# PCI Bus support
|
|
|
|
#
|
|
|
|
|
1996-09-27 21:08:32 +04:00
|
|
|
# include "dev/pci/files.pci" XXX SEE ABOVE
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1998-04-18 05:19:08 +04:00
|
|
|
file arch/alpha/pci/pciide_machdep.c pciide
|
|
|
|
|
1997-08-12 04:46:11 +04:00
|
|
|
define alpha_pci_sgmap_pte32
|
|
|
|
file arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32
|
|
|
|
|
|
|
|
define alpha_pci_sgmap_pte64
|
|
|
|
file arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
|
1996-03-17 04:03:02 +03:00
|
|
|
attach apecs at mainbus
|
1995-06-27 04:54:55 +04:00
|
|
|
file arch/alpha/pci/apecs.c apecs
|
1996-11-25 07:03:21 +03:00
|
|
|
file arch/alpha/pci/apecs_bus_io.c apecs
|
|
|
|
file arch/alpha/pci/apecs_bus_mem.c apecs
|
1997-06-07 03:43:45 +04:00
|
|
|
file arch/alpha/pci/apecs_dma.c apecs
|
1995-06-27 04:54:55 +04:00
|
|
|
file arch/alpha/pci/apecs_pci.c apecs
|
1995-04-22 16:45:08 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
|
1996-04-12 05:20:40 +04:00
|
|
|
attach cia at mainbus
|
|
|
|
file arch/alpha/pci/cia.c cia
|
1997-06-07 03:43:45 +04:00
|
|
|
file arch/alpha/pci/cia_dma.c cia
|
1996-04-12 05:20:40 +04:00
|
|
|
file arch/alpha/pci/cia_pci.c cia
|
1998-06-05 01:34:45 +04:00
|
|
|
file arch/alpha/pci/cia_bwx_bus_io.c cia
|
|
|
|
file arch/alpha/pci/cia_bwx_bus_mem.c cia
|
1997-08-12 06:08:12 +04:00
|
|
|
file arch/alpha/pci/cia_swiz_bus_io.c cia
|
|
|
|
file arch/alpha/pci/cia_swiz_bus_mem.c cia
|
1996-04-12 05:20:40 +04:00
|
|
|
|
1998-03-02 11:04:04 +03:00
|
|
|
device a12c { }: pcibus
|
1998-01-30 01:23:06 +03:00
|
|
|
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
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
|
1997-04-11 03:09:33 +04:00
|
|
|
attach dwlpx at kft
|
|
|
|
file arch/alpha/pci/dwlpx.c dwlpx
|
1998-04-15 04:46:57 +04:00
|
|
|
file arch/alpha/pci/dwlpx_bus_io.c dwlpx
|
|
|
|
file arch/alpha/pci/dwlpx_bus_mem.c dwlpx
|
1997-06-07 03:43:45 +04:00
|
|
|
file arch/alpha/pci/dwlpx_dma.c dwlpx
|
1997-04-11 03:09:33 +04:00
|
|
|
file arch/alpha/pci/dwlpx_pci.c dwlpx
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
|
1997-08-12 04:46:11 +04:00
|
|
|
attach lca at mainbus
|
|
|
|
file arch/alpha/pci/lca.c lca
|
|
|
|
file arch/alpha/pci/lca_bus_io.c lca
|
|
|
|
file arch/alpha/pci/lca_bus_mem.c lca
|
|
|
|
file arch/alpha/pci/lca_dma.c lca
|
|
|
|
file arch/alpha/pci/lca_pci.c lca
|
1997-04-11 03:09:33 +04:00
|
|
|
|
1998-04-15 04:46:57 +04:00
|
|
|
device mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
|
|
|
|
attach mcpcia at mcbus
|
|
|
|
file arch/alpha/pci/mcpcia.c mcpcia
|
|
|
|
file arch/alpha/pci/mcpcia_bus_io.c mcpcia
|
|
|
|
file arch/alpha/pci/mcpcia_bus_mem.c mcpcia
|
|
|
|
file arch/alpha/pci/mcpcia_dma.c mcpcia
|
|
|
|
file arch/alpha/pci/mcpcia_pci.c mcpcia
|
|
|
|
|
|
|
|
|
1997-04-11 03:09:33 +04:00
|
|
|
# CPU support files
|
1995-06-27 04:54:55 +04:00
|
|
|
file arch/alpha/pci/pci_2100_a50.c dec_2100_a50
|
1998-01-30 01:23:06 +03:00
|
|
|
file arch/alpha/pci/pci_a12.c avalon_a12
|
1998-06-26 09:42:34 +04:00
|
|
|
file arch/alpha/pci/pci_alphabook1.c dec_alphabook1
|
1995-11-23 05:33:17 +03:00
|
|
|
file arch/alpha/pci/pci_axppci_33.c dec_axppci_33
|
1996-11-12 00:10:58 +03:00
|
|
|
file arch/alpha/pci/pci_eb164.c dec_eb164
|
1996-11-25 07:03:21 +03:00
|
|
|
file arch/alpha/pci/pci_eb164_intr.s dec_eb164
|
1998-04-29 04:24:28 +04:00
|
|
|
file arch/alpha/pci/pci_eb64plus.c dec_eb64plus
|
1997-03-21 04:09:02 +03:00
|
|
|
file arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
|
1998-06-27 14:10:51 +04:00
|
|
|
file arch/alpha/pci/pci_eb66.c dec_eb66
|
|
|
|
file arch/alpha/pci/pci_eb66_intr.s dec_eb66
|
1996-11-12 00:10:58 +03:00
|
|
|
file arch/alpha/pci/pci_kn20aa.c dec_kn20aa
|
1998-04-15 04:46:57 +04:00
|
|
|
file arch/alpha/pci/pci_kn8ae.c dec_kn8ae
|
|
|
|
file arch/alpha/pci/pci_kn300.c dec_kn300
|
1998-05-14 01:59:32 +04:00
|
|
|
file arch/alpha/pci/pci_550.c dec_550
|
1998-06-24 05:12:45 +04:00
|
|
|
file arch/alpha/pci/pci_1000a.c dec_1000a
|
1998-06-27 01:53:10 +04:00
|
|
|
file arch/alpha/pci/pci_1000.c dec_1000
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
|
|
|
|
#
|
1995-11-23 05:33:17 +03:00
|
|
|
# PCI Bus devices
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
file arch/alpha/pci/pci_machdep.c pci
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device sio: isabus, alpha_shared_intr
|
1996-03-17 04:03:02 +03:00
|
|
|
attach sio at pci
|
1998-02-17 01:12:45 +03:00
|
|
|
device pceb: isabus, eisabus
|
1996-03-17 04:03:02 +03:00
|
|
|
attach pceb at pci
|
1996-04-12 05:20:40 +04:00
|
|
|
file arch/alpha/pci/sio.c sio | pceb needs-flag
|
|
|
|
file arch/alpha/pci/sio_pic.c sio | pceb
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1998-01-30 01:23:06 +03:00
|
|
|
#
|
|
|
|
# A12 if_de hack, this is temporary!
|
|
|
|
#
|
1998-02-17 01:12:45 +03:00
|
|
|
device ade: ether, ifnet, arp
|
1998-01-30 01:23:06 +03:00
|
|
|
attach ade at pci
|
|
|
|
file arch/alpha/pci/if_ade.c ade
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1998-03-02 11:04:04 +03:00
|
|
|
#
|
|
|
|
# alpha/a12 platform-specific drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
# Switch
|
|
|
|
|
|
|
|
device xb
|
|
|
|
attach xb at a12c
|
|
|
|
file arch/alpha/a12/if_xb.c xb
|
|
|
|
|
|
|
|
# Console
|
|
|
|
|
|
|
|
device a12dc
|
|
|
|
attach a12dc at a12c
|
|
|
|
file arch/alpha/a12/a12dc.c a12dc needs-flag
|
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
#
|
1995-11-23 05:33:17 +03:00
|
|
|
# Devices that can live on multiple busses
|
1995-06-27 04:54:55 +04:00
|
|
|
#
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mcclock
|
1996-04-18 02:01:16 +04:00
|
|
|
attach mcclock at ioasic with mcclock_ioasic
|
|
|
|
attach mcclock at isa with mcclock_isa
|
1997-03-12 04:54:23 +03:00
|
|
|
attach mcclock at gbus with mcclock_tlsb
|
1996-04-18 02:01:16 +04:00
|
|
|
file arch/alpha/alpha/mcclock.c mcclock
|
|
|
|
file arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic
|
|
|
|
file arch/alpha/isa/mcclock_isa.c mcclock_isa
|
1997-03-12 04:54:23 +03:00
|
|
|
file arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb
|
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
|
|
|
# Standard files
|
|
|
|
#
|
1995-02-14 02:06:39 +03:00
|
|
|
file arch/alpha/alpha/autoconf.c
|
1996-04-18 02:01:16 +04:00
|
|
|
file arch/alpha/alpha/clock.c
|
1995-02-14 02:06:39 +03:00
|
|
|
file arch/alpha/alpha/conf.c
|
1997-09-02 18:06:02 +04:00
|
|
|
file arch/alpha/alpha/cpuconf.c
|
1995-02-14 02:06:39 +03:00
|
|
|
file arch/alpha/alpha/interrupt.c
|
|
|
|
file arch/alpha/alpha/machdep.c
|
|
|
|
file arch/alpha/alpha/mainbus.c
|
|
|
|
file arch/alpha/alpha/mem.c
|
1998-03-26 05:19:02 +03:00
|
|
|
file arch/alpha/alpha/pmap.c
|
1995-02-14 02:06:39 +03:00
|
|
|
file arch/alpha/alpha/process_machdep.c
|
|
|
|
file arch/alpha/alpha/prom.c
|
|
|
|
file arch/alpha/alpha/support.c
|
|
|
|
file arch/alpha/alpha/sys_machdep.c
|
|
|
|
file arch/alpha/alpha/trap.c
|
|
|
|
file arch/alpha/alpha/vm_machdep.c
|
|
|
|
file arch/alpha/alpha/disksubr.c
|
1997-06-07 03:43:45 +04:00
|
|
|
file arch/alpha/common/bus_dma.c
|
1995-02-14 02:06:39 +03:00
|
|
|
file dev/cons.c
|
1995-04-22 16:45:08 +04:00
|
|
|
|
1997-04-11 03:09:33 +04:00
|
|
|
# Network protocol checksum routines
|
|
|
|
file arch/alpha/alpha/in_cksum.c inet
|
1996-05-20 01:24:14 +04:00
|
|
|
file netns/ns_cksum.c ns
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1997-04-11 03:09:33 +04:00
|
|
|
# PROM console support (for ports that don't have native console support)
|
1995-06-27 04:54:55 +04:00
|
|
|
file arch/alpha/alpha/promcons.c
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1997-04-11 03:09:33 +04:00
|
|
|
# CPU support
|
1997-11-06 03:41:45 +03:00
|
|
|
file arch/alpha/alpha/dec_2100_a50.c dec_2100_a50
|
|
|
|
file arch/alpha/alpha/dec_3000_300.c dec_3000_300
|
|
|
|
file arch/alpha/alpha/dec_3000_500.c dec_3000_500
|
|
|
|
file arch/alpha/alpha/dec_550.c dec_550
|
1998-06-26 09:42:34 +04:00
|
|
|
file arch/alpha/alpha/dec_alphabook1.c dec_alphabook1
|
1997-11-06 03:41:45 +03:00
|
|
|
file arch/alpha/alpha/dec_axppci_33.c dec_axppci_33
|
|
|
|
file arch/alpha/alpha/dec_eb164.c dec_eb164
|
|
|
|
file arch/alpha/alpha/dec_eb64plus.c dec_eb64plus
|
1998-06-27 14:10:51 +04:00
|
|
|
file arch/alpha/alpha/dec_eb66.c dec_eb66
|
1997-11-06 03:41:45 +03:00
|
|
|
file arch/alpha/alpha/dec_kn20aa.c dec_kn20aa
|
|
|
|
file arch/alpha/alpha/dec_kn8ae.c dec_kn8ae
|
1998-04-15 04:46:57 +04:00
|
|
|
file arch/alpha/alpha/dec_kn300.c dec_kn300
|
1998-01-30 01:23:06 +03:00
|
|
|
file arch/alpha/alpha/avalon_a12.c avalon_a12
|
1998-06-27 01:53:10 +04:00
|
|
|
file arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a
|
1995-09-20 04:20:18 +04:00
|
|
|
|
1997-09-06 06:03:11 +04:00
|
|
|
# Kernel debugger support
|
|
|
|
file arch/alpha/alpha/db_disasm.c ddb
|
|
|
|
file arch/alpha/alpha/db_interface.c ddb
|
|
|
|
file arch/alpha/alpha/db_trace.c ddb
|
|
|
|
|
1995-09-20 04:20:18 +04:00
|
|
|
# OSF/1 Binary Compatibility (COMPAT_OSF1)
|
1996-09-27 21:08:32 +04:00
|
|
|
include "compat/osf1/files.osf1"
|
1998-05-24 02:42:14 +04:00
|
|
|
|
|
|
|
# XXXX pcic here because it needs to be late. The catch: pcic needs
|
|
|
|
# to be late, so devices which attach to it are attached late. But it
|
|
|
|
# needs to be before its isa and pci attachments. This answer is
|
|
|
|
# non-optimal, but I don't have a better answer right now.
|
|
|
|
|
|
|
|
# PCIC pcmcia contoller
|
|
|
|
# XXX this needs to be done very late, so it's done here. This feels
|
|
|
|
# like a kludge, but it might be for the best.
|
|
|
|
|
|
|
|
defopt PCIC_ISA_ALLOC_IOBASE
|
|
|
|
defopt PCIC_ISA_ALLOC_IOSIZE
|
|
|
|
defopt PCIC_ISA_INTR_ALLOC_MASK
|
|
|
|
|
|
|
|
device pcic {[controller = -1], [socket = -1]}
|
|
|
|
file dev/ic/i82365.c pcic
|
|
|
|
|
|
|
|
# PCIC pcmcia contoller
|
|
|
|
attach pcic at isa with pcic_isa
|
|
|
|
file dev/isa/i82365_isa.c pcic_isa
|
1998-06-07 23:11:29 +04:00
|
|
|
file dev/isa/i82365_isasubr.c pcic_isa
|
1998-05-24 02:42:14 +04:00
|
|
|
|
|
|
|
# PCIC pcmcia contoller
|
|
|
|
attach pcic at pci with pcic_pci
|
|
|
|
file dev/pci/i82365_pci.c pcic_pci
|
|
|
|
|
|
|
|
|
|
|
|
# this wants to be probed as late as possible.
|
|
|
|
#
|
|
|
|
# Machine-independent PCMCIA drivers
|
|
|
|
#
|
|
|
|
include "dev/pcmcia/files.pcmcia"
|