Date: Tue, 24 Oct 1995 11:48:55 +0900 From: Masamichi Tateoka <tateoka@pdcd.ilab.toshiba.co.jp> To: stable@Freebsd.ORG Cc: tateoka@pdcd.ilab.toshiba.co.jp Subject: I have problem with 2.1.0-951020-SNAP Message-ID: <199510240248.LAA17609@pdcd-mail.pdcd.ilab.toshiba.co.jp>
next in thread | raw e-mail | index | archive | help
Hi. I'm Masamichi Tateoka, one of FreeBSD FUN.
I'm using FreeBSD in my home for UUCP link with my friends.
I used 2.0R, and it was very nice for me.
And few weeks ago, I installed 2.0.5R in my machine.
Then my uucico always sleep in "ttywri" while sending files and never wakeup.
So , last night I got ssys.?? in 2.1.0-951020-SNAP and
recompiled my kernel.
But I got same problem.
This problem occur only while using uucico with i-protocol 1024bytes/packet.
through TEL line, and I couldn't reappearance other way( cat or dd through line emulator.)
So It's impossible to say that whether kernel is bad or not.
Now I'm using uucico with i-protocol 512bytes/packet, and
I have no problems (maybe).
But I think I should inform you. so I wrote this mail.
I wish this mail would help you.
Yours sincerely.
Masamichi Tateoka
(tateoka@pdcd.ilab.toshiba.co.jp)
(tateoka@yasai.forus.or.jp (HOME) )
P.S.
follows are my configurations.
( I'm using /dev/cuaa3 for uucp )
------
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# GENERIC,v 1.45.2.3 1995/06/05 21:50:41 jkh Exp
#
machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU"
ident GENERIC
maxusers 10
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=1" #Be pessimistic about Joe SCSI device
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
config kernel root on wd0
controller isa0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
controller scbus0
device sd0
device st0
device cd0 #Only need one of these, the code dynamically grows
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1
#options XSERVER # include code for XFree86
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 sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
device sio3 at isa? port "IO_COM4" tty irq 5 vector siointr
options COM_MULTIPORT
device lpt0 at isa? port? tty irq 7 vector lptintr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device ed0 at isa? port 0x300 net irq 9 vector edintr
pseudo-device loop
pseudo-device ether
pseudo-device log
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
---------
dmesg output.
---
FreeBSD 2.1.0-951020-SNAP #0: Mon Oct 23 23:50:49 JST 1995
tateoka@celery:/usr/src/sys.2.1.0-951020-SNAP/compile/YASAI
CPU: i486DX (486-class CPU)
real memory = 33554432 (32768K bytes)
avail memory = 30867456 (30144K bytes)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 at 0x300-0x31f irq 9 on isa
ed0: address 48:4c:00:00:77:89, type NE2000 (16 bit)
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16450
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
sio3 at 0x2e8-0x2ef irq 5 on isa
sio3: 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
fdc0: NEC 765
fd0: 1.44MB 3.5in
aha0 at 0x330-0x333 irq 11 drq 5 on isa
(aha0:0:0): "IBM OEM 0664M1H 7 70" type 0 fixed SCSI 2
sd0(aha0:0:0): Direct-Access 1920MB (3933040 512 byte sectors)
(aha0:4:0): "TANDBERG TDC 3600 -06:" type 1 removable SCSI 1
st0(aha0:4:0): Sequential-Access st0: Tandberg tdc3600 is a known rogue
density code 0x10, drive empty
npx0 on motherboard
npx0: INT 16 interface
changing root device to sd0a
sio3: 13 more silo overflows (total 13)
sio3: 3 more silo overflows (total 16)
----
conlcuded.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510240248.LAA17609>
