Bug 76026 - The E1000 driver doesn't compile into the kernel
Summary: The E1000 driver doesn't compile into the kernel
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 8.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-15 21:34 UTC by Samuel Flory
Modified: 2007-04-18 16:47 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-05-08 22:22:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Samuel Flory 2002-10-15 21:34:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
  You can't compile the e1000 driver directly into the kernel.  This makes
netbooting difficult on system with the e1000 controller.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.set CONFIG_NET_E1000 to y
2.make clean dep bzimage
3.watch it break
	

Additional info:

This adapted from 2.4.20pre it works for me.

*** Makefile.old        2002-10-15 14:21:59.000000000 -0700
--- Makefile    2002-10-15 14:21:59.000000000 -0700
***************
*** 75,87 ****
  # Makefile for the Intel(R) PRO/1000 ethernet driver
  #
  
! obj-$(CONFIG_NET_E1000) += e1000.o
! 
! e1000-objs := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o \
!             e1000_proc.o
  
  include $(TOPDIR)/Rules.make
  
- e1000.o: $(e1000-objs)
-       $(LD) -r -o $@ $(e1000-objs)
  
--- 75,86 ----
  # Makefile for the Intel(R) PRO/1000 ethernet driver
  #
  
!  O_TARGET := e1000.o
!   
!  obj-y := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o \
!           e1000_proc.o
!  obj-m := $(O_TARGET)
  
  include $(TOPDIR)/Rules.make

Comment 1 Samuel Flory 2003-05-08 22:22:45 UTC
  This is not an issues in the current eratta kernels.


Note You need to log in before you can comment on or make changes to this bug.