diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-12 22:53:02 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-12 22:53:02 +0000 |
commit | 9409f380c0799c34959eac8061f0e8ac11033e3a (patch) | |
tree | 1f94c7b1713d7781c558b254756f9da90f87b04f /i386 | |
parent | 0bfb893719095ca79b7337d994b6220b6823d690 (diff) |
Wed Jun 11 20:16:47 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* i386/Drivers.in: Add el3. How did this escape notice?
* i386/device-drivers.h.in: Add CONFIG_EL3.
Diffstat (limited to 'i386')
-rw-r--r-- | i386/Drivers.in | 2 | ||||
-rw-r--r-- | i386/device-drivers.h.in | 1 |
2 files changed, 3 insertions, 0 deletions
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 |