ソースを参照

EISA support now provided by eisa.c

MCA support now provided by mca.c
tags/v0.9.3
Michael Brown 19年前
コミット
e294a1ddce
1個のファイルの変更0行の追加11行の削除
  1. 0
    11
      src/drivers/net/3c509.h

+ 0
- 11
src/drivers/net/3c509.h ファイルの表示

380
 
380
 
381
 #define RX_BYTES_MASK			(unsigned short) (0x07ff)
381
 #define RX_BYTES_MASK			(unsigned short) (0x07ff)
382
 
382
 
383
- /* EISA support */
384
-#define EP_EISA_START			0x1000
385
-#define EP_EISA_W0			0x0c80
386
-
387
-#ifdef	INCLUDE_3C529
388
- /* MCA support */
389
-#define MCA_MOTHERBOARD_SETUP_REG	0x94
390
-#define MCA_ADAPTER_SETUP_REG		0x96
391
-#define MCA_MAX_SLOT_NR			8
392
-#define MCA_POS_REG(n)			(0x100+(n))
393
-#endif
394
 
383
 
395
 /*
384
 /*
396
  * Local variables:
385
  * Local variables:

読み込み中…
キャンセル
保存