diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-21 22:16:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-21 22:16:05 +0000 |
commit | 73ed328f3a698087551b4d6a36196b0819bc38af (patch) | |
tree | d0907f2e7e5f36ea0808ed6b1f10c5caf51478a5 /drivers/net | |
parent | 89a61cd744a621efff2a4d7f0d99258f850338f2 (diff) |
Cleanup, sync with others sources.
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/Config.in | 4 | ||||
-rw-r--r-- | drivers/net/Space.c | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/Config.in b/drivers/net/Config.in index c73d1c9ce..aefc79a30 100644 --- a/drivers/net/Config.in +++ b/drivers/net/Config.in @@ -122,10 +122,6 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then tristate 'CS89x0 support' CONFIG_CS89x0 tristate 'Generic DECchip & DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5 tristate 'DECchip Tulip (dc21x4x) PCI support' CONFIG_DEC_ELCP - if [ "$CONFIG_COBALT_MICRO_SERVER" = "y" ]; then - tristate 'Cobalt DECchip Tulip (dc21x4x) onboard support' CONFIG_COBALT_TULIP - fi - tristate 'DECchip Tulip (dc21x4x) PCI support' CONFIG_DEC_ELCP tristate 'Digi Intl. RightSwitch SE-X support' CONFIG_DGRS tristate 'EtherExpressPro/100 support' CONFIG_EEXPRESS_PRO100 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 9f1da33e6..ce0e46784 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c @@ -171,9 +171,6 @@ __initfunc(static int probe_list(struct device *dev, struct devprobe *plist)) * list instead. */ struct devprobe pci_probes[] __initdata = { -#ifdef CONFIG_COBALT_TULIP - {tulip_probe, 0}, -#endif #ifdef CONFIG_DGRS {dgrs_probe, 0}, #endif @@ -454,9 +451,6 @@ struct devprobe mips_probes[] __initdata = { #ifdef CONFIG_BAGETLANCE /* Lance-based Baget ethernet boards */ {bagetlance_probe, 0}, #endif -#ifdef CONFIG_BAGETBSM /* Baget backplane shared memory */ - {bsm_probe, 0}, -#endif {NULL, 0}, }; |