From owner-freebsd-current Fri Apr 14 18:34:25 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA21245 for current-outgoing; Fri, 14 Apr 1995 18:34:25 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA21228 for ; Fri, 14 Apr 1995 18:34:08 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA31047; Sat, 15 Apr 1995 11:31:59 +1000 Date: Sat, 15 Apr 1995 11:31:59 +1000 From: Bruce Evans Message-Id: <199504150131.LAA31047@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.org, kargl@crosby.apl.washington.edu Subject: Re: 0412-SNAP is FUBAR Sender: current-owner@FreeBSD.org Precedence: bulk >First, my hardware was running -current, but I wasn't using Bruce's >diskslice stuff or the newer sysconfig stuff. I also needed to adjust >my swapspace because of new 16MB SIMM. So, I decided to checkout >the new SNAP-0412. >MISTAKE #1!!!!!! The SNAP isn't supposed to have diskslice stuff. This means that you might have problems going back to it if you were current :-). >(2) Upon rebooting the installed kernel successfully probed my ep0 > device as an wt0 device which, of course, screws FTP installation. Too many things probe at 0x300. >(6) Reboot and disable everything that conflicts with ep0 and disable ep0. > System comes up fine. But, I can't install anything because the > network is of course down. It looks like an ep0 problem. if_ep.c has been worked on a lot lately. Bruce