Current Path : /sys/amd64/compile/hs32/modules/usr/src/sys/modules/if_bridge/@/amd64/compile/hs32/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //sys/amd64/compile/hs32/modules/usr/src/sys/modules/if_bridge/@/amd64/compile/hs32/isa_if.c |
/* * This file is produced automatically. * Do not modify anything in here by hand. * * Created from source file * ../../../isa/isa_if.m * with * makeobjops.awk * * See the source file for legal information */ #include <sys/param.h> #include <sys/queue.h> #include <sys/kernel.h> #include <sys/kobj.h> #include <sys/bus.h> #include <isa/isavar.h> #include "isa_if.h" struct kobj_method isa_add_config_method_default = { &isa_add_config_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc isa_add_config_desc = { 0, &isa_add_config_method_default }; struct kobj_method isa_set_config_callback_method_default = { &isa_set_config_callback_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc isa_set_config_callback_desc = { 0, &isa_set_config_callback_method_default }; struct kobj_method isa_pnp_probe_method_default = { &isa_pnp_probe_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc isa_pnp_probe_desc = { 0, &isa_pnp_probe_method_default };