From owner-freebsd-current@FreeBSD.ORG Tue Apr 17 09:33:30 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5473F16A400 for ; Tue, 17 Apr 2007 09:33:30 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 1923013C458 for ; Tue, 17 Apr 2007 09:33:29 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.60.100]) by phk.freebsd.dk (Postfix) with ESMTP id 7E0B717380 for ; Tue, 17 Apr 2007 09:08:09 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id l3H988tL011211 for ; Tue, 17 Apr 2007 09:08:09 GMT (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org From: Poul-Henning Kamp Date: Tue, 17 Apr 2007 09:08:08 +0000 Message-ID: <11210.1176800888@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Subject: if_bge does not work on boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 17 Apr 2007 09:33:30 -0000 I thought we had this problem fixed a long time ago: brgphy0: PHY 1 on miibus1 [...] bge0: link state changed to DOWN bge0: no link .....bge0: link state changed to UP got link DHCPREQUEST on bge0 to 255.255.255.255 port 67 DHCPREQUEST on bge0 to 255.255.255.255 port 67 DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 13 DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 20 DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on bge0 to 255.255.255.255 port 67 interval 9 No DHCPOFFERS received. Unless and until a (broadcast) packet is received, the bge interface does not work. If I trigger a broadcast on the network while dhclient is running, it jumps into action and starts working. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.