From owner-freebsd-stable Tue Jun 25 15:36:39 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA01908 for stable-outgoing; Tue, 25 Jun 1996 15:36:39 -0700 (PDT) Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA01895 for ; Tue, 25 Jun 1996 15:36:36 -0700 (PDT) Received: by haven.uniserve.com id <31831-147>; Tue, 25 Jun 1996 15:40:06 -0800 Date: Tue, 25 Jun 1996 15:39:56 -0700 (PDT) From: Tom Samplonius To: Chris Stenton cc: stable@freebsd.org Subject: Re: new vm code not working well In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 25 Jun 1996, Chris Stenton wrote: ... > ncr0 rev 1 int a irq 14 on pci0:1 > ncr0 waiting for scsi devices to settle > (ncr0:0:0): "MICROP 1936-21MW1002002 HW0A" type 0 fixed SCSI 2 > sd0(ncr0:0:0): Direct-Access > sd0(ncr0:0:0): asynchronous. > > sd0(ncr0:0:0): ABORTED COMMAND asc:49,0 Invalid message error > , retries:4 > 2882MB (5903825 512 byte sectors) I would consider this a big problem. If your swap disk decides to go south while swapping, your system is screwed. Why are you getting "Invalid message error" messages? > (ncr0:1:0): "HP HP35480A 9 09" type 1 removable SCSI 2 > st0(ncr0:1:0): Sequential-Access > st0(ncr0:1:0): 200ns (5 Mb/sec) offset 8. > density code 0x13, variable blocks, write-enabled > (ncr0:4:0): "NEC CD-ROM DRIVE:500 1.0" type 5 removable SCSI 2 > cd0(ncr0:4:0): CD-ROM > cd0(ncr0:4:0): NOT READY asc:3a,0 Medium not present > can't get the size > > chip1 rev 3 on pci0:2 > vga0 rev 0 on pci0:4 > de0 rev 35 int a irq 9 on pci0:5 > de0: DC21040 [10Mb/s] pass 2.3 Ethernet address 00:00:c0:aa:7f:0b > de0: enabling Thinwire/AUI port > Probing for devices on the ISA bus: > scprobe: keyboard RESET failed (result = 0xfa) > sc0 at 0x60-0x6f irq 1 on motherboard > sc0: VGA color <16 virtual consoles, flags=0x0> > ed0 not found at 0x280 > ed1 not found at 0x300 > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16450 > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16450 > lpt0 at 0x378-0x37f irq 7 on isa > lpt0: Interrupt-driven port > lp0: TCP/IP capable interface > lpt1 not found at 0xffffffff > lpt2 not found at 0xffffffff > mse0 not found at 0x23c > sio2 at 0x3e8-0x3ef irq 10 on isa > sio2: type 16550A > sio3 at 0x2e8-0x2ef irq 11 on isa > sio3: type 16550A > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: NEC 765 > fd0: 1.44MB 3.5in > wdc0 not found at 0x1f0 > wdc1 not found at 0x170 > bt0 not found at 0x330 > uha0 not found at 0x330 > aha0 not found at 0x330 > aic0 not found at 0x340 > nca0 not found at 0x1f88 > nca1 not found at 0x350 > sea0 not found > wt0 not found at 0x300 > mcd0: timeout getting status > mcd0 not found at 0x300 > mcd1: timeout getting status > mcd1 not found at 0x340 > ie0 not found at 0x360 > ep0 not found at 0x300 > ix0 not found at 0x300 > le0: no board found at 0x300 > le0 not found at 0x300 > lnc0 not found at 0x280 > lnc1 not found at 0x300 > ze0 not found at 0x300 > zp0 not found at 0x300 > npx0 on motherboard > npx0: INT 16 interface > sb0 at 0x220 irq 5 drq 1 on isa > sb0: > sbxvi0 at 0x0 drq 5 on isa > sbxvo0: > sbmidi0 at 0x330 on isa > > changing root device to sd0a > > > Chris > You also have over a dozen drivers that you don't use. If you are going to compile a new kernel, you might as well drop unneeded drivers. Tom