mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
EISA can (or will) be a child of the i386 nexus on non-PCI systems.
This commit is contained in:
parent
ab898e2ec9
commit
e51d99dc81
2 changed files with 4 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: eisaconf.c,v 1.38 1999/04/18 15:50:33 peter Exp $
|
||||
* $Id: eisaconf.c,v 1.39 1999/04/19 06:57:33 peter Exp $
|
||||
*/
|
||||
|
||||
#include "opt_eisa.h"
|
||||
|
|
@ -818,3 +818,4 @@ static driver_t eisa_driver = {
|
|||
};
|
||||
|
||||
DRIVER_MODULE(eisa, isab, eisa_driver, eisa_devclass, 0, 0);
|
||||
DRIVER_MODULE(eisa, nexus, eisa_driver, eisa_devclass, 0, 0);
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: eisaconf.c,v 1.38 1999/04/18 15:50:33 peter Exp $
|
||||
* $Id: eisaconf.c,v 1.39 1999/04/19 06:57:33 peter Exp $
|
||||
*/
|
||||
|
||||
#include "opt_eisa.h"
|
||||
|
|
@ -818,3 +818,4 @@ static driver_t eisa_driver = {
|
|||
};
|
||||
|
||||
DRIVER_MODULE(eisa, isab, eisa_driver, eisa_devclass, 0, 0);
|
||||
DRIVER_MODULE(eisa, nexus, eisa_driver, eisa_devclass, 0, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue