From owner-freebsd-hardware Sun Dec 24 21:13:07 1995 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02494 for hardware-outgoing; Sun, 24 Dec 1995 21:13:07 -0800 (PST) Received: from sin.multiverse.com (rhh@sin.multiverse.com [199.218.112.134]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA02488 Sun, 24 Dec 1995 21:13:04 -0800 (PST) Received: (from rhh@localhost) by sin.multiverse.com (8.6.12/8.8.1+IDA) id AAA31683; Mon, 25 Dec 1995 00:13:01 -0500 From: Randall Hopper Message-Id: <199512250513.AAA31683@sin.multiverse.com> Subject: comp.unix.bsd.freebsd.misc To: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Date: Mon, 25 Dec 1995 00:13:00 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hardware@freebsd.org Precedence: bulk I'm not having much luck getting my AT-1500 Lance-based Ethernet card working on my new P-100 and would appreciate some help. I can monitor packets on my local subnet using BPF & tcpdump, but when I attempt to put a packet on the line (e.g. with "ping host-on-local-subnet"), the ARP request fails with: Dec 25 00:19:00 stealth /kernel: arpresolve: can't allocate llinfo Interestingly this same kernel and same card config worked fine on my old 486. I've verified there are no Port/IRQ/DMA address conflicts (and have tried several combinations anyway -- 340/12/7; 340/10/6; 300/12/7; etc) with no change. Any suggestions on what I should try next (or thoughts on what underlying problem this error might indicate?) Thanks, Randall Hopper rhh@sin.multiverse.com System info: Allied Telesyn AT-1500 ISA Lance-based Ethernet Card ASUS P54TP4XE PCI/ISA Motherboard w/ P-100 & 16 Meg Stock FreeBSD 2.0.5 Here are the relevant lines from the boot log: FreeBSD 2.0.5-RELEASE #0: Sun Sep 17 15:51:57 1995 ... CPU: 99-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU) ... CPU: 99-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf real memory = 16384000 (4000 pages) avail memory = 14643200 (3575 pages) Probing for devices on the ISA bus: ... lnc0 at 0x340-0x357 irq 12 drq 7 on isa lnc0: PCnet-ISA Ethernet controller, address 00:00:f4:a9:bc:09 bpf: lnc0 attached lnc1: disabled, not probed. ... And the pertinent lines from netstart ifconfig lnc0 inet stealth netmask 0xffffff00 debug ifconfig lnc0 up And from my kernel config file: options BOUNCE_BUFFERS #support for DMA bounce buffers controller isa0 device lnc0 at isa? port 0x340 net irq 12 drq 7 vector lncintr device lnc1 at isa? port 0x320 net irq 11 drq 6 vector lncintr pseudo-device loop pseudo-device ether options GATEWAY #internetwork gateway