Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 1998 12:35:34 +0200
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>, freebsd-current@freefall.cdrom.com
Subject:   Re: de driver still problematic?
Message-ID:  <19980923123534.A10555@gil.physik.rwth-aachen.de>
In-Reply-To: <199809220711.JAA04124@gilberto.physik.RWTH-Aachen.DE>; from Christoph Kukulies on Tue, Sep 22, 1998 at 09:11:36AM %2B0200
References:  <199809220711.JAA04124@gilberto.physik.RWTH-Aachen.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 22, 1998 at 09:11:36AM +0200, Christoph Kukulies wrote:
> 
> After upgrading to a before yesterday -current (aout)
> I sadly notice that the machine's uptime only lasted a couple of
> hours.
> 
> I will drive to the campus later and look at it would I'll bet
> it's the de driver still causing cumber.
> 
> Maybe I change the network card (solution by avoiding) though I'd
> rather get this problem sorted out and would like to try test
> code if anyone is working at the driver presently.

As far as I can say it's not necessarily de driver related.

Instead the general stability of my system is bad.
I suspect it doesn't survive the nightly periodical scripts.

It's a 4 days old -current.  It has IDE root/swap disks and
a ncr controller w/ 1 SCSI disk. Hercules MDA, ed0.

Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.0-BETA #6: Mon Sep 21 22:03:41 MEST 1998
    root@:/a/src/sys/compile/NEWBLUES
Timecounter "i8254"  frequency 1193182 Hz  cost 2766 ns
Timecounter "TSC"  frequency 100227898 Hz  cost 360 ns
CPU: AMD-K5(tm) Processor (100.23-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x511  Stepping=1
  Features=0x21bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE>
real memory  = 33554432 (32768K bytes)
avail memory = 30507008 (29792K bytes)
Probing for devices on PCI bus 0:
chip0: <Intel 82437VX PCI cache memory controller> rev 0x02 on pci0.0.0
chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0
ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1
de0: <Digital 21041 Ethernet> rev 0x11 int a irq 11 on pci0.8.0
de0: SMC 21041 [10Mb/s] pass 1.1
de0: address 00:00:c0:08:d0:c4
ncr0: <ncr 53c810 fast10 scsi> rev 0x02 int a irq 10 on pci0.9.0
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: MDA/Hercules <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x3bc-0x3c3 irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff on isa
wdc0: unit 0 (wd0): <FUJITSU MPA3026AT>, 32-bit, multi-block-32
wd0: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 flags 0x80ff on isa
wdc1: unit 0 (wd1): <FUJITSU MPA3026ATU>, 32-bit, multi-block-32
wd1: 2503MB (5126688 sectors), 5086 cyls, 16 heads, 63 S/T, 512 B/S
npx0 on motherboard
npx0: INT 16 interface
ccd0-3: Concatenated disk drivers
de0: enabling BNC port
changing root device to wd0s1a
da0 at ncr0 bus 0 target 0 lun 0
da0: <QUANTUM FIREBALL_TM2110S 300N> Fixed Direct Access SCSI2 device 
da0: 10.0MB/s transfers (10.0MHz, offset 8), Tagged Queueing Enabled
da0: 2014MB (4124736 512 byte sectors: 255H 63S/T 256C)
(da0:ncr0:0:0:0): tagged openings now 15


#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $
#

machine		"i386"
cpu		"I586_CPU"
ident		NEWBLUES
maxusers	64

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		MROUTING
options		USER_LDT
options 	USERCONFIG
options		KTRACE
#options		DEVFS
#options		DEVFS_ROOT

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

# was 4096 and 128 :
options         SHMMAXPGS=8192
options         "SHMSEG=256"


options		"GUSMAX"

options ATAPI_STATIC
options ATAPI

config		kernel	root on sd0 

controller	isa0
controller pci0
controller ncr0
controller ncr1

controller scbus0 at ncr0
controller scbus1 at ncr1

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
device wcd0

disk sd0
device st0
device cd0

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr


device ed0 at isa? port 0x280 net irq  5 iomem 0xd0000 vector edintr

pseudo-device ccd 4
pseudo-device	loop
pseudo-device	vn
pseudo-device	ether
pseudo-device	pcaudio
pseudo-device	log
pseudo-device	bpfilter 16
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
> 
-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980923123534.A10555>