/[grub]/grub/netboot/cards.h
ViewVC logotype

Diff of /grub/netboot/cards.h

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

revision 1.2 by okuji, Sat Jul 29 19:22:54 2000 UTC revision 1.3 by okuji, Wed Jan 2 21:56:40 2002 UTC
# Line 65  extern struct nic      *a3c90x_probe(struct n Line 65  extern struct nic      *a3c90x_probe(struct n
65          PCI_ARG(struct pci_device *));          PCI_ARG(struct pci_device *));
66  #endif  #endif
67    
68    #ifdef  INCLUDE_EEPRO
69    extern struct nic       *eepro_probe(struct nic *, unsigned short *
70            PCI_ARG(struct pci_device *));
71    #endif
72    
73  #ifdef  INCLUDE_EEPRO100  #ifdef  INCLUDE_EEPRO100
74  extern struct nic       *eepro100_probe(struct nic *, unsigned short *  extern struct nic       *eepro100_probe(struct nic *, unsigned short *
75          PCI_ARG(struct pci_device *));          PCI_ARG(struct pci_device *));
# Line 85  extern struct nic      *tulip_probe(struct ni Line 90  extern struct nic      *tulip_probe(struct ni
90          PCI_ARG(struct pci_device *));          PCI_ARG(struct pci_device *));
91  #endif  #endif
92    
93    #ifdef  INCLUDE_DAVICOM
94    extern struct nic       *davicom_probe(struct nic *, unsigned short *
95            PCI_ARG(struct pci_device *));
96    #endif
97    
98  #ifdef  INCLUDE_CS89X0  #ifdef  INCLUDE_CS89X0
99  extern struct nic       *cs89x0_probe(struct nic *, unsigned short *  extern struct nic       *cs89x0_probe(struct nic *, unsigned short *
100          PCI_ARG(struct pci_device *));          PCI_ARG(struct pci_device *));
# Line 115  extern struct nic      *t507_probe(struct nic Line 125  extern struct nic      *t507_probe(struct nic
125          PCI_ARG(struct pci_device *));          PCI_ARG(struct pci_device *));
126  #endif  #endif
127    
128    #ifdef  INCLUDE_NI5010
129    extern struct nic       *ni5010_probe(struct nic *, unsigned short *
130            PCI_ARG(struct pci_device *));
131    #endif
132    
133  #ifdef  INCLUDE_NI5210  #ifdef  INCLUDE_NI5210
134  extern struct nic       *ni5210_probe(struct nic *, unsigned short *  extern struct nic       *ni5210_probe(struct nic *, unsigned short *
135          PCI_ARG(struct pci_device *));          PCI_ARG(struct pci_device *));
# Line 145  extern struct nic      *rtl8139_probe(struct Line 160  extern struct nic      *rtl8139_probe(struct
160          PCI_ARG(struct pci_device *));          PCI_ARG(struct pci_device *));
161  #endif  #endif
162    
163    #ifdef  INCLUDE_W89C840
164    extern struct nic       *w89c840_probe(struct nic *, unsigned short *
165            PCI_ARG(struct pci_device *));
166    #endif
167    
168    #ifdef  INCLUDE_SIS900
169    extern struct nic       *sis900_probe(struct nic *, unsigned short *
170            PCI_ARG(struct pci_device *));
171    #endif
172    
173    #ifdef  INCLUDE_NATSEMI
174    extern struct nic       *natsemi_probe(struct nic *, unsigned short *
175            PCI_ARG(struct pci_device *));
176    #endif
177    
178    #ifdef  INCLUDE_TLAN
179    extern struct nic       *tlan_probe(struct nic *, unsigned short *
180            PCI_ARG(struct pci_device *));
181    #endif
182    
183  #endif  /* CARDS_H */  #endif  /* CARDS_H */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26