On Sun, Apr 04, 2004 at 09:48:28AM +0200, Petter Reinholdtsen wrote: > [Sven Luther] > > What about using the kernel source as inspiration ? > [...] > > #define PCI_VENDOR_ID_SUN 0x108e > > #define PCI_DEVICE_ID_SUN_GEM 0x2bad > > #define PCI_DEVICE_ID_SUN_RIO_GEM 0x1101 > > #define PCI_VENDOR_ID_APPLE 0x106b > > #define PCI_DEVICE_ID_APPLE_UNI_N_GMAC 0x0021 > > #define PCI_DEVICE_ID_APPLE_UNI_N_GMACP 0x0024 > > #define PCI_DEVICE_ID_APPLE_UNI_N_GMAC2 0x0032 > > #define PCI_DEVICE_ID_APPLE_K2_GMAC 0x004c > > > > Taken from the sungem driver of the 2.4.25-powerpc kernel. > > Very good idea. Here is the current status for these ids: > > % egrep '108e2bad|108e1101|106b0021|106b0024|106b0032|106b004c' pci.lst > 106b0021 ethernet sungem UniNorth GMAC (Sun GEM) > 106b0024 ethernet sungem UniNorth/Pangea GMAC (Sun GEM) > 106b0032 unknown unknown UniNorth 2 GMAC (Sun GEM) > 108e1101 ethernet sungem RIO GEM > 108e2bad ethernet sungem GEM > > I added sungem as the driver for 106b0032 in CVS.
Ok, thanks. Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

