Date: Mon, 17 Sep 2001 18:39:00 -0700 From: "Chad Hanamaikai" <C8ha6d@hotmail.com> To: <freebsd-questions@FreeBSD.org> Subject: My Kernel Config Message-ID: <OE25WeTlhxvzSoBJHsx0000a8dc@hotmail.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_0048_01C13FA8.04CEC580 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Im cvsupdating and when i try to make my kernel it stops with: *** Error code 1 Stop in /usr/src/sys/compile/ELEMENT Im updating from Somewhere along 4.3-STABLE to 4.4-STABLE Ive attached a copy of my kernel config file Please CC me cause im not on the list. Thanks in advance. ------=_NextPart_000_0048_01C13FA8.04CEC580 Content-Type: application/octet-stream; name="Element" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Element" ####################################################################=0A= # SYSTEM/KERNEL Options=0A= =0A= machine i386=0A= cpu I586_CPU=0A= ident ELEMENT=0A= maxusers 64=0A= options COMPAT_43=0A= =0A= ####################################################################=0A= # NETWORKING OPTIONS=0A= =0A= #=0A= # Protocol famlies:=0A= #=0A= options INET #InterNETworking=0A= options INET6 #IPv6 communications protocols=0A= options IPSEC #IP security=0A= options IPSEC_ESP #IP security (crypto; define /w IPSEC)=0A= options IPSEC_DEBUG #debug for IP security=0A= =0A= options NETGRAPH #netgraph(4) system=0A= options NETGRAPH_ETHER=0A= options NETGRAPH_PPPOE=0A= options NETGRAPH_SOCKET=0A= =0A= #=0A= # Network Interfaces:=0A= =0A= pseudo-device ether #Generic Ethernet=0A= pseudo-device bpf #Berkely Packet Filter=0A= pseudo-device tun #Tunnel driver=0A= pseudo-device ppp 1 #Point-to-Point Protocol=0A= pseudo-device gif #IPv6 and IPv4 tunneling=0A= pseudo-device faith #for IPv6 and IPv4 translation=0A= pseudo-device stf #6to4 IPv6 over IPv4 encapsulation=0A= =0A= #=0A= # Internet family options:=0A= #=0A= =0A= options IPFIREWALL #IP Firewall=0A= #options IPFIREWALL_VERBOSE #Logging for IPFIREWALL=0A= #options IPFIREWALL_VERBOSE_LIMIT=3D100 #limit verbosity=0A= #options IPV6FIREWALL #IP Firewall for IPv6=0A= #options IPV6FIREWALL_VERBOSE #Logging for IPV6FIREWALL=0A= #options IPV6FIREWALL_VERBOSE_LIMIT=3D100 #limit verbosity=0A= options IPDIVERT #divert sockets=0A= options RANDOM_IP_ID #random ip packet ids=0A= options ICMP_BANDLIM #ICMP error response bandwidth limiting=0A= #options DUMMYNET #"dummynet" bandwidth limiter=0A= #options BRIDGE #bridging between ethernet cards=0A= =0A= ####################################################################=0A= # FILESYSTEM OPTIONS=0A= =0A= options FFS #Berkeley Fast Filesystem=0A= options MFS #Memory Filesystem=0A= options NFS #Network Filesystem=0A= options CD9660 #ISO 9660 Filesystem=0A= options MSDOSFS #MSDOS Filesystem=0A= options PROCFS #Process Filesystem=0A= options FFS_ROOT #FFS usable as root device [keep this!]=0A= options MD_ROOT #MD is a potential root device=0A= options NFS_ROOT #NFS usable as root device, NFS required=0A= options SOFTUPDATES #Enable FFS soft updates support=0A= options QUOTA #enable disk quotas=0A= =0A= ####################################################################=0A= # MISC=0A= =0A= options UCONSOLE #Allow users to grab the console=0A= options USERCONFIG #boot -c editor=0A= options VISUAL_USERCONFIG #visual boot -c editor=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 P1003_1B #Posix P1003_1B real-time extensions=0A= options _KPOSIX_PRIORITY_SCHEDULING=0A= options ICMP_BANDLIM #Rate limit bad replies=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= device isa=0A= device eisa=0A= device pci=0A= device fdc0 at isa? port IO_FD1 irq 6 drq 2=0A= device fd0 at fdc0 drive 0=0A= device fd1 at fdc0 drive 1=0A= device ata0 at isa? port IO_WD1 irq 14=0A= device ata1 at isa? port IO_WD2 irq 15=0A= device ata=0A= device atadisk # ATA disk drives=0A= device atapicd # ATAPI CDROM drives=0A= device atapifd # ATAPI floppy drives=0A= options ATA_STATIC_ID #Static device numbering=0A= device adv0 at isa?=0A= device adw=0A= device bt0 at isa?=0A= device aha0 at isa?=0A= device aic0 at isa?=0A= device atkbdc0 at isa? port IO_KBD=0A= device atkbd0 at atkbdc? irq 1 flags 0x1=0A= device psm0 at atkbdc? irq 12=0A= device vga0 at isa?=0A= options VESA=0A= pseudo-device splash=0A= device sc0 at isa? flags 0x100=0A= device npx0 at nexus? port IO_NPX irq 13=0A= device sio0 at isa? port IO_COM1 flags 0x10 irq 4=0A= device sio1 at isa? port IO_COM2 irq 3=0A= device sio2 at isa? disable port IO_COM3 irq 5=0A= device sio3 at isa? disable port IO_COM4 irq 9=0A= device ppc0 at isa? irq 7=0A= device ppbus # Parallel port bus (required)=0A= device lpt # Printer=0A= device ppi # Parallel port interface device=0A= device miibus # MII bus support=0A= device dc # DEC/Intel 21143 and various workalikes=0A= device rl # RealTek 8129/8139=0A= pseudo-device pty # Pseudo-ttys (telnet etc)=0A= pseudo-device md # Memory "disks"=0A= device uhci # UHCI PCI->USB interface=0A= device usb # USB Bus (required)=0A= device ugen # Generic=0A= device uhid # "Human Interface Devices"=0A= device ums # Mouse=0A= ------=_NextPart_000_0048_01C13FA8.04CEC580-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OE25WeTlhxvzSoBJHsx0000a8dc>