/[gxemul]/trunk/src/devices/pci_dec21143.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/devices/pci_dec21143.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: pci_dec21143.c,v 1.8 2005/02/26 18:00:38 debug Exp $   *  $Id: pci_dec21143.c,v 1.9 2005/10/07 22:10:52 debug Exp $
29   *   *
30   *  DEC 21143 PCI ethernet.   *  DEC 21143 PCI ethernet.
31   *   *
# Line 59  uint32_t pci_dec21143_rr(int reg) Line 59  uint32_t pci_dec21143_rr(int reg)
59                  return 0xffffffff;                  return 0xffffffff;
60          case 0x08:          case 0x08:
61                  /*  Revision 4.1  */                  /*  Revision 4.1  */
62                  return PCI_CLASS_CODE(PCI_CLASS_NETWORK, PCI_SUBCLASS_NETWORK_ETHERNET, 0) + 0x41;                  return PCI_CLASS_CODE(PCI_CLASS_NETWORK,
63                        PCI_SUBCLASS_NETWORK_ETHERNET, 0) + 0x41;
64          case 0x10:          case 0x10:
65                  /*  1ca00000, I/O space  (I have no idea about these...)  */                  /*  1ca00000, I/O space  (I have no idea about these...)  */
66                  return 0x9ca00001;                  return 0x9ca00001;

Legend:
Removed from v.4  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26