Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 1995 14:32:59 -0700
From:      Faried Nawaz <fn@pain.csrv.uidaho.edu>
To:        hackers@FreeBSD.ORG
Subject:   [2.0.5A] -- arp/llinfo problem.
Message-ID:  <199505312132.OAA29837@crow.csrv.uidaho.edu>

next in thread | raw e-mail | index | archive | help

hi,

i just installed 2.0.5A on a machine that was running 2.0R, and i'm having
trouble doing any networking stuff with it.  i keep getting

May 30 19:10:09 spider /kernel: arpresolve: can't allocate llinfo

when i telnet to the machine.  this happens with and without the
transactional tcp stuff.

it happens with a custom kernel too, both with and without the GATEWAY
option.

machine		"i386"
cpu		"I586_CPU"
ident		spider
maxusers	32

#options	MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		GATEWAY

config		kernel	root on sd0

controller	isa0
controller	pci0

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

controller	bt0	at isa? port "IO_BT0" bio irq ? vector btintr
controller	scbus0
device		sd0
device		sd1
device		sd2
device		cd0	#Only need one of these, the code dynamically grows


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 		ed1 at isa? port 0x300 net irq  9 iomem 0xd8000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	pty	64
pseudo-device	speaker
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	vn	4


the boot messages are

FreeBSD 2.0.5-ALPHA #0: Tue May 30 19:32:37 PDT 1995
    fn@spider:/usr/src/sys/compile/spider
CPU: 100-MHz Pentium 815\100 (Pentium-class CPU)
  Origin = "GenuineIntel"  Id = 0x525  Stepping=5
  Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC>
real memory  = 33161216 (8096 pages)
avail memory = 31449088 (7678 pages)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed1 at 0x300-0x31f irq 9 on isa
ed1: address 00:40:05:17:8c:27, type NE2000 (16 bit) 
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x378-0x37f 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 72065B
fd0: 1.44MB 3.5in
bt0: Bt946C/ 0-PCI/EISA/VLB(32bit) bus
bt0: reading board settings, busmastering, int=15
bt0: version 4.25J, async only, parity, 32 mbxs, 32 ccbs
bt0: targ 0 async
bt0: targ 1 async
bt0: targ 2 async
bt0: Enabling Round robin scheme
bt0 at 0x330 irq 15 on isa
bt0 waiting for scsi devices to settle
(bt0:0:0): "FUJITSU M2684S-512 2035" type 0 fixed SCSI 2
sd0(bt0:0:0): Direct-Access 507MB (1039329 512 byte sectors)
(bt0:1:0): "SEAGATE ST31250N 0003" type 0 fixed SCSI 2
sd1(bt0:1:0): Direct-Access 973MB (1994037 512 byte sectors)
(bt0:2:0): "SONY CD-ROM CDU-76S 1.0a" type 5 removable SCSI 2
cd0(bt0:2:0): CD-ROM cd present.[94975 x 2048 byte records]
npx0 on motherboard
npx0: INT 16 interface
Probing for devices on the pci0 bus:
	configuration mode 1 allows 32 devices.
pci0:0: vendor=0x1039, device=0x406, class=multimedia [not supported]
	map(10): mem32(80000010)
	map(14): mem64(80000010)
	map(18): mem32(80000018)
	map(1c): mem64(80000018)
	map(20): mem32(80000020)
	map(24): mem64(80000020)
pci0:1: vendor=0x1039, device=0x8, class=old [not supported]
pci0:12: vendor=0x1095, device=0x640, class=storage [not supported]
vga0 <VGA-compatible display device> rev 2 int a irq 255 on pci0:13
pci0:17: vendor=0x104b, device=0x1040, class=storage [not supported]
	map(10): io(4000)
pci0: uses 4194304 bytes of memory from 80000000 upto 803fffff.


thanks,

faried.


ps:  it rocks.



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