NetBSD/sys/arch/sgimips/conf/files.sgimips
bjh21 dff5222d3a Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it.  This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111.  The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers.  To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned.  Thy just use rather more function pointers than before.  Tested
on i386 and (with a new host driver) acorn32.  Compiled on several other
affected architectures.
2004-03-13 17:31:33 +00:00

57 lines
1.3 KiB
Plaintext

# $NetBSD: files.sgimips,v 1.37 2004/03/13 17:31:34 bjh21 Exp $
maxpartitions 16
maxusers 2 8 64
device mainbus {[addr = -1]}
attach mainbus at root
file arch/sgimips/sgimips/mainbus.c mainbus
device cpu
attach cpu at mainbus
file arch/sgimips/sgimips/cpu.c cpu
file dev/arcbios/arcbios.c
file dev/arcbios/arcbios_tty.c
file arch/sgimips/sgimips/ip22_cache.S indy_r4600_cache
file arch/sgimips/sgimips/autoconf.c
file arch/sgimips/sgimips/bus.c
file arch/sgimips/sgimips/clock.c
file arch/sgimips/sgimips/console.c
file arch/sgimips/sgimips/disksubr.c
file arch/sgimips/sgimips/machdep.c
file arch/mips/mips/softintr.c
file dev/md_root.c memory_disk_hooks
file dev/cons.c
# Machine-dependent drivers
include "arch/sgimips/ioc/files.ioc"
include "arch/sgimips/dev/files.dev"
include "arch/sgimips/mace/files.mace"
# Machine-independent drivers.
include "dev/i2o/files.i2o"
include "dev/pci/files.pci"
file arch/sgimips/pci/pci_machdep.c pci
include "dev/eisa/files.eisa"
file arch/sgimips/eisa/eisa_machdep.c eisa
include "dev/vme/files.vme"
include "dev/wscons/files.wscons"
include "dev/wsfont/files.wsfont"
include "dev/pckbport/files.pckbport"
include "dev/usb/files.usb"
include "dev/scsipi/files.scsipi"
include "dev/ata/files.ata"
include "arch/sgimips/gio/files.gio"
include "arch/sgimips/conf/majors.sgimips"