Remove struct driver and make driver_t directly defined as kobj_class.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 1 Apr 2004 07:33:18 +0000 (07:33 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 1 Apr 2004 07:33:18 +0000 (07:33 +0000)
commite1bc6fbb2dc5dbc92cf98cc1aa0483c9b22f6a64
tree881efcab99957fd0f587be8a79fed3681465fb50
parent9974b71d9f752c99307023d90842e35ac9373eff
Remove struct driver and make driver_t directly defined as kobj_class.
The additional *priv field is only used by the ISA/PCI compat shims and
those can use a local struct instead.
sys/bus/isa/i386/isa_compat.c
sys/bus/pci/pci_compat.c
sys/sys/bus.h