1996-09-27 21:08:32 +04:00
|
|
|
# $NetBSD: files.alpha,v 1.26 1996/09/27 17:14:35 cgd 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
|
|
|
|
|
1995-02-14 02:06:39 +03:00
|
|
|
maxusers 2 8 64
|
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Bus-independent devices
|
|
|
|
#
|
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
device mainbus { } # no locators (yet?)
|
|
|
|
attach mainbus at root
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
device cpu { } # not really optional; can be a 'bus'
|
|
|
|
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
|
|
|
|
#
|
|
|
|
|
1996-09-27 21:08:32 +04:00
|
|
|
include "scsi/files.scsi"
|
1995-04-22 16:45:08 +04:00
|
|
|
major { st = 2 }
|
|
|
|
major { cd = 3 }
|
|
|
|
major { sd = 8 }
|
|
|
|
|
1996-09-09 20:31:36 +04:00
|
|
|
# RAM Disk
|
|
|
|
pseudo-device rd
|
|
|
|
file dev/ramdisk.c rd needs-flag
|
|
|
|
file arch/alpha/alpha/rd_root.c ramdisk_hooks
|
|
|
|
major { rd = 6 }
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
#
|
|
|
|
# raster console routines
|
|
|
|
#
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
define raster
|
1996-09-27 21:08:32 +04:00
|
|
|
include "dev/rcons/files.rcons"
|
1996-04-12 05:20:40 +04:00
|
|
|
file arch/alpha/wscons/wscons_rinit.c raster
|
|
|
|
file arch/alpha/wscons/wscons_rops.c raster
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
#
|
|
|
|
# "Workstation Console" glue; attaches frame buffer to emulator & kbd.
|
|
|
|
#
|
1996-04-12 05:20:40 +04:00
|
|
|
define wsconsdev {[console = -1]}
|
|
|
|
device wscons
|
|
|
|
attach wscons at wsconsdev
|
|
|
|
file arch/alpha/wscons/wscons.c wscons needs-flag
|
|
|
|
file arch/alpha/wscons/wscons_emul.c wscons
|
|
|
|
|
|
|
|
file arch/alpha/wscons/event.c wscons
|
|
|
|
file arch/alpha/wscons/kbd.c wscons
|
|
|
|
file arch/alpha/wscons/ms.c wscons
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-04-22 16:45:08 +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
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
device tcasic: tcbus
|
|
|
|
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_io.c tcasic
|
|
|
|
file arch/alpha/tc/tc_bus_mem.c tcasic
|
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
|
1996-04-12 05:20:40 +04:00
|
|
|
device ioasic { offset = -1 }
|
|
|
|
attach ioasic at 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
|
|
|
|
device cfb: raster, wsconsdev
|
|
|
|
attach cfb at tc
|
|
|
|
file arch/alpha/tc/cfb.c cfb
|
|
|
|
|
|
|
|
# Smart Frame buffer
|
1996-05-02 00:26:39 +04:00
|
|
|
device sfb: raster, wsconsdev
|
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
|
1996-04-12 05:20:40 +04:00
|
|
|
device scc
|
|
|
|
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
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
# the TCDS ASIC
|
1996-04-12 05:20:40 +04:00
|
|
|
device tcds { slot = -1 }
|
|
|
|
attach tcds at tc
|
1995-04-22 16:45:08 +04:00
|
|
|
file arch/alpha/tc/tcds.c tcds needs-count
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
# 53C[F]90 SCSI
|
1996-04-12 05:20:40 +04:00
|
|
|
device esp: scsi
|
|
|
|
attach esp at tcds
|
1995-04-22 16:45:08 +04:00
|
|
|
file arch/alpha/tc/esp.c esp needs-count
|
|
|
|
file arch/alpha/tc/tcds_dma.c esp
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-12-20 03:14:10 +03:00
|
|
|
# Baseboard Lance ethernet.
|
1996-04-18 04:55:15 +04:00
|
|
|
attach le at ioasic with le_ioasic
|
|
|
|
attach le at tc with le_tc
|
1996-05-07 04:33:35 +04:00
|
|
|
file dev/tc/if_le_dec.c (le_ioasic | le_tc)
|
1996-04-18 04:55:15 +04:00
|
|
|
file dev/tc/if_le_ioasic.c le_ioasic needs-flag #for le_iomem
|
|
|
|
file dev/tc/if_le_tc.c le_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"
|
1995-11-23 05:33:17 +03:00
|
|
|
|
|
|
|
#file arch/alpha/isa/isafcns_jensen.c dec_2000_300
|
|
|
|
|
|
|
|
|
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-03-17 04:03:02 +03:00
|
|
|
device pckbd
|
1996-04-12 05:20:40 +04:00
|
|
|
attach pckbd at isa
|
1995-11-23 05:33:17 +03:00
|
|
|
file arch/alpha/isa/pckbd.c pckbd needs-flag
|
1996-03-17 04:03:02 +03:00
|
|
|
device pms
|
1996-04-12 05:20:40 +04:00
|
|
|
attach pms at isa
|
1995-11-23 05:33:17 +03:00
|
|
|
file arch/alpha/isa/pms.c pms needs-flag
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
1996-03-17 04:03:02 +03:00
|
|
|
device apecs: pcibus
|
|
|
|
attach apecs at mainbus
|
1995-06-27 04:54:55 +04:00
|
|
|
file arch/alpha/pci/apecs.c apecs
|
|
|
|
file arch/alpha/pci/apecs_pci.c apecs
|
1995-04-22 16:45:08 +04:00
|
|
|
|
1996-03-17 04:03:02 +03:00
|
|
|
device lca: pcibus
|
|
|
|
attach lca at mainbus
|
1995-06-27 04:54:55 +04:00
|
|
|
file arch/alpha/pci/lca.c lca
|
1995-11-23 05:33:17 +03:00
|
|
|
file arch/alpha/pci/lca_pci.c lca
|
1995-04-22 16:45:08 +04:00
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
file arch/alpha/pci/apecs_lca_bus_io.c apecs | lca
|
|
|
|
file arch/alpha/pci/apecs_lca_bus_mem.c apecs | lca
|
|
|
|
|
|
|
|
device cia: pcibus
|
|
|
|
attach cia at mainbus
|
|
|
|
file arch/alpha/pci/cia.c cia
|
|
|
|
file arch/alpha/pci/cia_bus_io.c cia
|
|
|
|
file arch/alpha/pci/cia_bus_mem.c cia
|
|
|
|
file arch/alpha/pci/cia_pci.c cia
|
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
file arch/alpha/pci/pci_2100_a50.c dec_2100_a50
|
1995-11-23 05:33:17 +03:00
|
|
|
file arch/alpha/pci/pci_kn20aa.c dec_kn20aa
|
|
|
|
file arch/alpha/pci/pci_axppci_33.c dec_axppci_33
|
|
|
|
|
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
|
|
|
|
|
1996-03-17 04:03:02 +03:00
|
|
|
device sio: isabus
|
|
|
|
attach sio at pci
|
1996-04-12 05:20:40 +04: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
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
device tga: raster, wsconsdev
|
1996-03-17 04:03:02 +03:00
|
|
|
attach tga at pci
|
1995-08-03 04:09:17 +04:00
|
|
|
file arch/alpha/pci/tga.c tga needs-flag
|
1996-04-12 05:20:40 +04:00
|
|
|
file arch/alpha/pci/tga_conf.c tga
|
|
|
|
file arch/alpha/pci/tga_bt463.c tga
|
|
|
|
file arch/alpha/pci/tga_bt485.c tga
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
device pcivga: wsconsdev
|
1996-03-17 04:03:02 +03:00
|
|
|
attach pcivga at pci
|
1995-08-03 04:09:17 +04:00
|
|
|
file arch/alpha/pci/pcivga.c pcivga 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
|
|
|
#
|
|
|
|
|
1996-04-18 02:01:16 +04:00
|
|
|
device mcclock
|
|
|
|
attach mcclock at ioasic with mcclock_ioasic
|
|
|
|
attach mcclock at isa with mcclock_isa
|
|
|
|
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
|
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
|
|
|
|
file arch/alpha/alpha/interrupt.c
|
|
|
|
file arch/alpha/alpha/machdep.c
|
|
|
|
file arch/alpha/alpha/mainbus.c
|
|
|
|
file arch/alpha/alpha/mem.c
|
1996-08-21 02:20:07 +04:00
|
|
|
file arch/alpha/alpha/pmap.c new_pmap
|
|
|
|
file arch/alpha/alpha/pmap.old.c !new_pmap
|
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
|
|
|
|
file dev/cons.c
|
1995-04-22 16:45:08 +04:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
1995-11-23 05:33:17 +03:00
|
|
|
# Optional/miscellaneous files
|
1995-04-22 16:45:08 +04:00
|
|
|
#
|
|
|
|
|
1996-07-14 07:46:05 +04:00
|
|
|
file arch/alpha/alpha/in_cksum.c inet & !generic_in_cksum
|
|
|
|
file netinet/in_cksum.c inet & generic_in_cksum
|
1996-05-20 01:24:14 +04:00
|
|
|
file netns/ns_cksum.c ns
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# XXX
|
|
|
|
file arch/alpha/alpha/promcons.c
|
1995-08-03 04:09:17 +04:00
|
|
|
|
|
|
|
# XXX
|
1995-11-23 05:33:17 +03:00
|
|
|
file arch/alpha/alpha/dec_3000_500.c dec_3000_500
|
|
|
|
file arch/alpha/alpha/dec_3000_300.c dec_3000_300
|
|
|
|
file arch/alpha/alpha/dec_2100_a50.c dec_2100_a50
|
|
|
|
file arch/alpha/alpha/dec_kn20aa.c dec_kn20aa
|
|
|
|
file arch/alpha/alpha/dec_axppci_33.c dec_axppci_33
|
|
|
|
file arch/alpha/alpha/dec_21000.c dec_21000
|
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"
|