1 1.16 lukem # $NetBSD: files.sgimips,v 1.16 2001/11/20 14:34:23 lukem Exp $ 2 1.1 soren 3 1.1 soren maxpartitions 16 4 1.1 soren 5 1.1 soren maxusers 2 8 64 6 1.1 soren 7 1.16 lukem defopt opt_machtypes.h IP20 IP22 IP32 8 1.9 thorpej 9 1.1 soren device mainbus {[addr = -1]} 10 1.1 soren attach mainbus at root 11 1.1 soren file arch/sgimips/sgimips/mainbus.c mainbus 12 1.1 soren 13 1.1 soren device cpu 14 1.1 soren attach cpu at mainbus 15 1.1 soren file arch/sgimips/sgimips/cpu.c cpu 16 1.1 soren 17 1.1 soren define giobus {} 18 1.1 soren 19 1.1 soren device imc: giobus, eisabus 20 1.1 soren attach imc at mainbus 21 1.1 soren file arch/sgimips/dev/imc.c imc 22 1.1 soren 23 1.1 soren device crime 24 1.1 soren attach crime at mainbus 25 1.1 soren file arch/sgimips/dev/crime.c crime 26 1.1 soren 27 1.1 soren device mace {[offset = -1], [intr = -1]} 28 1.1 soren attach mace at mainbus 29 1.1 soren file arch/sgimips/dev/mace.c mace 30 1.1 soren 31 1.1 soren attach com at mace with com_mace 32 1.1 soren file arch/sgimips/dev/com_mace.c com_mace 33 1.1 soren 34 1.2 soren device lpt # XXX 35 1.1 soren attach lpt at mace with lpt_mace 36 1.1 soren file arch/sgimips/dev/lpt_mace.c lpt_mace 37 1.2 soren file dev/ic/lpt.c lpt_mace 38 1.1 soren 39 1.1 soren attach pckbc at mace with pckbc_mace 40 1.1 soren file arch/sgimips/dev/pckbc_mace.c pckbc_mace 41 1.1 soren 42 1.2 soren #attach mcclock at mace with mcclock_mace 43 1.2 soren #file arch/sgimips/dev/mcclock_mace.c mcclock_mace 44 1.2 soren 45 1.1 soren device mec: arp, ether, ifnet, mii 46 1.1 soren attach mec at mace 47 1.1 soren file arch/sgimips/dev/if_mec.c mec 48 1.1 soren 49 1.1 soren device macepci: pcibus 50 1.1 soren attach macepci at mace 51 1.1 soren file arch/sgimips/pci/macepci.c macepci 52 1.3 soren 53 1.3 soren device zsc {[channel = -1]} 54 1.3 soren device zstty: tty 55 1.3 soren attach zstty at zsc 56 1.9 thorpej file dev/ic/z8530tty.c zstty needs-flag 57 1.9 thorpej file arch/sgimips/dev/zs_kgdb.c kgdb 58 1.14 thorpej file arch/sgimips/dev/zs.c zsc needs-flag 59 1.9 thorpej file dev/ic/z8530sc.c zsc 60 1.1 soren 61 1.10 thorpej file dev/arcbios/arcbios.c 62 1.10 thorpej file dev/arcbios/arcbios_tty.c 63 1.10 thorpej 64 1.9 thorpej file arch/sgimips/sgimips/ip22.c 65 1.13 thorpej file arch/sgimips/sgimips/ip22_cache.S ip22 66 1.9 thorpej file arch/sgimips/sgimips/ip32.c 67 1.1 soren file arch/sgimips/sgimips/autoconf.c 68 1.1 soren file arch/sgimips/sgimips/bus.c 69 1.1 soren file arch/sgimips/sgimips/clock.c 70 1.1 soren file arch/sgimips/sgimips/conf.c 71 1.1 soren file arch/sgimips/sgimips/console.c 72 1.1 soren file arch/sgimips/sgimips/disksubr.c 73 1.1 soren file arch/sgimips/sgimips/machdep.c 74 1.9 thorpej file arch/sgimips/sgimips/softintr.c 75 1.8 fvdl file arch/sgimips/sgimips/procfs_machdep.c procfs 76 1.1 soren 77 1.6 soren file dev/md_root.c memory_disk_hooks 78 1.1 soren major {md = 2} 79 1.1 soren 80 1.15 lukem major {raid = 5} 81 1.7 ad major {ld = 14} 82 1.1 soren 83 1.1 soren file dev/clock_subr.c 84 1.1 soren file dev/cons.c 85 1.1 soren 86 1.1 soren include "arch/sgimips/gio/files.gio" 87 1.5 pooka 88 1.5 pooka # Machine-independent I2O drivers. 89 1.5 pooka include "dev/i2o/files.i2o" 90 1.1 soren 91 1.1 soren include "dev/pci/files.pci" 92 1.1 soren file arch/sgimips/pci/pci_machdep.c pci 93 1.1 soren 94 1.9 thorpej include "dev/eisa/files.eisa" 95 1.9 thorpej file arch/sgimips/eisa/eisa_machdep.c eisa 96 1.9 thorpej 97 1.1 soren include "dev/vme/files.vme" 98 1.1 soren include "dev/wscons/files.wscons" 99 1.1 soren include "dev/wsfont/files.wsfont" 100 1.1 soren include "dev/pckbc/files.pckbc" 101 1.1 soren include "dev/mii/files.mii" 102 1.1 soren include "dev/usb/files.usb" 103 1.1 soren include "dev/scsipi/files.scsipi" 104 1.1 soren major {sd = 10} 105 1.1 soren major {cd = 12} 106 1.1 soren include "dev/ata/files.ata" 107 1.1 soren major {wd = 13} 108