From owner-freebsd-current@FreeBSD.ORG Tue Dec 30 06:17:48 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 E70A316A4CE for ; Tue, 30 Dec 2003 06:17:48 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E3E43D39 for ; Tue, 30 Dec 2003 06:17:47 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1AbKgs-000JLt-EA; Tue, 30 Dec 2003 06:17:46 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 30 Dec 2003 06:17:45 -0800 To: Bakul Shah References: <200312291753.hBTHr3xC046306@gate.bitblocks.com> Message-Id: cc: FreeBSD Current Subject: Re: 4.9-stable to 5.x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 14:17:49 -0000 > mv /usr/src /usr/src-4.9 > mv /usr/obj/usr/src /usr/obj/usr/src-4.9 > cvsup > make buildworld buildkernel installkernel > cp -p /sys/i386/conf/GENERIC.hints /boot/device.hints > cd /sys/boot; make install > reboot > > boot -s > mount -u / > mount -a > adjkerntz -i > mergemaster -p nope. as the new defaults has not been installed yet, much whining > rm -rf /usr/include/g++ > make installworld > mergemaster > reboot it screamed at me about my mfs /tmp. so there is something i have not learned about mfs changes. it still will not resume from suspend :-( pci_cfgintr: 0:29 INTA BIOS irq 11 pci_cfgintr: 0:29 INTA BIOS irq 11 pci_cfgintr: 0:29 INTA BIOS irq 11 pci_cfgintr: 0:29 INTA BIOS irq 11 pci_cfgintr: 0:31 INTA BIOS irq 11 pci_cfgintr: 0:31 INTA BIOS irq 11 pci_cfgintr: 0:31 INTA BIOS irq 11 pci_cfgintr: 1:0 INTA BIOS irq 11 pci_cfgintr: 2:0 INTA BIOS irq 11 pci_cfgintr: 2:0 INTA BIOS irq 11 pci_cfgintr: 2:1 INTA BIOS irq 11 pci_cfgintr: 2:2 INTA BIOS irq 11 ata0: resetting devices .. hard disk light is on solid. real bummer, as this was the principal reason i moved to -current. and yes, i am running with apm, not acpi, /boot/device.hints hw.pci.allow_unsupported_io_range="1" hint.acpi.0.disabled="1" hint.apm.0.disabled="0" hint.apm.0.flags="0x20" on the other hand, the ath driver works, so the move is not entirely without rewards. and now to clean up X and ports randy