mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45807
@ -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 New Issue
Block a user