Date: Wed, 11 May 2005 09:18:33 +0400 From: "Alexander Soldatov" <alexsoldatov@mail.ru> To: <freebsd-questions@freebsd.org> Subject: a problem with compiling kernel Message-ID: <E1DVjb4-000GLy-00.alexsoldatov-mail-ru@mx3.mail.ru>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_026D_01C5560A.6791D780 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Hi! I've got an error when I try to compile kernel with new configuration. That is: if_gif.c: In function 'gif_destroy': if_gif.c:187: warning: unused variable 'err' Error code 1 My config file in the attachment. Thank's ------=_NextPart_000_026D_01C5560A.6791D780 Content-Type: application/octet-stream; name="CUSTOM" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="CUSTOM" =0A= # CUSTOM-- Generic kernel configuration file for FreeBSD/i386=0A= #=0A= # For more information on this file, please read the handbook section on=0A= # Kernel Configuration Files:=0A= #=0A= # = http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-co= nfig.html=0A= #=0A= # The handbook is also available locally in /usr/share/doc/handbook=0A= # if you've installed the doc distribution, otherwise always see the=0A= # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the=0A= # latest information.=0A= #=0A= # An exhaustive list of options and more detailed explanations of the=0A= # device lines is also present in the ../../conf/NOTES and NOTES files.=0A= # If you are in doubt as to the purpose or necessity of a line, check = first=0A= # in NOTES.=0A= #=0A= # $FreeBSD: src/sys/i386/conf/CUSTOM,v 1.413.2.6.2.2 2004/10/24 18:02:52 = scottl Exp $=0A= =0A= machine i386=0A= cpu I686_CPU=0A= ident CUSTOM=0A= =0A= # To statically compile in device wiring instead of /boot/device.hints=0A= #hints "CUSTOM.hints" # Default places to look for devices.=0A= =0A= options SCHED_4BSD # 4BSD scheduler=0A= #options INET6 # IPv6 communications protocols=0A= options FFS # Berkeley Fast Filesystem=0A= options SOFTUPDATES # Enable FFS soft updates support=0A= options UFS_EXTATTR=0A= options UFS_EXTATTR_AUTOSTART=0A= options UFS_ACL # Support for access control lists=0A= options UFS_DIRHASH # Improve performance on big directories=0A= options MD_ROOT # MD is a potential root device=0A= options NFSCLIENT # Network Filesystem Client=0A= options NFSSERVER # Network Filesystem Server=0A= options NFS_ROOT # NFS usable as /, requires NFSCLIENT=0A= options CD9660 # ISO 9660 Filesystem=0A= options GEOM_GPT # GUID Partition Tables.=0A= options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]=0A= options COMPAT_FREEBSD4 # Compatible with FreeBSD4=0A= options KTRACE # ktrace(1) support=0A= options SYSVSHM # SYSV-style shared memory=0A= options SYSVMSG # SYSV-style message queues=0A= options SYSVSEM # SYSV-style semaphores=0A= options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time = extensions=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= options AHC_REG_PRETTY_PRINT # Print register bitfields in debug=0A= # output. Adds ~128k to driver.=0A= options AHD_REG_PRETTY_PRINT # Print register bitfields in debug=0A= # output. Adds ~215k to driver.=0A= options ADAPTIVE_GIANT # Giant mutex is adaptive.=0A= options SC_DISABLE_REBOOT # disable reboot key sequence=0A= =0A= device apic # I/O APIC=0A= =0A= # Bus support. Do not remove isa, even if you have no isa slots=0A= device isa=0A= device eisa=0A= device pci=0A= =0A= # Floppy drives=0A= device fdc=0A= =0A= # ATA and ATAPI devices=0A= device ata=0A= device atadisk # ATA disk drives=0A= device ataraid # ATA RAID drives=0A= device atapicd # ATAPI CDROM drives=0A= device atapifd # ATAPI floppy drives=0A= device atapist # ATAPI tape drives=0A= options ATA_STATIC_ID # Static device numbering=0A= =0A= # SCSI Controllers=0A= =0A= # SCSI peripherals=0A= =0A= # RAID controllers interfaced to the SCSI subsystem=0A= =0A= # RAID controllers=0A= =0A= # atkbdc0 controls both the keyboard and the PS/2 mouse=0A= device atkbdc # AT keyboard controller=0A= device atkbd # AT keyboard=0A= device psm # PS/2 mouse=0A= =0A= device vga # VGA video card driver=0A= =0A= device splash # Splash screen and screen saver support=0A= =0A= # syscons is the default console driver, resembling an SCO console=0A= device sc=0A= =0A= # Enable this for the pcvt (VT220 compatible) console driver=0A= #device vt=0A= #options XSERVER # support for X server on a vt console=0A= #options FAT_CURSOR # start with block cursor=0A= =0A= device agp # support several AGP chipsets=0A= =0A= # Floating point support - do not disable.=0A= device npx=0A= =0A= # Power management support (see NOTES for more options)=0A= #device apm=0A= # Add suspend/resume support for the i8254.=0A= device pmtimer=0A= =0A= # PCCARD (PCMCIA) support=0A= # PCMCIA and cardbus bridge support=0A= =0A= # Serial (COM) ports=0A= device sio # 8250, 16[45]50 based serial ports=0A= =0A= # Parallel port=0A= device ppc=0A= device ppbus # Parallel port bus (required)=0A= device lpt # Printer=0A= device plip # TCP/IP over parallel=0A= device ppi # Parallel port interface device=0A= #device vpo # Requires scbus and da=0A= =0A= # If you've got a "dumb" serial or parallel PCI card that is=0A= # supported by the puc(4) glue driver, uncomment the following=0A= # line to enable it (connects to the sio and/or ppc drivers):=0A= #device puc=0A= =0A= # PCI Ethernet NICs.=0A= device de # DEC/Intel DC21x4x (``Tulip'')=0A= device em # Intel PRO/1000 adapter Gigabit Ethernet Card=0A= device ixgb # Intel PRO/10GbE Ethernet Card=0A= device txp # 3Com 3cR990 (``Typhoon'')=0A= device vx # 3Com 3c590, 3c595 (``Vortex'')=0A= =0A= # PCI Ethernet NICs that use the common MII bus controller code.=0A= # NOTE: Be sure to keep the 'device miibus' line in order to use these = NICs!=0A= device miibus # MII bus support=0A= device bfe # Broadcom BCM440x 10/100 Ethernet=0A= device bge # Broadcom BCM570xx Gigabit Ethernet=0A= device dc # DEC/Intel 21143 and various workalikes=0A= device fxp # Intel EtherExpress PRO/100B (82557, 82558)=0A= device lge # Level 1 LXT1001 gigabit ethernet=0A= device nge # NatSemi DP83820 gigabit ethernet=0A= device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')=0A= device re # RealTek 8139C+/8169/8169S/8110S=0A= device rl # RealTek 8129/8139=0A= device sf # Adaptec AIC-6915 (``Starfire'')=0A= device sis # Silicon Integrated Systems SiS 900/SiS 7016=0A= device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet=0A= device ste # Sundance ST201 (D-Link DFE-550TX)=0A= device ti # Alteon Networks Tigon I/II gigabit Ethernet=0A= device tl # Texas Instruments ThunderLAN=0A= device tx # SMC EtherPower II (83c170 ``EPIC'')=0A= device vge # VIA VT612x gigabit ethernet=0A= device vr # VIA Rhine, Rhine II=0A= device wb # Winbond W89C840F=0A= device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')=0A= =0A= # ISA Ethernet NICs. pccard NICs included.=0A= # 'device ed' requires 'device miibus'=0A= =0A= # ISA devices that use the old ISA shims=0A= #device le=0A= =0A= # Wireless NIC cards=0A= #device wl # Older non 802.11 Wavelan wireless NIC.=0A= =0A= # Pseudo devices.=0A= device loop # Network loopback=0A= device mem # Memory and kernel memory devices=0A= device io # I/O device=0A= device random # Entropy device=0A= device ether # Ethernet support=0A= #device sl # Kernel SLIP=0A= device ppp # Kernel PPP=0A= device tun # Packet tunnel.=0A= device pty # Pseudo-ttys (telnet etc)=0A= device md # Memory "disks"=0A= device gif # IPv6 and IPv4 tunneling=0A= device faith # IPv6-to-IPv4 relaying (translation)=0A= =0A= # The `bpf' device enables the Berkeley Packet Filter.=0A= # Be aware of the administrative consequences of enabling this!=0A= device bpf # Berkeley packet filter=0A= =0A= # USB support=0A= device uhci # UHCI PCI->USB interface=0A= device ohci # OHCI PCI->USB interface=0A= device usb # USB Bus (required)=0A= #device udbp # USB Double Bulk Pipe devices=0A= device ugen # Generic=0A= device uhid # "Human Interface Devices"=0A= device ukbd # Keyboard=0A= device ulpt # Printer=0A= #device umass # Disks/Mass storage - Requires scbus and da=0A= device ums # Mouse=0A= device urio # Diamond Rio 500 MP3 player=0A= device uscanner # Scanners=0A= # USB Ethernet, requires mii=0A= device aue # ADMtek USB Ethernet=0A= device axe # ASIX Electronics USB Ethernet=0A= device cue # CATC USB Ethernet=0A= device kue # Kawasaki LSI USB Ethernet=0A= device rue # RealTek RTL8150 USB Ethernet=0A= =0A= # FireWire support=0A= ------=_NextPart_000_026D_01C5560A.6791D780--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DVjb4-000GLy-00.alexsoldatov-mail-ru>
