[Etherboot-developers] VT6105 0x3106
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <Gee...@xs...> - 2003-02-07 16:08:59
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
For the development release, 5.1.5, I made also
a patch for supporting a VIA6105 chip with PCI ID 0x3106
It is not tested, because I was not able to build a testfloppy.
(the 5.0.8 is test due the better documation ;-)
Could some apply the patch to the main source?
Kind regards
Geert Stappers
diff -urN --exclude-from excludelist etherboot-5.1.5/LOG etherboot-5.1.5GSt/LOG
- --- etherboot-5.1.5/LOG Tue Jan 7 16:04:52 2003
+++ etherboot-5.1.5GSt/LOG Fri Feb 7 15:59:26 2003
@@ -2408,3 +2408,8 @@
+ Eric rearranged files for multiple platforms, including Itanium.
Released as Etherboot 5.1.4 (development)
+
+5.1.5 tarball ???
+
++ Geert Stappers found a VIA6105 (via-rhine.c) with id 0x3106.
+ altered the version text
diff -urN --exclude-from excludelist etherboot-5.1.5/README etherboot-5.1.5GSt/README
- --- etherboot-5.1.5/README Thu Jan 1 01:00:00 1970
+++ etherboot-5.1.5GSt/README Wed Feb 5 22:26:53 2003
@@ -0,0 +1,5 @@
+
+ There is a documentation directory called "doc".
+ People using development versions,
+ should download the etherboot-doc-X.Y.Z.tar.gz with the doc directory
+
diff -urN --exclude-from excludelist etherboot-5.1.5/src/drivers/net/via-rhine.c etherboot-5.1.5GSt/src/drivers/net/via-rhine.c
- --- etherboot-5.1.5/src/drivers/net/via-rhine.c Fri Dec 27 13:38:46 2002
+++ etherboot-5.1.5GSt/src/drivers/net/via-rhine.c Fri Feb 7 15:47:26 2003
@@ -21,7 +21,7 @@
*/
- -static const char *version = "rhine.c v1.0.0 2000-01-07\n";
+static const char *version = "rhine.c v1.0.1 2003-02-06\n";
/* A few user-configurable values. */
@@ -619,9 +619,6 @@
*/
- -#define PCI_VENDOR_ID_FET 0x1106
- -#define PCI_DEVICE_ID_FET_3043 0x3043
- -
/* The rest of these values should never change. */
#define NUM_TX_DESC 2 /* Number of Tx descriptor registers. */
@@ -1177,6 +1174,8 @@
static struct pci_id rhine_nics[] = {
{ PCI_VENDOR_ID_VIATEC, PCI_DEVICE_ID_VIA_VT6102,
"VIA 6102" },
+ { PCI_VENDOR_ID_VIATEC, PCI_DEVICE_ID_VIA_VT6105,
+ "VIA 6105" },
{ PCI_VENDOR_ID_VIATEC, PCI_DEVICE_ID_VIA_RHINE_I,
"VIA 3043" },
{ PCI_VENDOR_ID_VIATEC, PCI_DEVICE_ID_VIA_86C100A,
diff -urN --exclude-from excludelist etherboot-5.1.5/src/include/pci_ids.h etherboot-5.1.5GSt/src/include/pci_ids.h
- --- etherboot-5.1.5/src/include/pci_ids.h Wed Jan 8 06:14:38 2003
+++ etherboot-5.1.5GSt/src/include/pci_ids.h Wed Feb 5 16:06:25 2003
@@ -965,6 +965,7 @@
#define PCI_DEVICE_ID_VIA_VT6102 0x3065
#define PCI_DEVICE_ID_VIA_82C686_6 0x3068
#define PCI_DEVICE_ID_VIA_8233_0 0x3074
+#define PCI_DEVICE_ID_VIA_VT6105 0x3106
#define PCI_DEVICE_ID_VIA_8233C_0 0x3109
#define PCI_DEVICE_ID_VIA_8633_0 0x3091
#define PCI_DEVICE_ID_VIA_8367_0 0x3099
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAj5D2ewACgkQ91HXn1UReY+HpgCfX337Tsx/OLDYhm3XbVs8hYOO
GhMAn3s0YvaQMuJnmQrYmlcxZO4MES2S
=/b52
-----END PGP SIGNATURE-----
|