Date: Sat, 20 Feb 1999 16:08:20 +0100 (CET) From: Gerhard Sittig <Gerhard.Sittig@gmx.net> Cc: freebsd-questions@freebsd.org Subject: Re: PCIC support question Message-ID: <Pine.LNX.4.02.9902201604380.17721-100000@speedy.gsinet> In-Reply-To: <36CC66DD.C7042F61@baynetworks.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Feb 1999, Mike Kephart wrote: > > chip5: <PCI to CardBus bridge (vendor=1179 device=060f)> rev 0x44 int a > irq 255 on pci0.11.0 > chip6: <PCI to CardBus bridge (vendor=1179 device=060f)> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.02.9902201604380.17721-100000>