From owner-freebsd-atm Wed Sep 9 11:23:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23086 for freebsd-atm-outgoing; Wed, 9 Sep 1998 11:23:27 -0700 (PDT) (envelope-from owner-freebsd-atm@FreeBSD.ORG) Received: from mamba-e.gsfc.nasa.gov (mamba-e.gsfc.nasa.gov [128.183.166.146]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23080 for ; Wed, 9 Sep 1998 11:23:25 -0700 (PDT) (envelope-from uhl@mamba-e.gsfc.nasa.gov) Received: (from uhl@localhost) by mamba-e.gsfc.nasa.gov (8.8.5/8.8.4) id OAA07585 for freebsd-atm@freebsd.org; Wed, 9 Sep 1998 14:23:17 -0400 (EDT) Date: Wed, 9 Sep 1998 14:23:17 -0400 (EDT) From: George Uhl Message-Id: <199809091823.OAA07585@mamba-e.gsfc.nasa.gov> To: freebsd-atm@FreeBSD.ORG Subject: Probe doesn't find my ENI PCI card Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-MD5: 9/ot3cVwhH0ICUk1qG3MNQ== Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've upgraded from FreeBSD 2.2.6 to 2.2.7 and now the pci probe doesn't find my ENI-155 ATM PCI card. What's changed between 2.2.6 and 2.2.7? Thanks, George Uhl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Thu Sep 10 10:09:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06567 for freebsd-atm-outgoing; Thu, 10 Sep 1998 10:09:04 -0700 (PDT) (envelope-from owner-freebsd-atm@FreeBSD.ORG) Received: from mamba-e.gsfc.nasa.gov (mamba-e.gsfc.nasa.gov [128.183.166.146]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06548; Thu, 10 Sep 1998 10:09:01 -0700 (PDT) (envelope-from uhl@mamba-e.gsfc.nasa.gov) Received: (from uhl@localhost) by mamba-e.gsfc.nasa.gov (8.8.5/8.8.4) id NAA09926; Thu, 10 Sep 1998 13:08:51 -0400 (EDT) Date: Thu, 10 Sep 1998 13:08:51 -0400 (EDT) From: George Uhl Message-Id: <199809101708.NAA09926@mamba-e.gsfc.nasa.gov> To: freebsd-atm@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Is ATM supported in 2.2.7-RELEASE anymore? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-MD5: ADYPZhZW9LUfM5L1H8yhPQ== Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Forgive me for crossposting Jordan, but I sent the original message to freebsd-atm first, got no response and then sent it to freebsd-questions. I feel I owe a follow-up to both lists. I found out why my ATM card wasn't being probed. Apparently when I upgraded from 2.2.6 to 2.2.7 one file was missing and atm-related declarations we missing out of other files. -- Missing File: net/netisr.h Missing Entries: out of /sys/conf/files: net/if_atmsubr.c optional atm netinet/if_atm.c optional atm netnatm/natm_pcb.c optional natm netnatm/natm_proto.c optional natm netnatm/natm.c optional natm pci/if_en_pci.c optional en device_driver pci/midway.c optional en device_driver out of /sys/sys/socket.h - reference to ATM items missing: address family definition for native atm (AF_NATM) native atm entry in CLT_NET_NAMES -- I was able to build a kernel that probed for the ATM card after I made the corrections. So I thought that I probably screwed up somewhere. I may have applied the upgrade patches to a modified version of the 2.2.6 kernel source tree. However, I was very suspicious about the missing entries in /conf/files and /sys/sys/socket. I decided to get a fresh set of kernel source files for 2.2.7- RELEASE from ftp.freebsd.org. When I unpacked the sources from the distribution files to my utter amazement I could not find any references to ATM in any file anywhere in the source tree. There were no ATM drivers in the /sys/pci subtree and the native atm subtree /sys/netnatm was missing. What happened to the ATM code? George Uhl NASA GSFC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Thu Sep 10 17:19:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03466 for freebsd-atm-outgoing; Thu, 10 Sep 1998 17:19:59 -0700 (PDT) (envelope-from owner-freebsd-atm@FreeBSD.ORG) Received: from widefw.csl.sony.co.jp (widefw.csl.sony.co.jp [133.138.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03461; Thu, 10 Sep 1998 17:19:54 -0700 (PDT) (envelope-from kjc@csl.sony.co.jp) Received: from hotaka.csl.sony.co.jp (root@hotaka.csl.sony.co.jp [43.27.98.57]) by widefw.csl.sony.co.jp (8.8.8/3.6W) with ESMTP id JAA08265; Fri, 11 Sep 1998 09:17:57 +0900 (JST) Received: from localhost (kjc@[127.0.0.1]) by hotaka.csl.sony.co.jp (8.8.8/3.6W/hotaka/98021914) with ESMTP id JAA21264; Fri, 11 Sep 1998 09:17:56 +0900 (JST) Message-Id: <199809110017.JAA21264@hotaka.csl.sony.co.jp> To: George Uhl Cc: freebsd-atm@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Is ATM supported in 2.2.7-RELEASE anymore? In-reply-to: Your message of "Thu, 10 Sep 1998 13:08:51 -0400." <199809101708.NAA09926@mamba-e.gsfc.nasa.gov> Date: Fri, 11 Sep 1998 09:17:55 +0900 From: Kenjiro Cho Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> I found out why my ATM card wasn't being probed. Apparently >> when I upgraded from 2.2.6 to 2.2.7 one file was missing and >> atm-related declarations we missing out of other files. The ATM driver has never been part of the 2.2 branch. You must have had a patched kernel by bsdatm or ALTQ. --kj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message