aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2000-04-08 14:17:18 +0000
committerDoug Rabson <dfr@FreeBSD.org>2000-04-08 14:17:18 +0000
commitf7b776917236d24a4ac7aaa19b3595abdd8411f9 (patch)
treeca88dc81a74fcf14251e5739f0c749c870d15692 /sys/conf/files
parentc685012659605ce74be13f8080db20a5482cd1be (diff)
downloadsrc-f7b776917236d24a4ac7aaa19b3595abdd8411f9.tar.gz
src-f7b776917236d24a4ac7aaa19b3595abdd8411f9.zip
* Factor out the object system from new-bus so that it can be used by
non-device code. * Re-implement the method dispatch to improve efficiency. The new system takes about 40ns for a method dispatch on a 300Mhz PII which is only 10ns slower than a direct function call on the same hardware. This changes the new-bus ABI slightly so make sure you re-compile any driver modules which you use.
Notes
Notes: svn path=/head/; revision=59093
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index f4615c119313..af9baff18258 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -408,6 +408,7 @@ kern/subr_devstat.c standard
kern/subr_disk.c standard
kern/subr_diskslice.c standard
kern/subr_eventhandler.c standard
+kern/subr_kobj.c standard
kern/subr_log.c standard
kern/subr_module.c standard
kern/subr_prf.c standard