Home | History | Annotate | Download | only in netboot

Lines Matching refs:DEPCA

1 /* Etherboot: depca.h merged, comments from Linux driver retained */
2 /* depca.c: A DIGITAL DEPCA & EtherWORKS ethernet driver for linux.
19 of DEPCA and EtherWORKS ethernet cards:
21 DEPCA (the original)
61 7) "DEPCA Hardware Reference Manual", Pub. #EK-DEPCA-PR
67 Peter Bauer's depca.c (V0.5) was referred to when debugging V0.1 of this
70 The original DEPCA card requires that the ethernet ROM address counter
84 64kB modes are supported [16kB/48kB for the original DEPCA]).
86 At the most only 2 DEPCA cards can be supported on the ISA bus because
92 second DEPCA is detected, information is placed in the base_addr
115 using Donald Becker's autoprobe routines. DEPCA and DE100 board IRQs are
127 1) copy depca.c from the /linux/drivers/net directory to your favourite
131 3) compile depca.c, but include -DMODULE in the command line to ensure
134 kernel with the depca configuration turned off and reboot.
135 5) insmod depca.o [irq=7] [io=0x200] [mem=0xd0000] [adapter_name=DE100]
147 'ifconfig eth?? down' then 'rmmod depca'.
152 option will not work with kernel built-in depca's.
156 2 depca's in a PC).
183 0.3 1-feb-94 Added multiple DEPCA support.
185 0.32 19-feb-94 Tidy up. Improve multi-DEPCA support.
186 0.33 25-feb-94 Fix DEPCA ethernet ROM counter enable.
189 0.34 7-mar-94 Fix DEPCA max network memory RAM & NICSR access.
195 Multi DEPCA bug fix.
377 #define DEPCA_MODEL DEPCA
381 DEPCA, DE100, DE101, DE200, DE201, DE202, DE210, DE212, DE422, unknown
389 "DEPCA",
419 ** The DEPCA Rx and Tx ring descriptors.
519 outw(INIT, DEPCA_DATA); /* initialise DEPCA */
527 printf("DEPCA not initialised\n");
547 printf("depca: Cannot stop NIC\n");
651 ** is common across all DEPCA products. Note that the original DEPCA needs
654 ** messing around with some other hardware, but it assumes that this DEPCA
673 data = inb(DEPCA_PROM); /* clear counter on DEPCA */
711 mem_len = (adapter == DEPCA) ? (48 << 10) : (64 << 10);
718 if (adapter != DEPCA) /* enable shadow RAM */