From owner-freebsd-questions Sat Feb 20 12:19:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from castor2.freiepresse.de (castor2.freiepresse.de [194.25.232.30]) by hub.freebsd.org (Postfix) with ESMTP id 727861192E for ; Sat, 20 Feb 1999 12:19:33 -0800 (PST) (envelope-from Gerhard.Sittig@gmx.net) Received: from speedy.gsinet (ppp-pln170.freiepresse.de [194.25.234.170]) by castor2.freiepresse.de (8.8.4/8.8.4) with ESMTP id VAA19085 for ; Sat, 20 Feb 1999 21:17:46 +0100 (MET) Received: from speedy.gsinet (sittig@speedy.gsinet [192.168.10.129]) by speedy.gsinet (8.8.8/8.8.8) with SMTP id QAA32091 for ; Sat, 20 Feb 1999 16:08:20 +0100 Date: Sat, 20 Feb 1999 16:08:20 +0100 (CET) From: Gerhard Sittig X-Sender: sittig@speedy.gsinet Cc: freebsd-questions@freebsd.org Subject: Re: PCIC support question In-Reply-To: <36CC66DD.C7042F61@baynetworks.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 18 Feb 1999, Mike Kephart wrote: > > chip5: rev 0x44 int a > irq 255 on pci0.11.0 > chip6: rev 0x44 int b > irq 255 on pci0.11.1 > > My questions are: > > Does anybody know who this manufacturer is and if there are any plans > to expand PCIC support in the near future (to hopefully support this > mystery vendor)? Ducking myself (since using a Linux console :) I type: ------------------------------------------------------------ $ grep -B1 -A4 0x1179 /usr/src/linux/include/linux/pci.h #define PCI_VENDOR_ID_TOSHIBA 0x1179 #define PCI_DEVICE_ID_TOSHIBA_601 0x0601 #define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a #define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f $ head -5 /usr/src/linux/Makefile VERSION = 2 PATCHLEVEL = 0 SUBLEVEL = 36 ARCH = i386 $ ------------------------------------------------------------ Gerhard Sittig -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message