From owner-freebsd-current Fri Apr 14 23:36:57 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA01025 for current-outgoing; Fri, 14 Apr 1995 23:36:57 -0700 Received: from mailhost1.cac.washington.edu (mailhost1.cac.washington.edu [140.142.32.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA01016 for ; Fri, 14 Apr 1995 23:36:53 -0700 Received: from crosby.apl.washington.edu by mailhost1.cac.washington.edu (5.65+UW95.02/UW-NDC Revision: 2.32 ) id AA12944; Fri, 14 Apr 95 23:36:52 -0700 Received: by crosby.apl.washington.edu.apl.washington.edu (4.1/SMI-4.1) id AA14101; Fri, 14 Apr 95 23:36:51 PDT From: kargl@crosby.apl.washington.edu (Steven G. Kargl) Message-Id: <9504150636.AA14101@crosby.apl.washington.edu.apl.washington.edu> Subject: Re: 0412-SNAP is FUBAR To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Fri, 14 Apr 1995 23:36:50 -0700 (PDT) Cc: freebsd-current@FreeBSD.org In-Reply-To: <28796.797926123@freefall.cdrom.com> from "Jordan K. Hubbard" at Apr 14, 95 11:08:43 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1388 Sender: current-owner@FreeBSD.org Precedence: bulk Jordan K. Hubbard > >> (1) It gracefully exited with a Fatal trap 12 in kernel mode at >> address 0xfdd0400 .... (rebooted before I could write the rest). > >No idea on this one. This is repeatable on my system. > >> (2) Upon rebooting the installed kernel successfully probed my ep0 >> device as an wt0 device which, of course, screws FTP installation. > >I'm thinking about this time that ep0 cards (or the driver) create >suctional coefficients high enough to remove fleas from dogs! :-) It >certainly seems to false-probe to a lot of other drivers where the >other NICS are well-behaved (sort of). > I read -current, -hacker, and -cvs-all. I realize that a lot of changes have been made to the ep0 driver, but the probe of the wt0 driver is BEFORE ep0 and it recongizes the card as a archive tape drive. I don't think this is related to the ep0 driver. >> I guess I should have merged the /etc (sysconfig stuff) by hand. The >> diskslice stuff would have been more difficult because I lost his email >> about how to transition from the pre- to post- slice code. Where is the >> mail archive? > >Diskslicing isn't enabled in 0412-SNAP. Not to worry. > This isn't clear from Bruce's commit messages and the timestamp on the SNAP. That is, disk slicing on SCSI was committed prior to 950412. I've gone back to 950322 and my backup tape. remaking world now. sgk