patch-2.4.0-test12 linux/drivers/isdn/hisax/netjet.h
Next file: linux/drivers/isdn/hisax/niccy.c
Previous file: linux/drivers/isdn/hisax/netjet.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Nov 28 21:44:41 2000
- Orig file:
v2.4.0-test11/linux/drivers/isdn/hisax/netjet.h
- Orig date:
Mon Aug 21 07:49:03 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/isdn/hisax/netjet.h linux/drivers/isdn/hisax/netjet.h
@@ -1,4 +1,4 @@
-// $Id: netjet.h,v 2.3 2000/06/26 08:59:14 keil Exp $
+// $Id: netjet.h,v 2.5.6.1 2000/11/28 12:02:46 kai Exp $
//-----------------------------------------------------------------------------
//
// NETjet common header file
@@ -15,13 +15,6 @@
#define byteout(addr,val) outb(val,addr)
#define bytein(addr) inb(addr)
-/* PCI stuff */
-#ifndef PCI_VENDOR_ID_TIGERJET
-#define PCI_VENDOR_ID_TIGERJET 0xe159
-#endif
-#ifndef PCI_DEVICE_ID_TIGERJET_300
-#define PCI_DEVICE_ID_TIGERJET_300 0x0001
-#endif
#define NETJET_CTRL 0x00
#define NETJET_DMACTRL 0x01
#define NETJET_AUXCTRL 0x02
@@ -72,6 +65,6 @@
void netjet_fill_dma(struct BCState *bcs);
void netjet_interrupt(int intno, void *dev_id, struct pt_regs *regs);
-__initfunc(void inittiger(struct IsdnCardState *cs));
+void inittiger(struct IsdnCardState *cs);
void release_io_netjet(struct IsdnCardState *cs);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)