From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 28 00:08:39 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C04A8106568C for ; Sat, 28 Jun 2008 00:08:39 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id 79D798FC14 for ; Sat, 28 Jun 2008 00:08:39 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so336103wra.27 for ; Fri, 27 Jun 2008 17:08:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=6DpTMhl8u5tsu1YrbPsuTowjfVFszHqoI6h8yMqIPQk=; b=o5GJ/bNy/F5tGRdabkqHq+YLqvsbmPT+g81l9rJWkdzD+FrT9heQAShozEXZyPmojX zBBkUJCeTRT3habfJQ6/KU+YKA8WLao7Odr7oqsZbs+zX3TVxpm2ivfUje9jpvsrjCFv YQrN1NOiFkZrO+P5QlYtvlYAmohOLjH0LNrhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Py4b6W8d1EUnY2/wDTzApoHuK4HSd+1A3XHf1ZaNoJLV1/dnaCCfBZ4UE9uuapboDa mub4o59MCYQVWHzvsuY1A+/+tg3LdPVn5pyYZ9mrDyZ97oYjlzwRAJuh6akuGbx9dAnl R7XCFKGlWCBJfKUFHzDhTAhrTLK7qmThnVbHs= Received: by 10.90.79.17 with SMTP id c17mr2428656agb.4.1214610003324; Fri, 27 Jun 2008 16:40:03 -0700 (PDT) Received: by 10.90.115.7 with HTTP; Fri, 27 Jun 2008 16:40:03 -0700 (PDT) Message-ID: Date: Fri, 27 Jun 2008 16:40:03 -0700 From: "Kip Macy" To: martes@mgwigglesworth.com In-Reply-To: <1214609369.15425.19.camel@devstation> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1214609369.15425.19.camel@devstation> Cc: freebsd-hackers@freebsd.org Subject: Re: Problems with ieee80211 dependencies... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 00:08:39 -0000 Nothing jumps out at me, can you send the output of the build failure? -Kip On Fri, Jun 27, 2008 at 4:29 PM, Martes Wigglesworth wrote: > I am having a hard time compiling a new kernel when I remove the > wireless aspects of the config file. I have removed all options/devices > that seem to still require ieee80211 however, I still find that the > network section of the compile do not work. I.E. that is where the > compile stops, and indicates that an unknown reference to ieee80211 > functions... > > What in the GENERIC config file requires ieee80211? I have included my > config file below: > > cpu I686_CPU > ident DATASERVER > > # To statically compile in device wiring instead of /boot/device.hints > #hints "GENERIC.hints" # Default places to look for > devices. > > makeoptions DEBUG=-g # Build kernel with gdb(1) > > options SCHED_ULE # ULE scheduler > options PREEMPTION # Enable kernel thread > preemption > options INET # InterNETworking > options INET6 # IPv6 communications protocols > options SCTP # Stream Control Transmission > options FFS # Berkeley Fast Filesystem > options SOFTUPDATES # Enable FFS soft updates > options UFS_ACL # Support for access control > options UFS_DIRHASH # Improve performance on big > options UFS_GJOURNAL # > options MD_ROOT # MD is a potential root device > options PROCFS # Process filesystem > options PSEUDOFS # Pseudo-filesystem framework > options GEOM_PART_GPT # GUID Partition Tables. > options GEOM_LABEL # Provides labelization > options COMPAT_43TTY > options SCSI_DELAY=5000 > options KTRACE # ktrace(1) support > options STACK # stack(9) support > options SYSVSHM # SYSV-style shared memory > options SYSVMSG # SYSV-style message queues > options SYSVSEM # SYSV-style semaphores > options _KPOSIX_PRIORITY_SCHEDULING > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > options ADAPTIVE_GIANT # Giant mutex is adaptive. > options STOP_NMI > options AUDIT # Security event auditing > > # To make an SMP kernel, the next two lines are needed > > # CPU frequency control > device cpufreq > > # Bus support. > device eisa > device pci > > # Floppy drives > device fdc > > # ATA and ATAPI devices > device ata > device atadisk # ATA disk drives > device ataraid # ATA RAID drives > device atapicam # ATAPI emulation? > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > device atapist # ATAPI tape drives > options ATA_STATIC_ID # Static device numbering > > # SCSI Controllers > device ahb # EISA AHA1742 family > device ahc # AHA2940 and onboard AIC7xxx devices > options AHC_REG_PRETTY_PRINT # Print register bitfields in > debug > # output. Adds ~128k to driver. > device ahd > options AHD_REG_PRETTY_PRINT > # output. Adds ~215k to driver. > device amd # AMD 53C974 (Tekram DC-390(T)) > device hptiop # Highpoint RocketRaid 3xxx series > device isp # Qlogic family > #device ispfw > device mpt # LSI-Logic MPT-Fusion > #device ncr # NCR/Symbios Logic > device sym # NCR/Symbios Logic > device trm # Tekram DC395U/UW/F DC315U adapters > > device adv # Advansys SCSI adapters > device adw # Advansys wide SCSI adapters > device aha # Adaptec 154x SCSI adapters > device aic # Adaptec 15[012]x SCSI adapters > device bt # Buslogic/Mylex MultiMaster SCSI > adapters > > device ncv # NCR 53C500 > device nsp # Workbit Ninja SCSI-3 > device stg # TMC 18C30/18C50 > > # SCSI peripherals > device scbus # SCSI bus (required for SCSI) > device ch # SCSI media changers > device da # Direct Access (disks) > device sa # Sequential Access (tape etc) > device cd # CD > device pass # Passthrough device (direct SCSI > access) > device ses # SCSI Environmental Services > > # RAID controllers interfaced to the SCSI subsystem > > # RAID controllers > > # atkbdc0 controls both the keyboard and the PS/2 mouse > device atkbdc # AT keyboard controller > device atkbd # AT keyboard > device psm # PS/2 mouse > > device kbdmux # keyboard multiplexer > > device vga # VGA video card driver > > > # syscons is the default console driver, resembling an SCO console > device sc > > device agp # support several AGP chipsets > > # Add suspend/resume support for the i8254. > device pmtimer > > # PCCARD (PCMCIA) support > # PCMCIA and cardbus bridge support > > # Serial (COM) ports > device sio # 8250, 16[45]50 based serial ports > device uart # Generic UART driver > > # Parallel port > device ppc > device ppbus # Parallel port bus (required) > device lpt # Printer > device plip # TCP/IP over parallel > device ppi # Parallel port interface device > #device vpo # Requires scbus and da > > # If you've got a "dumb" serial or parallel PCI card that is > # supported by the puc(4) glue driver, uncomment the following > # line to enable it (connects to sio, uart and/or ppc drivers): > #device puc > > # PCI Ethernet NICs. > > # PCI Ethernet NICs that use the common MII bus controller code. > device miibus # MII bus support > device dc # DEC/Intel 21143 and various workalikes > device fxp # Intel EtherExpress PRO/100B > device xl # 3Com 3c90x > > # 'device ed' requires 'device miibus' > > # Wireless NIC cards > > # Pseudo devices. > device loop # Network loopback > device sl # Kernel SLIP > device ppp # Kernel PPP > device tun # Packet tunnel. > device pty # Pseudo-ttys (telnet etc) > device md # Memory "disks" > device gif # IPv6 and IPv4 tunneling > device faith # IPv6-to-IPv4 relaying (translation) > device firmware # firmware assist module > > # The `bpf' device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > # Note that 'bpf' is required for DHCP. > device bpf # Berkeley packet filter > > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > #device udbp # USB Double Bulk Pipe devices > device ugen # Generic > device uhid # "Human Interface Devices" > device ukbd # Keyboard > device ulpt # Printer > device umass # Disks/Mass storage - Requires scbus > and da > device ums # Mouse > device urio # Diamond Rio 500 MP3 player > device uscanner # Scanners > # USB Serial devices > device ucom # Generic com ttys > device uark # Technologies ARK3116 based serial > device ubsa # Belkin F5U103 and compatible serial > device ubser # BWCT console serial adapters > device uftdi # For FTDI usb serial adapters > device uipaq # Some WinCE based devices > device uplcom # Prolific PL-2303 serial adapters > device uslcom # SI Labs CP2101/CP2102 serial adapters > device uvisor # Visor and Palm devices > device uvscom # USB serial support for DDI pocket's > PHS > # USB Ethernet, requires miibus > > #--------------------------Firewall-Options---------------------------------# > options IPFIREWALL > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPFIREWALL_VERBOSE > options DUMMYNET > > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >