config_op
enumerate_bus_devs(uchar_t bus, int config_op)
if (config_op == CONFIG_NEW) {
} else if (config_op == CONFIG_FIX) {
if (config_op == CONFIG_NEW) {
if (config_op == CONFIG_FIX ||
config_op == CONFIG_INFO) {
process_devfunc(bus, dev, func, config_op);
if (config_op == CONFIG_INFO) {
process_devfunc(uchar_t bus, uchar_t dev, uchar_t func, int config_op)
config_op == CONFIG_INFO) {
if (config_op == CONFIG_FIX) {
reprogram = add_reg_props(dip, bus, dev, func, config_op, pciide);
static void enumerate_bus_devs(uchar_t bus, int config_op);