From 9409f380c0799c34959eac8061f0e8ac11033e3a Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 12 Jun 1997 22:53:02 +0000 Subject: Wed Jun 11 20:16:47 1997 Thomas Bushnell, n/BSG * i386/Drivers.in: Add el3. How did this escape notice? * i386/device-drivers.h.in: Add CONFIG_EL3. --- i386/Drivers.in | 2 ++ i386/device-drivers.h.in | 1 + 2 files changed, 3 insertions(+) (limited to 'i386') diff --git a/i386/Drivers.in b/i386/Drivers.in index bd90c36..af2c669 100644 --- a/i386/Drivers.in +++ b/i386/Drivers.in @@ -23,6 +23,7 @@ dnl Aliases have to come first. AC_DRIVER_ALIAS(3c501, el1) AC_DRIVER_ALIAS(3c503, el2) +AC_DRIVER_ALIAS(3c509, el3) AC_DRIVER_ALIAS(3c59x, vortex) AC_DRIVER_ALIAS(hpj2577, hp100) AC_DRIVER_ALIAS(hpj2573, hp100) @@ -94,6 +95,7 @@ AC_DRIVER(am53c974, CONFIG_SCSI_AM53C974, AM53C974.o, scsi) dnl Ethernet controllers +AC_DRIVER(el3, CONFIG_EL3, 3c509.o, net) AC_DRIVER(ne2000, CONFIG_NE2000, ne.o 8390.o, net) AC_DRIVER(el2, CONFIG_EL2, 3c503.o 8390.o, net) AC_DRIVER(wd80x3, CONFIG_WD80x3, wd.o 8390.o, net) diff --git a/i386/device-drivers.h.in b/i386/device-drivers.h.in index a3afe6a..2ccf7c3 100644 --- a/i386/device-drivers.h.in +++ b/i386/device-drivers.h.in @@ -28,6 +28,7 @@ #undef CONFIG_SCSI_AM53C974 #undef CONFIG_NE2000 #undef CONFIG_EL2 +#undef CONFIG_EL3 #undef CONFIG_WD80x3 #undef CONFIG_EL1 #undef CONFIG_ULTRA -- cgit v1.2.3