From owner-freebsd-current@FreeBSD.ORG Sun Oct 12 06:23:57 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1428516A4BF for ; Sun, 12 Oct 2003 06:23:57 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE1543FAF for ; Sun, 12 Oct 2003 06:23:55 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) h9CDNlt2058649 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Sun, 12 Oct 2003 15:23:51 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id h9CDNkS8089320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 12 Oct 2003 15:23:47 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.10/8.12.10) with ESMTP id h9CDNk2u057150 for ; Sun, 12 Oct 2003 15:23:46 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.10/8.12.10/Submit) id h9CDNkee057149 for freebsd-current@freebsd.org; Sun, 12 Oct 2003 15:23:46 +0200 (CEST) (envelope-from ticso) Date: Sun, 12 Oct 2003 15:23:46 +0200 From: Bernd Walter To: freebsd-current@freebsd.org Message-ID: <20031012132344.GP13791@cicely12.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i Subject: no kernel output after update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 13:23:57 -0000 OS was -current from 8th Feb and I updated to recent one today. Now I have a new world, but forced to keep with the Feb kernel, because the new kernel gives absolutely no output. Console should be on vga. I already tried switching to a vga card and to disable int routing, because I often saw problems with this kind of configuration. [63]cicely6# cat /boot/device.hints hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" hint.fdc.0.drq="2" hint.fd.0.at="fdc0" hint.fd.0.drive="0" hint.fd.1.at="fdc0" hint.fd.1.drive="1" hint.ata.0.at="isa" hint.ata.0.port="0x1F0" hint.ata.0.irq="14" hint.ata.1.at="isa" hint.ata.1.port="0x170" hint.ata.1.irq="15" hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.atkbd.0.at="atkbdc" hint.atkbd.0.irq="1" hint.atkbd.0.flags="0x1" hint.vga.0.at="isa" hint.sc.0.at="isa" hint.sc.0.flags="0x100" hint.npx.0.at="nexus" hint.npx.0.port="0x0F0" hint.npx.0.irq="13" hint.sio.0.at="isa" hint.sio.0.port="0x3F8" #hint.sio.0.flags="0x10" hint.sio.0.irq="4" hint.sio.1.at="isa" hint.sio.1.port="0x2F8" hint.sio.1.irq="3" hint.sio.2.at="isa" hint.sio.2.port="0x3E8" hint.sio.2.irq="11" hint.sio.3.at="isa" hint.sio.3.port="0x2E8" hint.sio.3.irq="10" hint.ppc.0.at="isa" hint.ppc.1.at="isa" #hint.ppc.0.irq="7" hint.isic.0.at="isa" hint.isic.0.port="0x340" hint.isic.0.irq="5" hint.isic.0.flags="4" [65]cicely6# cat /usr/src/sys/i386/conf/CICELY6 machine i386 cpu I586_CPU ident "CICELY6" maxusers 32 makeoptions DEBUG=-g options SCHED_4BSD #options SCHED_ULE options INET options INET6 options MROUTING options IPSEC options IPSEC_ESP options IPSEC_DEBUG options FFS options UFS_DIRHASH #Improve performance on big directories options SOFTUPDATES options NFSCLIENT options PROCFS options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=15000 options KTRACE options SYSVSHM options SYSVMSG options SYSVSEM options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_FORWARD options IPFIREWALL_DEFAULT_TO_ACCEPT options IPV6FIREWALL options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT options DUMMYNET options BRIDGE device random #options DDB #options INVARIANTS #options INVARIANT_SUPPORT #options WITNESS device isa device pci device ata device atadisk device atkbdc device atkbd device vga device sc device npx device sio device ppc device ppbus device lpt device de device loop device ether device tun device pty device gif device faith device bpf device md options AVM_A1 device isic device "i4bq921" device "i4bq931" device "i4b" device "i4btrc" 4 device "i4bctl" device "i4brbch" 4 device "i4btel" 2 #device "i4bipr" 4 options IPR_VJ device "i4bisppp" 6 device sppp #device "i4bing" 4 options NETGRAPH #netgraph(4) system options NETGRAPH_ASYNC options NETGRAPH_BPF options NETGRAPH_BRIDGE options NETGRAPH_CISCO options NETGRAPH_ECHO options NETGRAPH_ETHER options NETGRAPH_FRAME_RELAY options NETGRAPH_GIF options NETGRAPH_GIF_DEMUX options NETGRAPH_HOLE options NETGRAPH_IFACE options NETGRAPH_IP_INPUT options NETGRAPH_KSOCKET options NETGRAPH_L2TP options NETGRAPH_LMI # MPPC compression requires proprietary files (not included) #options NETGRAPH_MPPC_COMPRESSION options NETGRAPH_MPPC_ENCRYPTION options NETGRAPH_ONE2MANY options NETGRAPH_PPP options NETGRAPH_PPPOE options NETGRAPH_PPTPGRE options NETGRAPH_RFC1490 options NETGRAPH_SOCKET options NETGRAPH_SPLIT options NETGRAPH_TEE options NETGRAPH_TTY options NETGRAPH_UI options NETGRAPH_VJC #device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ulpt # Printer device ucom device uftdi device uplcom device uvscom [64]cicely6# dmesg Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Sun Mar 16 05:48:36 CET 2003 ticso@cicely6.cicely.de:/var/d2/builder/FreeBSD-2003-02-08-cicely6/src/sys/i386/compile/CICELY6 Preloaded elf kernel "/boot/kernel.work/kernel" at 0xc047b000. Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 132955316 Hz CPU: Pentium/P54C (132.96-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 33554432 (32 MB) avail memory = 27889664 (26 MB) Intel Pentium detected, installing workaround for F00F bug Initializing GEOMetry subsystem npx0: on motherboard npx0: INT 16 interface pcib0: at pcibus 0 on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe800-0xe80f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ohci0: mem 0xfbeff000-0xfbefffff irq 15 at device 9.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: OPTi OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub1: Atmel Standard USB Hub, class 9/0, rev 1.10/3.00, addr 2 uhub1: 4 ports with 4 removable, self powered ucom0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), rev 1.10/2.00, addr 3 pcib1: at device 10.0 on pci0 pci1: on pcib1 de0: port 0xd800-0xd87f mem 0xfbdff000-0xfbdff07f irq 12 at device 4.0 on pci1 de0: Cogent EM440TX 21140A [10-100Mb/s] pass 2.0 de0: address 00:00:92:a7:13:40 de1: port 0xd400-0xd47f mem 0xfbdfe000-0xfbdfe07f irq 15 at device 5.0 on pci1 de1: Cogent EM440TX 21140A [10-100Mb/s] pass 2.0 de1: address 00:00:92:a7:13:41 de2: port 0xd000-0xd07f mem 0xfbdfd000-0xfbdfd07f irq 12 at device 6.0 on pci1 de2: Cogent EM440TX 21140A [10-100Mb/s] pass 2.0 de2: address 00:00:92:a7:13:42 de3: port 0xc800-0xc87f mem 0xfbdfc000-0xfbdfc07f irq 15 at device 7.0 on pci1 de3: Cogent EM440TX 21140A [10-100Mb/s] pass 2.0 de3: address 00:00:92:a7:13:43 orm0: