1998-01-22 03:39:16 +03:00
|
|
|
# $NetBSD: files.i386,v 1.103 1998/01/22 00:39:16 thorpej Exp $
|
1993-03-21 21:04:42 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
# new style config file for i386 architecture
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
|
|
maxpartitions 8
|
|
|
|
|
|
|
|
maxusers 2 16 64
|
|
|
|
|
1998-01-15 22:47:36 +03:00
|
|
|
# Processor type options.
|
|
|
|
defopt opt_cputype.h I386_CPU I486_CPU I586_CPU I686_CPU
|
|
|
|
|
1998-01-16 01:25:52 +03:00
|
|
|
# VM86 emulation
|
|
|
|
defopt VM86
|
|
|
|
|
1998-01-22 02:29:08 +03:00
|
|
|
# Floating point emulation
|
|
|
|
defopt MATH_EMULATE
|
|
|
|
|
1998-01-22 03:39:16 +03:00
|
|
|
# User-settable LDT (used by WINE)
|
|
|
|
defopt USER_LDT
|
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/i386/autoconf.c
|
|
|
|
file arch/i386/i386/conf.c
|
|
|
|
file arch/i386/i386/db_disasm.c ddb
|
|
|
|
file arch/i386/i386/db_interface.c ddb
|
1997-07-06 08:09:45 +04:00
|
|
|
file arch/i386/i386/db_memrw.c ddb | kgdb
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/i386/db_trace.c ddb
|
|
|
|
file arch/i386/i386/disksubr.c disk
|
1995-10-11 07:19:29 +03:00
|
|
|
file arch/i386/i386/gdt.c
|
1996-07-03 17:01:40 +04:00
|
|
|
file arch/i386/i386/in_cksum.s inet
|
1997-07-06 08:09:45 +04:00
|
|
|
file arch/i386/i386/kgdb_machdep.c kgdb
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/i386/machdep.c
|
|
|
|
file arch/i386/i386/math_emulate.c math_emulate
|
|
|
|
file arch/i386/i386/mem.c
|
|
|
|
file arch/i386/i386/microtime.s
|
|
|
|
file arch/i386/i386/ns_cksum.c ns
|
|
|
|
file arch/i386/i386/pmap.c
|
|
|
|
file arch/i386/i386/process_machdep.c
|
|
|
|
file arch/i386/i386/random.s
|
|
|
|
file arch/i386/i386/sys_machdep.c
|
|
|
|
file arch/i386/i386/trap.c
|
|
|
|
file arch/i386/i386/vm_machdep.c
|
|
|
|
file dev/cons.c
|
|
|
|
major {vnd = 14}
|
|
|
|
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
# Machine-independent SCSI drivers
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1998-01-15 09:15:08 +03:00
|
|
|
include "dev/scsipi/files.scsipi"
|
1995-04-28 12:19:12 +04:00
|
|
|
major {sd = 4}
|
|
|
|
major {st = 5}
|
|
|
|
major {cd = 6}
|
|
|
|
|
1998-01-15 02:36:30 +03:00
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
|
1998-01-15 09:15:08 +03:00
|
|
|
include "dev/ata/files.ata"
|
1998-01-15 02:36:30 +03:00
|
|
|
major {wd = 0}
|
|
|
|
|
1996-12-29 02:10:44 +03:00
|
|
|
# Memory Disk for install floppy
|
|
|
|
file arch/i386/i386/md_root.c memory_disk_hooks
|
|
|
|
major {md = 17}
|
1996-03-25 21:44:29 +03:00
|
|
|
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
# System bus types
|
|
|
|
#
|
|
|
|
|
1996-08-26 03:38:57 +04:00
|
|
|
define mainbus { }
|
1998-01-12 21:59:04 +03:00
|
|
|
device mainbus class dull: isabus, eisabus, pcibus, mainbus
|
1996-03-17 04:26:49 +03:00
|
|
|
attach mainbus at root
|
1996-03-04 06:25:48 +03:00
|
|
|
file arch/i386/i386/mainbus.c mainbus
|
|
|
|
|
1997-10-14 07:55:51 +04:00
|
|
|
# attribute used to bring in BIOS trampoline code for real-mode probing
|
|
|
|
# of certain devices/BIOS features
|
|
|
|
define bioscall
|
|
|
|
file arch/i386/i386/bioscall.s bioscall needs-flag
|
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
#device mca at root {...}
|
|
|
|
|
1996-02-28 04:58:25 +03:00
|
|
|
#
|
|
|
|
# PCI-only drivers
|
|
|
|
# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
|
|
|
|
# XXX devices to 'pci'.
|
|
|
|
#
|
|
|
|
|
1998-01-15 09:15:08 +03:00
|
|
|
include "dev/pci/files.pci"
|
1996-02-28 04:58:25 +03:00
|
|
|
file arch/i386/pci/pci_machdep.c pci
|
|
|
|
|
1996-11-28 06:15:13 +03:00
|
|
|
# PCI-Host bridge chipsets
|
1998-01-12 21:59:04 +03:00
|
|
|
device pchb class dull: pcibus
|
1996-11-28 06:15:13 +03:00
|
|
|
attach pchb at pci
|
|
|
|
file arch/i386/pci/pchb.c pchb
|
|
|
|
|
|
|
|
# PCI-ISA bridges
|
1998-01-12 21:59:04 +03:00
|
|
|
device pcib class dull: isabus
|
1996-11-28 06:15:13 +03:00
|
|
|
attach pcib at pci
|
|
|
|
file arch/i386/pci/pcib.c pcib
|
|
|
|
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
# ISA and mixed ISA+EISA or ISA+PCI drivers
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1998-01-15 09:15:08 +03:00
|
|
|
include "dev/isa/files.isa"
|
1995-04-28 12:19:12 +04:00
|
|
|
major {mcd = 7}
|
|
|
|
#major {scd = 15}
|
|
|
|
major {wt = 3}
|
|
|
|
|
|
|
|
file arch/i386/isa/isa_machdep.c isa
|
|
|
|
|
|
|
|
# PC clock
|
|
|
|
file arch/i386/isa/clock.c isa
|
|
|
|
|
|
|
|
# Numeric Processing Extension; Math Co-processor
|
1998-01-12 21:59:04 +03:00
|
|
|
device npx class dull
|
1996-03-17 04:26:49 +03:00
|
|
|
attach npx at isa
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/isa/npx.c npx needs-flag
|
|
|
|
|
1996-03-16 09:08:46 +03:00
|
|
|
# attribute used to represent the "keyboard controller"
|
|
|
|
# XXX should be a real device
|
1996-03-18 04:26:10 +03:00
|
|
|
define pckbd { [irq = -1], [port = -1] }
|
1996-03-16 09:08:46 +03:00
|
|
|
|
1995-04-28 12:19:12 +04:00
|
|
|
# PC console support a la "pccons"
|
1998-01-12 21:59:04 +03:00
|
|
|
device pc class tty: tty, pckbd
|
1996-03-17 04:26:49 +03:00
|
|
|
attach pc at isa
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/isa/pccons.c pc needs-flag
|
|
|
|
|
|
|
|
# PC console support a la "pcvt"
|
1998-01-12 21:59:04 +03:00
|
|
|
device vt class tty: tty, pckbd
|
1996-03-17 04:26:49 +03:00
|
|
|
attach vt at isa
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/isa/pcvt/pcvt_drv.c vt needs-flag
|
|
|
|
file arch/i386/isa/pcvt/pcvt_ext.c vt needs-flag
|
|
|
|
file arch/i386/isa/pcvt/pcvt_kbd.c vt needs-flag
|
|
|
|
file arch/i386/isa/pcvt/pcvt_out.c vt needs-flag
|
|
|
|
file arch/i386/isa/pcvt/pcvt_sup.c vt needs-flag
|
|
|
|
file arch/i386/isa/pcvt/pcvt_vtf.c vt needs-flag
|
|
|
|
|
|
|
|
# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
|
1998-01-12 21:59:04 +03:00
|
|
|
device lms class dull
|
1996-03-17 04:26:49 +03:00
|
|
|
attach lms at isa
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/isa/lms.c lms needs-flag
|
1998-01-12 21:59:04 +03:00
|
|
|
device mms class dull
|
1996-03-17 04:26:49 +03:00
|
|
|
attach mms at isa
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/isa/mms.c mms needs-flag
|
1998-01-12 21:59:04 +03:00
|
|
|
device pms class dull
|
1996-03-17 04:26:49 +03:00
|
|
|
attach pms at pckbd
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/isa/pms.c pms needs-flag
|
|
|
|
|
|
|
|
# Floppy disk controller
|
1998-01-12 21:59:04 +03:00
|
|
|
device fdc class dull {drive = -1}
|
1996-03-17 04:26:49 +03:00
|
|
|
attach fdc at isa
|
1998-01-12 21:59:04 +03:00
|
|
|
device fd class disk: disk, isadma
|
1996-03-17 04:26:49 +03:00
|
|
|
attach fd at fdc
|
1995-04-28 12:19:12 +04:00
|
|
|
file arch/i386/isa/fd.c fdc needs-flag
|
|
|
|
major {fd = 2}
|
|
|
|
|
|
|
|
# PC speaker
|
1998-01-12 21:59:04 +03:00
|
|
|
device spkr class dull: tty
|
1996-03-18 04:26:10 +03:00
|
|
|
attach spkr at pckbd
|
1996-02-22 08:53:16 +03:00
|
|
|
file arch/i386/isa/spkr.c spkr needs-flag
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1996-03-27 22:11:13 +03:00
|
|
|
# Game adapter (joystick)
|
1998-01-12 21:59:04 +03:00
|
|
|
device joy class dull
|
1996-03-27 22:11:13 +03:00
|
|
|
file arch/i386/isa/joy.c joy needs-flag
|
|
|
|
|
1997-01-17 02:19:56 +03:00
|
|
|
attach joy at isa with joy_isa
|
|
|
|
file arch/i386/isa/joy_isa.c joy_isa
|
|
|
|
|
1996-08-06 01:15:58 +04:00
|
|
|
# Adaptec AHA-284x VL SCSI controllers
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach ahc at isa with ahc_isa
|
|
|
|
file arch/i386/isa/ahc_isa.c ahc_isa
|
|
|
|
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
|
|
|
# EISA-only drivers
|
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1998-01-15 09:15:08 +03:00
|
|
|
include "dev/eisa/files.eisa"
|
1996-04-10 02:59:03 +04:00
|
|
|
file arch/i386/eisa/eisa_machdep.c eisa
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1997-01-17 02:19:56 +03:00
|
|
|
# ISA Plug 'n Play devices
|
|
|
|
# IT IS IMPORTANT THAT THIS IS INCLUDED AFTER ALL ISA DEVICES!
|
|
|
|
# DO NOT MOVE IT! (Thanks, The Mgmt.)
|
|
|
|
include "dev/isapnp/files.isapnp"
|
|
|
|
file arch/i386/isa/isapnp_machdep.c isapnp
|
|
|
|
|
|
|
|
attach joy at isapnp with joy_isapnp
|
|
|
|
file arch/i386/isa/joy_isapnp.c joy_isapnp
|
1996-08-26 03:38:57 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Other mainbus-attached devices
|
|
|
|
#
|
|
|
|
|
|
|
|
# Advanced Power Management support (APM)
|
1998-01-12 21:59:04 +03:00
|
|
|
device apm class dull: bioscall
|
1996-08-26 03:38:57 +04:00
|
|
|
attach apm at mainbus
|
|
|
|
file arch/i386/i386/apm.c apm needs-count
|
1997-10-14 07:55:51 +04:00
|
|
|
file arch/i386/i386/apmcall.s apm
|
1996-08-26 03:38:57 +04:00
|
|
|
|
1994-11-03 18:55:40 +03:00
|
|
|
#
|
|
|
|
# Compatibility modules
|
|
|
|
#
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1996-01-08 16:51:30 +03:00
|
|
|
# VM86 mode
|
|
|
|
file arch/i386/i386/vm86.c vm86
|
|
|
|
|
1995-10-10 04:30:25 +03:00
|
|
|
# SVR4 binary compatibility (COMPAT_SVR4)
|
1998-01-15 09:15:08 +03:00
|
|
|
include "compat/svr4/files.svr4"
|
1995-10-10 04:30:25 +03:00
|
|
|
file arch/i386/i386/svr4_machdep.c compat_svr4
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1995-10-10 04:30:25 +03:00
|
|
|
# iBCS-2 binary compatibility (COMPAT_IBCS2)
|
1998-01-15 09:15:08 +03:00
|
|
|
include "compat/ibcs2/files.ibcs2"
|
1997-09-12 03:05:30 +04:00
|
|
|
file arch/i386/i386/ibcs2_machdep.c compat_ibcs2
|
1995-04-28 12:19:12 +04:00
|
|
|
|
1995-10-10 04:30:25 +03:00
|
|
|
# Linux binary compatibility (COMPAT_LINUX)
|
1998-01-15 09:15:08 +03:00
|
|
|
include "compat/linux/files.linux"
|
1995-10-10 04:30:25 +03:00
|
|
|
file arch/i386/i386/linux_machdep.c compat_linux
|
1995-10-10 04:22:31 +03:00
|
|
|
|
1995-10-10 04:30:25 +03:00
|
|
|
# FreeBSD binary compatibility (COMPAT_FREEBSD)
|
1998-01-15 09:15:08 +03:00
|
|
|
include "compat/freebsd/files.freebsd"
|
1995-10-10 04:22:31 +03:00
|
|
|
file arch/i386/i386/freebsd_machdep.c compat_freebsd
|
1997-04-04 19:35:06 +04:00
|
|
|
|
|
|
|
# OSS audio driver compatibility
|
1998-01-15 09:15:08 +03:00
|
|
|
include "compat/ossaudio/files.ossaudio"
|
1997-10-17 03:32:35 +04:00
|
|
|
|
1997-10-17 22:45:53 +04:00
|
|
|
# network devices MII bus
|
1998-01-15 09:15:08 +03:00
|
|
|
include "dev/mii/files.mii"
|
1997-10-17 22:45:53 +04:00
|
|
|
|
1997-10-17 03:32:35 +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.
|
1997-10-30 01:50:46 +03:00
|
|
|
|
|
|
|
defopt PCIC_ISA_ALLOC_IOBASE
|
|
|
|
defopt PCIC_ISA_ALLOC_IOSIZE
|
|
|
|
defopt PCIC_ISA_INTR_ALLOC_MASK
|
|
|
|
|
1998-01-12 21:59:04 +03:00
|
|
|
device pcic class dull {[controller = -1], [socket = -1]}
|
1997-10-21 00:26:25 +04:00
|
|
|
file dev/ic/i82365.c pcic
|
1997-10-17 03:32:35 +04:00
|
|
|
|
|
|
|
# PCIC pcmcia contoller
|
|
|
|
attach pcic at isa with pcic_isa
|
|
|
|
file dev/isa/i82365_isa.c pcic_isa
|
|
|
|
|
|
|
|
# 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"
|
|
|
|
|
|
|
|
|