NetBSD/sys/compat/darwin/files.darwin
manu ca120fe1a2 Match IOHIDSystem and IOFramebuffer request in the IOKit and handle them in
Darwin specific files. The handler does nothing yet.

This needs some improvement. Darwin attaches an IOHIDSystem device to
each human-interface device in the tree: mouse, keyboard, and a few others.
For now we only emulate one IOHIDSystem device.
2003-02-16 15:02:05 +00:00

18 lines
710 B
Plaintext

# $NetBSD: files.darwin,v 1.9 2003/02/16 15:02:06 manu Exp $
#
# Config file description for machine-independent Darwin compat code.
# Included by ports that need it.
# ports should define any machine-specific files they need in their
# own file lists.
file compat/darwin/darwin_exec.c compat_darwin
file compat/darwin/darwin_iokit.c compat_darwin
file compat/darwin/darwin_iohidsystem.c compat_darwin
file compat/darwin/darwin_ioframebuffer.c compat_darwin
file compat/darwin/darwin_mman.c compat_darwin
file compat/darwin/darwin_signal.c compat_darwin
file compat/darwin/darwin_sysent.c compat_darwin
file compat/darwin/darwin_sysctl.c compat_darwin
file compat/darwin/darwin_thread.c compat_darwin