Searched hist:59093 (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/sys/dev/mii/
H A Dmiibus_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/dev/iicbus/
H A Diicbb_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
H A Diicbus_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/dev/ppbus/
H A Dppbus_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/isa/
H A Disa_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/dev/smbus/
H A Dsmbus_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/kern/
H A Ddevice_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
H A Dsubr_kobj.c59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
H A Dbus_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
H A Dsubr_bus.cdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/sys/
H A Dkobj.h59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
H A Dbus.hdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/dev/pci/
H A Dpci_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
H A Dpci.cdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/mips/beri/
H A Dfdt_ic_if.mdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
/freebsd-10.1-release/sys/conf/
H A DMakefile.i386diff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.
H A DMakefile.powerpcdiff 59093 Sat Apr 08 12:17:18 MDT 2000 dfr * 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.

Completed in 441 milliseconds