Home | History | Annotate | Line # | Download | only in conf
files.sparc64 revision 1.26
      1 #	$NetBSD: files.sparc64,v 1.26 2000/04/05 07:58:44 mrg Exp $
      2 
      3 # @(#)files.sparc64	8.1 (Berkeley) 7/19/93
      4 # sparc64-specific configuration info
      5 
      6 # maxpartitions must be first item in files.${ARCH}
      7 maxpartitions 8
      8 
      9 maxusers 2 8 1024
     10 
     11 define mainbus {}
     12 device mainbus: pcibus, mainbus
     13 attach mainbus at root
     14 
     15 include "dev/sbus/files.sbus"
     16 attach sbus at mainbus
     17 file	arch/sparc64/dev/sbus.c			sbus
     18 
     19 device  psycho: pcibus
     20 attach  psycho at mainbus
     21 include "dev/pci/files.pci"
     22 file	arch/sparc64/dev/psycho.c		psycho
     23 file	arch/sparc64/dev/psycho_bus.c		psycho
     24 file	arch/sparc64/dev/pci_machdep.c		psycho
     25 
     26 # IOMMU is for both
     27 file	arch/sparc64/dev/iommu.c		sbus | psycho
     28 
     29 # can't use ppb for SUNW,simba
     30 device  simba: pcibus
     31 attach  simba at pci
     32 file	arch/sparc64/dev/simba.c		simba
     33 
     34 include "dev/ata/files.ata"
     35 file	arch/sparc64/dev/pciide_machdep.c	pciide
     36 
     37 device ebus {[addr = -1]}: pcibus
     38 attach ebus at pci
     39 file	arch/sparc64/dev/ebus.c			ebus
     40 file	arch/sparc64/dev/ebus_bus.c		ebus
     41 
     42 # network devices MII bus
     43 include "dev/mii/files.mii"
     44 
     45 #device auxreg
     46 #attach auxreg at mainbus, sbus
     47 #file	arch/sparc64/sparc64/auxreg.c
     48 
     49 device clock
     50 attach clock at mainbus, sbus with clock_sbus
     51 attach clock at ebus with clock_ebus
     52 
     53 device timer
     54 attach timer at mainbus, sbus
     55 
     56 device eeprom
     57 attach eeprom at sbus, ebus
     58 file	arch/sparc64/sparc64/clock.c
     59 
     60 device power
     61 attach power at sbus, ebus
     62 file	arch/sparc64/dev/power.c			power
     63 
     64 device cpu
     65 attach cpu at mainbus
     66 file	arch/sparc64/sparc64/cpu.c
     67 
     68 device zs {channel = -1}
     69 attach zs at mainbus, sbus
     70 file	arch/sparc64/dev/zs.c			zs needs-count
     71 file	dev/ic/z8530sc.c			zs
     72 
     73 # siemens SAB82532; found on U5/U10/... for tty ports.
     74 #device sab {channel = -1}
     75 #attach sab at ebus
     76 #file	arch/sparc64/dev/sab_ebus.c		sab
     77 #file	dev/ic/sab82532.c			sab
     78 
     79 # "com" attachments for the kbd/mouse of the U5/U10/...
     80 #device ucom {}
     81 #attach ucom at ebus with com
     82 #file	arch/sparc64/dev/ucom_ebus.c		ucom
     83 
     84 # XXX bogus; this is in dev/isa/files.isa.  fix me please!
     85 device	lpt
     86 file	dev/ic/lpt.c				lpt needs-flag
     87 
     88 device	auxio
     89 attach auxio at ebus with auxio_ebus
     90 file	arch/sparc64/dev/auxio_ebus.c		auxio_ebus
     91 
     92 attach lpt at ebus with lpt_ebus
     93 file	arch/sparc64/dev/lpt_ebus.c		lpt_ebus
     94 
     95 device fdc {}
     96 attach fdc at mainbus, sbus, ebus
     97 # attach fdc at ebus
     98 device fd: disk
     99 attach fd at fdc
    100 file	dev/sun/fd.c				fdc | fd needs-flag
    101 file	arch/sparc64/sparc64/bsd_fdintr.s	fdc
    102 
    103 attach	audiocs at ebus with audiocs_ebus
    104 file	arch/sparc64/dev/cs4231_ebus.c		audiocs_ebus
    105 
    106 #
    107 # Console (zs) related stuff
    108 #
    109 
    110 device zstty: tty
    111 attach zstty at zs
    112 file dev/ic/z8530tty.c			zstty needs-flag
    113 file arch/sparc/dev/zs_kgdb.c		kgdb
    114 
    115 #device sabtty: tty
    116 #attach sabtty at sab
    117 #file dev/ic/sabtty.c			sabtty needs-flag
    118 
    119 define zsevent
    120 file dev/sun/event.c			zsevent
    121 
    122 device kbd: zsevent
    123 attach kbd at zs with kbd_zs
    124 #attach kbd at ucom with kbd_ucom
    125 file dev/sun/kbd_zs.c			kbd_zs
    126 file dev/sun/kbd.c			kbd needs-flag
    127 file dev/sun/kbd_tables.c 		kbd
    128 file arch/sparc64/dev/kd.c 		kbd
    129 #file arch/sparc64/dev/kbd_ucom.c 	kbd_ucom
    130 
    131 device ms: zsevent
    132 attach ms at zs with ms_zs
    133 #attach ms at ucom with ms_ucom
    134 file dev/sun/ms_zs.c			ms_zs
    135 file dev/sun/ms.c			ms needs-flag
    136 #file arch/sparc64/dev/ms_ucom.c 	ms_ucom
    137 
    138 
    139 #
    140 # Machine-independent SCSI drivers
    141 #
    142 include "dev/scsipi/files.scsipi"
    143 
    144 major	{ cd = 18 }
    145 major	{ fd = 16 }
    146 major	{ md = 5 }
    147 major	{ sd = 7 }
    148 major	{ wd = 12 }
    149 
    150 # RAIDframe
    151 major 	{ raid = 25 }
    152 
    153 # Brooktree DAC attribute
    154 define bt_dac
    155 
    156 device bwtwo
    157 attach bwtwo at sbus
    158 file	arch/sparc64/dev/bwtwo.c		bwtwo needs-flag
    159 
    160 device cgtwo
    161 attach cgtwo at sbus
    162 file	arch/sparc64/dev/cgtwo.c		cgtwo needs-flag
    163 
    164 device cgthree: bt_dac
    165 attach cgthree at sbus
    166 file	arch/sparc64/dev/cgthree.c	cgthree needs-flag
    167 
    168 device cgfour: bt_dac
    169 attach cgfour at sbus
    170 file	arch/sparc64/dev/cgfour.c		cgfour needs-flag
    171 
    172 device cgsix: bt_dac
    173 attach cgsix at sbus
    174 file	arch/sparc64/dev/cgsix.c		cgsix needs-flag
    175 file	arch/sparc64/dev/cgsix_sbus.c		cgsix needs-flag
    176 
    177 device cgeight: bt_dac
    178 attach cgeight at sbus
    179 file	arch/sparc64/dev/cgeight.c	cgeight needs-flag
    180 
    181 device tcx: bt_dac
    182 attach tcx at sbus
    183 file	arch/sparc64/dev/tcx.c		tcx needs-flag
    184 
    185 device cgfourteen
    186 attach cgfourteen at sbus
    187 file	arch/sparc64/dev/cgfourteen.c	cgfourteen needs-flag
    188 
    189 file	arch/sparc64/dev/bt_subr.c	bt_dac
    190 
    191 #
    192 # Generic Sun stuff
    193 #
    194 
    195 file	dev/cons.c
    196 file	arch/sparc64/dev/fb.c
    197 file	arch/sparc64/dev/consinit.c
    198 
    199 file	arch/sparc64/fpu/fpu.c
    200 file	arch/sparc64/fpu/fpu_add.c
    201 file	arch/sparc64/fpu/fpu_compare.c
    202 file	arch/sparc64/fpu/fpu_div.c
    203 file	arch/sparc64/fpu/fpu_explode.c
    204 file	arch/sparc64/fpu/fpu_implode.c
    205 file	arch/sparc64/fpu/fpu_mul.c
    206 file	arch/sparc64/fpu/fpu_sqrt.c
    207 file	arch/sparc64/fpu/fpu_subr.c
    208 
    209 # N.B.: optimizer breaks pmap.c and/or cache.c somehow -- have not
    210 # identified the exact problem yet.  NOOPT_C suffices for now.
    211 file	arch/sparc64/sparc64/autoconf.c
    212 file	arch/sparc64/sparc64/cache.c
    213 file	arch/sparc64/sparc64/conf.c
    214 file	arch/sparc64/sparc64/emul.c
    215 file	arch/sparc64/sparc64/in_cksum.c
    216 file	netinet/in4_cksum.c		inet
    217 file	arch/sparc64/sparc64/intr.c
    218 file	arch/sparc64/sparc64/kgdb_machdep.c kgdb
    219 # sparc/sparc/locore.s is handled specially in the makefile,
    220 # because it must come first in the "ld" command line.
    221 file	arch/sparc64/sparc64/locore2.c
    222 file	arch/sparc64/sparc64/machdep.c
    223 file	arch/sparc64/sparc64/process_machdep.c
    224 file	arch/sparc64/sparc64/mem.c
    225 file	arch/sparc64/sparc64/openprom.c
    226 file	arch/sparc64/sparc64/openfirm.c
    227 file	arch/sparc64/sparc64/ofw_machdep.c
    228 file	arch/sparc64/sparc64/pmap.c
    229 # the following overrides the generic "sys_process.c"
    230 # commented out by deraadt
    231 #file	arch/sparc64/sparc64/sys_process.c
    232 file	arch/sparc64/sparc64/sys_machdep.c
    233 file	arch/sparc64/sparc64/trap.c
    234 file	arch/sparc64/sparc64/vm_machdep.c
    235 file	arch/sparc64/sparc64/disksubr.c
    236 
    237 file	arch/sparc64/sparc64/db_interface.c	ddb | kgdb
    238 file	arch/sparc64/sparc64/db_trace.c	ddb
    239 file	arch/sparc64/sparc64/db_disasm.c	ddb
    240 #file 	ddb/db_aout.c			ddb_aout
    241 #file	ddb/db_elf.c			ddb
    242 
    243 #
    244 # Raster Console
    245 #
    246 include "dev/rcons/files.rcons"
    247 include "dev/rasops/files.rasops"
    248 include "dev/wsfont/files.wsfont"
    249 
    250 #
    251 # Compatibility modules
    252 #
    253 
    254 # Binary compatiblity with previous NetBSD releases.
    255 file	arch/sparc64/sparc64/compat_13_machdep.c compat_13
    256 
    257 # NetBSD/sparc 32-bit Binary compatibility (COMPAT_NETBSD32)
    258 include "compat/netbsd32/files.netbsd32"
    259 file	arch/sparc64/sparc64/netbsd32_machdep.c	compat_netbsd32
    260 
    261 # NetBSD a.out Binary Compatibility (COMPAT_AOUT)
    262 include "compat/aout/files.aout"
    263 
    264 # SVR4 Binary Compatibility (COMPAT_SVR4)
    265 include "compat/svr4/files.svr4"
    266 file	arch/sparc64/sparc64/svr4_machdep.c	compat_svr4
    267 
    268 # SunOS Binary Compatibility (COMPAT_SUNOS)
    269 include "compat/sunos/files.sunos"
    270 file	arch/sparc64/sparc64/sunos_machdep.c	compat_sunos
    271 
    272 # Miscellaneous
    273 file	netns/ns_cksum.c		ns
    274 
    275 file	arch/sparc64/dev/md_root.c	memory_disk_hooks
    276