From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 8 11:34:06 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62FC616A4CF; Fri, 8 Oct 2004 11:34:06 +0000 (GMT) Received: from mail.zerouptime.ch (mail.zerouptime.ch [81.6.6.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7369743D1D; Fri, 8 Oct 2004 11:34:05 +0000 (GMT) (envelope-from fireball@zerouptime.ch) Received: from localhost (localhost [127.0.0.1]) by mail.zerouptime.ch (Postfix) with ESMTP id 56241337; Fri, 8 Oct 2004 13:34:14 +0200 (CEST) Received: from mail.zerouptime.ch ([127.0.0.1]) by localhost (mail.zerouptime.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04708-03; Fri, 8 Oct 2004 13:32:14 +0200 (CEST) Received: from [192.168.0.102] (unknown [192.168.0.102]) by mail.zerouptime.ch (Postfix) with ESMTP id 550FA285; Fri, 8 Oct 2004 13:32:06 +0200 (CEST) Date: Fri, 08 Oct 2004 13:31:52 +0200 From: Jonas Nagel To: Brooks Davis In-Reply-To: <20041007201759.GA3500@odin.ac.hmc.edu> References: <20041007215126.20BD.FIREBALL@zerouptime.ch> <20041007201759.GA3500@odin.ac.hmc.edu> Message-Id: <20041008132313.20BF.FIREBALL@zerouptime.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.07.04 [en] cc: freebsd-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/72263: gifconfig output corruption X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 11:34:06 -0000 > Adding those lines to rc.conf on a maching running 4.10-RELEASE with a > few patchs unrelated to gif(4) works for me. Is gif in your kernel or > loaded as a module? What's your kernel config look like? It's all in the kernel, no modules loaded: machine i386 cpu I686_CPU ident FW_IPSEC maxusers 0 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives options ATA_STATIC_ID #Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device rl # RealTek 8129/8139 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device gif 4 # IPv4 to IPv6 tunneling options IPSEC #new IPsec options IPSEC_ESP options IPSEC_DEBUG #debug for IP security pseudo-device crypto # core crypto support pseudo-device cryptodev # /dev/crypto for access to h/w # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf 2 #Berkeley packet filter options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options TCP_DROP_SYNFIN options ICMP_BANDLIM -- Jonas Nagel