tlan.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:92k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*******************************************************************************
  2.  *
  3.  *  Linux ThunderLAN Driver
  4.  *
  5.  *  tlan.c
  6.  *  by James Banks
  7.  *
  8.  *  (C) 1997-1998 Caldera, Inc.
  9.  *  (C) 1998 James Banks
  10.  *  (C) 1999-2001 Torben Mathiasen
  11.  *  (C) 2002 Samuel Chessman
  12.  *
  13.  *  This software may be used and distributed according to the terms
  14.  *  of the GNU General Public License, incorporated herein by reference.
  15.  *
  16.  ** This file is best viewed/edited with columns>=132.
  17.  *
  18.  ** Useful (if not required) reading:
  19.  *
  20.  * Texas Instruments, ThunderLAN Programmer's Guide,
  21.  * TI Literature Number SPWU013A
  22.  * available in PDF format from www.ti.com
  23.  * Level One, LXT901 and LXT970 Data Sheets
  24.  * available in PDF format from www.level1.com
  25.  * National Semiconductor, DP83840A Data Sheet
  26.  * available in PDF format from www.national.com
  27.  * Microchip Technology, 24C01A/02A/04A Data Sheet
  28.  * available in PDF format from www.microchip.com
  29.  *
  30.  * Change History
  31.  *
  32.  * Tigran Aivazian <tigran@sco.com>: TLan_PciProbe() now uses
  33.  * new PCI BIOS interface.
  34.  * Alan Cox <alan@redhat.com>: Fixed the out of memory
  35.  * handling.
  36.  *      
  37.  * Torben Mathiasen <torben.mathiasen@compaq.com> New Maintainer!
  38.  *
  39.  * v1.1 Dec 20, 1999    - Removed linux version checking
  40.  *        Patch from Tigran Aivazian. 
  41.  *      - v1.1 includes Alan's SMP updates.
  42.  *      - We still have problems on SMP though,
  43.  *        but I'm looking into that. 
  44.  *
  45.  * v1.2 Jan 02, 2000    - Hopefully fixed the SMP deadlock.
  46.  *      - Removed dependency of HZ being 100.
  47.  *      - We now allow higher priority timers to 
  48.  *        overwrite timers like TLAN_TIMER_ACTIVITY
  49.  *        Patch from John Cagle <john.cagle@compaq.com>.
  50.  *      - Fixed a few compiler warnings.
  51.  *
  52.  * v1.3 Feb 04, 2000    - Fixed the remaining HZ issues.
  53.  *      - Removed call to pci_present(). 
  54.  *      - Removed SA_INTERRUPT flag from irq handler.
  55.  *      - Added __init and __initdata to reduce resisdent 
  56.  *        code size.
  57.  *      - Driver now uses module_init/module_exit.
  58.  *      - Rewrote init_module and tlan_probe to
  59.  *        share a lot more code. We now use tlan_probe
  60.  *        with builtin and module driver.
  61.  *      - Driver ported to new net API. 
  62.  *      - tlan.txt has been reworked to reflect current 
  63.  *        driver (almost)
  64.  *      - Other minor stuff
  65.  *
  66.  * v1.4 Feb 10, 2000    - Updated with more changes required after Dave's
  67.  *                        network cleanup in 2.3.43pre7 (Tigran & myself)
  68.  *                      - Minor stuff.
  69.  *
  70.  * v1.5 March 22, 2000  - Fixed another timer bug that would hang the driver
  71.  *        if no cable/link were present.
  72.  *      - Cosmetic changes.
  73.  *      - TODO: Port completely to new PCI/DMA API
  74.  *            Auto-Neg fallback.
  75.  *
  76.  *  v1.6 April 04, 2000  - Fixed driver support for kernel-parameters. Haven't
  77.  *         tested it though, as the kernel support is currently 
  78.  *         broken (2.3.99p4p3).
  79.  *       - Updated tlan.txt accordingly.
  80.  *       - Adjusted minimum/maximum frame length.
  81.  *       - There is now a TLAN website up at 
  82.  *         http://tlan.kernel.dk
  83.  *
  84.  *  v1.7 April 07, 2000  - Started to implement custom ioctls. Driver now
  85.  *         reports PHY information when used with Donald
  86.  *         Beckers userspace MII diagnostics utility.
  87.  *
  88.  *  v1.8 April 23, 2000  - Fixed support for forced speed/duplex settings.
  89.  *       - Added link information to Auto-Neg and forced
  90.  *         modes. When NIC operates with auto-neg the driver
  91.  *         will report Link speed & duplex modes as well as
  92.  *         link partner abilities. When forced link is used,
  93.  *         the driver will report status of the established
  94.  *         link.
  95.  *         Please read tlan.txt for additional information. 
  96.  *       - Removed call to check_region(), and used 
  97.  *         return value of request_region() instead.
  98.  *
  99.  * v1.8a May 28, 2000   - Minor updates.
  100.  *
  101.  * v1.9 July 25, 2000   - Fixed a few remaining Full-Duplex issues.
  102.  *                      - Updated with timer fixes from Andrew Morton.
  103.  *                      - Fixed module race in TLan_Open.
  104.  *                      - Added routine to monitor PHY status.
  105.  *                      - Added activity led support for Proliant devices.
  106.  *
  107.  * v1.10 Aug 30, 2000   - Added support for EISA based tlan controllers 
  108.  *        like the Compaq NetFlex3/E. 
  109.  *      - Rewrote tlan_probe to better handle multiple
  110.  *        bus probes. Probing and device setup is now
  111.  *        done through TLan_Probe and TLan_init_one. Actual
  112.  *        hardware probe is done with kernel API and 
  113.  *        TLan_EisaProbe.
  114.  *      - Adjusted debug information for probing.
  115.  *      - Fixed bug that would cause general debug information 
  116.  *        to be printed after driver removal. 
  117.  *      - Added transmit timeout handling.
  118.  *      - Fixed OOM return values in tlan_probe. 
  119.  *      - Fixed possible mem leak in tlan_exit 
  120.  *        (now tlan_remove_one).
  121.  *      - Fixed timer bug in TLan_phyMonitor.
  122.  *      - This driver version is alpha quality, please
  123.  *        send me any bug issues you may encounter.
  124.  *
  125.  * v1.11 Aug 31, 2000   - Do not try to register irq 0 if no irq line was 
  126.  *        set for EISA cards.
  127.  *      - Added support for NetFlex3/E with nibble-rate
  128.  *        10Base-T PHY. This is untestet as I haven't got
  129.  *        one of these cards.
  130.  *      - Fixed timer being added twice.
  131.  *      - Disabled PhyMonitoring by default as this is
  132.  *        work in progress. Define MONITOR to enable it.
  133.  *      - Now we don't display link info with PHYs that
  134.  *        doesn't support it (level1).
  135.  *      - Incresed tx_timeout beacuse of auto-neg.
  136.  *      - Adjusted timers for forced speeds.
  137.  *
  138.  * v1.12 Oct 12, 2000   - Minor fixes (memleak, init, etc.)
  139.  *
  140.  *  v1.13 Nov 28, 2000   - Stop flooding console with auto-neg issues
  141.  *         when link can't be established.
  142.  *      - Added the bbuf option as a kernel parameter.
  143.  *      - Fixed ioaddr probe bug.
  144.  *      - Fixed stupid deadlock with MII interrupts.
  145.  *      - Added support for speed/duplex selection with 
  146.  *        multiple nics.
  147.  *      - Added partly fix for TX Channel lockup with
  148.  *        TLAN v1.0 silicon. This needs to be investigated
  149.  *        further.
  150.  *
  151.  *  v1.14 Dec 16, 2000   - Added support for servicing multiple frames per.
  152.  *         interrupt. Thanks goes to
  153.  *         Adam Keys <adam@ti.com>
  154.  *         Denis Beaudoin <dbeaudoin@ti.com>
  155.  *         for providing the patch.
  156.  *       - Fixed auto-neg output when using multiple
  157.  *         adapters.
  158.  *       - Converted to use new taskq interface.
  159.  *
  160.  *  v1.14a Jan 6, 2001   - Minor adjustments (spinlocks, etc.)
  161.  *
  162.  * Samuel Chessman <chessman@tux.org> New Maintainer!
  163.  *
  164.  * v1.15 Apr 4, 2002    - Correct operation when aui=1 to be
  165.  *                        10T half duplex no loopback
  166.  *                        Thanks to Gunnar Eikman
  167.  *******************************************************************************/
  168.                                                                                 
  169. #include <linux/module.h>
  170. #include "tlan.h"
  171. #include <linux/init.h>
  172. #include <linux/ioport.h>
  173. #include <linux/pci.h>
  174. #include <linux/etherdevice.h>
  175. #include <linux/delay.h>
  176. #include <linux/spinlock.h>
  177. #include <linux/mii.h>
  178. typedef u32 (TLanIntVectorFunc)( struct net_device *, u16 );
  179. /* For removing EISA devices */
  180. static struct net_device *TLan_Eisa_Devices;
  181. static int TLanDevicesInstalled;
  182. /* Set speed, duplex and aui settings */
  183. static  int aui[MAX_TLAN_BOARDS];
  184. static  int duplex[MAX_TLAN_BOARDS];
  185. static  int speed[MAX_TLAN_BOARDS];
  186. static  int boards_found;
  187. MODULE_AUTHOR("Maintainer: Samuel Chessman <chessman@tux.org>");
  188. MODULE_DESCRIPTION("Driver for TI ThunderLAN based ethernet PCI adapters");
  189. MODULE_LICENSE("GPL");
  190. MODULE_PARM(aui, "1-" __MODULE_STRING(MAX_TLAN_BOARDS) "i");
  191. MODULE_PARM(duplex, "1-" __MODULE_STRING(MAX_TLAN_BOARDS) "i");
  192. MODULE_PARM(speed, "1-" __MODULE_STRING(MAX_TLAN_BOARDS) "i");
  193. MODULE_PARM(debug, "i");
  194. MODULE_PARM(bbuf, "i");
  195. MODULE_PARM_DESC(aui, "ThunderLAN use AUI port(s) (0-1)");
  196. MODULE_PARM_DESC(duplex, "ThunderLAN duplex setting(s) (0-default, 1-half, 2-full)");
  197. MODULE_PARM_DESC(speed, "ThunderLAN port speen setting(s) (0,10,100)");
  198. MODULE_PARM_DESC(debug, "ThunderLAN debug mask");
  199. MODULE_PARM_DESC(bbuf, "ThunderLAN use big buffer (0-1)");
  200. EXPORT_NO_SYMBOLS;
  201. /* Define this to enable Link beat monitoring */
  202. #undef MONITOR
  203. /* Turn on debugging. See linux/Documentation/networking/tlan.txt for details */
  204. static  int debug;
  205. static int bbuf;
  206. static u8 *TLanPadBuffer;
  207. static char TLanSignature[] = "TLAN";
  208. static const char tlan_banner[] = "ThunderLAN driver v1.15n";
  209. static int tlan_have_pci;
  210. static int tlan_have_eisa;
  211. const char *media[] = {
  212. "10BaseT-HD ", "10BaseT-FD ","100baseTx-HD ", 
  213. "100baseTx-FD", "100baseT4", 0
  214. };
  215. int media_map[] = { 0x0020, 0x0040, 0x0080, 0x0100, 0x0200,};
  216. static struct board {
  217. const char *deviceLabel;
  218. u32     flags;
  219. u16     addrOfs;
  220. } board_info[] __devinitdata = {
  221. { "Compaq Netelligent 10 T PCI UTP", TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
  222. { "Compaq Netelligent 10/100 TX PCI UTP", TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
  223. { "Compaq Integrated NetFlex-3/P", TLAN_ADAPTER_NONE, 0x83 },
  224. { "Compaq NetFlex-3/P", TLAN_ADAPTER_UNMANAGED_PHY | TLAN_ADAPTER_BIT_RATE_PHY, 0x83 },
  225. { "Compaq NetFlex-3/P", TLAN_ADAPTER_NONE, 0x83 },
  226. { "Compaq Netelligent Integrated 10/100 TX UTP", TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
  227. { "Compaq Netelligent Dual 10/100 TX PCI UTP", TLAN_ADAPTER_NONE, 0x83 },
  228. { "Compaq Netelligent 10/100 TX Embedded UTP", TLAN_ADAPTER_NONE, 0x83 },
  229. { "Olicom OC-2183/2185", TLAN_ADAPTER_USE_INTERN_10, 0x83 },
  230. { "Olicom OC-2325", TLAN_ADAPTER_UNMANAGED_PHY, 0xF8 },
  231. { "Olicom OC-2326", TLAN_ADAPTER_USE_INTERN_10, 0xF8 },
  232. { "Compaq Netelligent 10/100 TX UTP", TLAN_ADAPTER_ACTIVITY_LED, 0x83 },
  233. { "Compaq Netelligent 10 T/2 PCI UTP/Coax", TLAN_ADAPTER_NONE, 0x83 },
  234. { "Compaq NetFlex-3/E", TLAN_ADAPTER_ACTIVITY_LED |  /* EISA card */
  235.                         TLAN_ADAPTER_UNMANAGED_PHY | TLAN_ADAPTER_BIT_RATE_PHY, 0x83 },
  236. { "Compaq NetFlex-3/E", TLAN_ADAPTER_ACTIVITY_LED, 0x83 }, /* EISA card */
  237. };
  238. static struct pci_device_id tlan_pci_tbl[] __devinitdata = {
  239. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL10,
  240. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
  241. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100,
  242. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 },
  243. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETFLEX3I,
  244. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2 },
  245. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_THUNDER,
  246. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 3 },
  247. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETFLEX3B,
  248. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 },
  249. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100PI,
  250. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 5 },
  251. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100D,
  252. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 6 },
  253. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_NETEL100I,
  254. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 7 },
  255. { PCI_VENDOR_ID_OLICOM, PCI_DEVICE_ID_OLICOM_OC2183,
  256. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 },
  257. { PCI_VENDOR_ID_OLICOM, PCI_DEVICE_ID_OLICOM_OC2325,
  258. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 9 },
  259. { PCI_VENDOR_ID_OLICOM, PCI_DEVICE_ID_OLICOM_OC2326,
  260. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 10 },
  261. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_NETELLIGENT_10_100_WS_5100,
  262. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 11 },
  263. { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_NETELLIGENT_10_T2,
  264. PCI_ANY_ID, PCI_ANY_ID, 0, 0, 12 },
  265. { 0,}
  266. };
  267. MODULE_DEVICE_TABLE(pci, tlan_pci_tbl);
  268. static void TLan_EisaProbe( void );
  269. static void TLan_Eisa_Cleanup( void );
  270. static int      TLan_Init( struct net_device * );
  271. static int TLan_Open( struct net_device *dev );
  272. static int TLan_StartTx( struct sk_buff *, struct net_device *);
  273. static void TLan_HandleInterrupt( int, void *, struct pt_regs *);
  274. static int TLan_Close( struct net_device *);
  275. static struct net_device_stats *TLan_GetStats( struct net_device *);
  276. static void TLan_SetMulticastList( struct net_device *);
  277. static int TLan_ioctl( struct net_device *dev, struct ifreq *rq, int cmd);
  278. static int      TLan_probe1( struct pci_dev *pdev, long ioaddr, int irq, int rev, const struct pci_device_id *ent);
  279. static void TLan_tx_timeout( struct net_device *dev);
  280. static int  tlan_init_one( struct pci_dev *pdev, const struct pci_device_id *ent);
  281. static u32 TLan_HandleInvalid( struct net_device *, u16 );
  282. static u32 TLan_HandleTxEOF( struct net_device *, u16 );
  283. static u32 TLan_HandleStatOverflow( struct net_device *, u16 );
  284. static u32 TLan_HandleRxEOF( struct net_device *, u16 );
  285. static u32 TLan_HandleDummy( struct net_device *, u16 );
  286. static u32 TLan_HandleTxEOC( struct net_device *, u16 );
  287. static u32 TLan_HandleStatusCheck( struct net_device *, u16 );
  288. static u32 TLan_HandleRxEOC( struct net_device *, u16 );
  289. static void TLan_Timer( unsigned long );
  290. static void TLan_ResetLists( struct net_device * );
  291. static void TLan_FreeLists( struct net_device * );
  292. static void TLan_PrintDio( u16 );
  293. static void TLan_PrintList( TLanList *, char *, int );
  294. static void TLan_ReadAndClearStats( struct net_device *, int );
  295. static void TLan_ResetAdapter( struct net_device * );
  296. static void TLan_FinishReset( struct net_device * );
  297. static void TLan_SetMac( struct net_device *, int areg, char *mac );
  298. static void TLan_PhyPrint( struct net_device * );
  299. static void TLan_PhyDetect( struct net_device * );
  300. static void TLan_PhyPowerDown( struct net_device * );
  301. static void TLan_PhyPowerUp( struct net_device * );
  302. static void TLan_PhyReset( struct net_device * );
  303. static void TLan_PhyStartLink( struct net_device * );
  304. static void TLan_PhyFinishAutoNeg( struct net_device * );
  305. #ifdef MONITOR
  306. static void     TLan_PhyMonitor( struct net_device * );
  307. #endif
  308. /*
  309. static int TLan_PhyNop( struct net_device * );
  310. static int TLan_PhyInternalCheck( struct net_device * );
  311. static int TLan_PhyInternalService( struct net_device * );
  312. static int TLan_PhyDp83840aCheck( struct net_device * );
  313. */
  314. static int TLan_MiiReadReg( struct net_device *, u16, u16, u16 * );
  315. static void TLan_MiiSendData( u16, u32, unsigned );
  316. static void TLan_MiiSync( u16 );
  317. static void TLan_MiiWriteReg( struct net_device *, u16, u16, u16 );
  318. static void TLan_EeSendStart( u16 );
  319. static int TLan_EeSendByte( u16, u8, int );
  320. static void TLan_EeReceiveByte( u16, u8 *, int );
  321. static int TLan_EeReadByte( struct net_device *, u8, u8 * );
  322. static TLanIntVectorFunc *TLanIntVector[TLAN_INT_NUMBER_OF_INTS] = {
  323. TLan_HandleInvalid,
  324. TLan_HandleTxEOF,
  325. TLan_HandleStatOverflow,
  326. TLan_HandleRxEOF,
  327. TLan_HandleDummy,
  328. TLan_HandleTxEOC,
  329. TLan_HandleStatusCheck,
  330. TLan_HandleRxEOC
  331. };
  332. static inline void
  333. TLan_SetTimer( struct net_device *dev, u32 ticks, u32 type )
  334. {
  335. TLanPrivateInfo *priv = dev->priv;
  336. unsigned long flags = 0;
  337. if (!in_irq())
  338. spin_lock_irqsave(&priv->lock, flags);
  339. if ( priv->timer.function != NULL &&
  340. priv->timerType != TLAN_TIMER_ACTIVITY ) { 
  341. if (!in_irq())
  342. spin_unlock_irqrestore(&priv->lock, flags);
  343. return;
  344. }
  345. priv->timer.function = &TLan_Timer;
  346. if (!in_irq())
  347. spin_unlock_irqrestore(&priv->lock, flags);
  348. priv->timer.data = (unsigned long) dev;
  349. priv->timerSetAt = jiffies;
  350. priv->timerType = type;
  351. mod_timer(&priv->timer, jiffies + ticks);
  352. } /* TLan_SetTimer */
  353. /*****************************************************************************
  354. ******************************************************************************
  355. ThunderLAN Driver Primary Functions
  356. These functions are more or less common to all Linux network drivers.
  357. ******************************************************************************
  358. *****************************************************************************/
  359. /***************************************************************
  360.  * tlan_remove_one
  361.  *
  362.  * Returns:
  363.  * Nothing
  364.  * Parms:
  365.  * None
  366.  *
  367.  * Goes through the TLanDevices list and frees the device
  368.  * structs and memory associated with each device (lists
  369.  * and buffers).  It also ureserves the IO port regions
  370.  * associated with this device.
  371.  *
  372.  **************************************************************/
  373. static void __devexit tlan_remove_one( struct pci_dev *pdev)
  374. {
  375. struct net_device *dev = pci_get_drvdata( pdev );
  376. TLanPrivateInfo *priv = dev->priv;
  377. unregister_netdev( dev );
  378. if ( priv->dmaStorage ) {
  379. kfree( priv->dmaStorage );
  380. }
  381. release_region( dev->base_addr, 0x10 );
  382. kfree( dev );
  383. pci_set_drvdata( pdev, NULL );
  384. static struct pci_driver tlan_driver = {
  385. name: "tlan",
  386. id_table: tlan_pci_tbl,
  387. probe: tlan_init_one,
  388. remove: __devexit_p(tlan_remove_one),
  389. };
  390. static int __init tlan_probe(void)
  391. {
  392. static int pad_allocated;
  393. printk(KERN_INFO "%s", tlan_banner);
  394. TLanPadBuffer = (u8 *) kmalloc(TLAN_MIN_FRAME_SIZE, 
  395. GFP_KERNEL);
  396. if (TLanPadBuffer == NULL) {
  397. printk(KERN_ERR "TLAN: Could not allocate memory for pad buffer.n");
  398. return -ENOMEM;
  399. }
  400. memset(TLanPadBuffer, 0, TLAN_MIN_FRAME_SIZE);
  401. pad_allocated = 1;
  402. TLAN_DBG(TLAN_DEBUG_PROBE, "Starting PCI Probe....n");
  403. /* Use new style PCI probing. Now the kernel will
  404.    do most of this for us */
  405. pci_register_driver(&tlan_driver);
  406. TLAN_DBG(TLAN_DEBUG_PROBE, "Starting EISA Probe....n");
  407. TLan_EisaProbe();
  408. printk(KERN_INFO "TLAN: %d device%s installed, PCI: %d  EISA: %dn", 
  409.  TLanDevicesInstalled, TLanDevicesInstalled == 1 ? "" : "s",
  410.  tlan_have_pci, tlan_have_eisa);
  411. if (TLanDevicesInstalled == 0) {
  412. pci_unregister_driver(&tlan_driver);
  413. kfree(TLanPadBuffer);
  414. return -ENODEV;
  415. }
  416. return 0;
  417. }
  418. static int __devinit tlan_init_one( struct pci_dev *pdev,
  419.     const struct pci_device_id *ent)
  420. {
  421. return TLan_probe1( pdev, -1, -1, 0, ent);
  422. }
  423. /*
  424. ***************************************************************
  425.  * tlan_probe1
  426.  *
  427.  * Returns:
  428.  * 0 on success, error code on error
  429.  * Parms: 
  430.  * none
  431.  *
  432.  * The name is lower case to fit in with all the rest of
  433.  * the netcard_probe names.  This function looks for 
  434.  * another TLan based adapter, setting it up with the
  435.  * allocated device struct if one is found.
  436.  * tlan_probe has been ported to the new net API and
  437.  * now allocates its own device structure. This function
  438.  * is also used by modules.
  439.  *
  440.  **************************************************************/
  441. static int __devinit TLan_probe1(struct pci_dev *pdev, 
  442. long ioaddr, int irq, int rev, const struct pci_device_id *ent )
  443. {
  444. struct net_device  *dev;
  445. TLanPrivateInfo    *priv;
  446. u8    pci_rev;
  447. u16    device_id;
  448. int    reg;
  449. if (pdev && pci_enable_device(pdev))
  450. return -EIO;
  451. dev = init_etherdev(NULL, sizeof(TLanPrivateInfo));
  452. if (dev == NULL) {
  453. printk(KERN_ERR "TLAN: Could not allocate memory for device.n");
  454. return -ENOMEM;
  455. }
  456. SET_MODULE_OWNER(dev);
  457. priv = dev->priv;
  458. /* Is this a PCI device? */
  459. if (pdev) {
  460. u32     pci_io_base = 0;
  461. priv->adapter = &board_info[ent->driver_data];
  462. pci_read_config_byte ( pdev, PCI_REVISION_ID, &pci_rev);
  463. for ( reg= 0; reg <= 5; reg ++ ) {
  464. if (pci_resource_flags(pdev, reg) & IORESOURCE_IO) {
  465. pci_io_base = pci_resource_start(pdev, reg);
  466. TLAN_DBG( TLAN_DEBUG_GNRL, "IO mapping is available at %x.n",
  467. pci_io_base);
  468. break;
  469. }
  470. }
  471. if (!pci_io_base) {
  472. printk(KERN_ERR "TLAN: No IO mappings availablen");
  473. unregister_netdev(dev);
  474. kfree(dev);
  475. return -ENODEV;
  476. }
  477. dev->base_addr = pci_io_base;
  478. dev->irq = pdev->irq;
  479. priv->adapterRev = pci_rev; 
  480. pci_set_master(pdev);
  481. pci_set_drvdata(pdev, dev);
  482. } else {     /* EISA card */
  483. /* This is a hack. We need to know which board structure
  484.  * is suited for this adapter */
  485. device_id = inw(ioaddr + EISA_ID2);
  486. priv->is_eisa = 1;
  487. if (device_id == 0x20F1) {
  488. priv->adapter = &board_info[13];  /* NetFlex-3/E */
  489. priv->adapterRev = 23; /* TLAN 2.3 */
  490. } else {
  491. priv->adapter = &board_info[14];
  492. priv->adapterRev = 10; /* TLAN 1.0 */
  493. }
  494. dev->base_addr = ioaddr;
  495. dev->irq = irq;
  496. }
  497. /* Kernel parameters */
  498. if (dev->mem_start) {
  499. priv->aui    = dev->mem_start & 0x01;
  500. priv->duplex = ((dev->mem_start & 0x06) == 0x06) ? 0 : (dev->mem_start & 0x06) >> 1;
  501. priv->speed  = ((dev->mem_start & 0x18) == 0x18) ? 0 : (dev->mem_start & 0x18) >> 3;
  502. if (priv->speed == 0x1) {
  503. priv->speed = TLAN_SPEED_10;
  504. } else if (priv->speed == 0x2) {
  505. priv->speed = TLAN_SPEED_100;
  506. }
  507. debug = priv->debug = dev->mem_end;
  508. } else {
  509. priv->aui    = aui[boards_found];
  510. priv->speed  = speed[boards_found];
  511. priv->duplex = duplex[boards_found];
  512. priv->debug = debug;
  513. }
  514. /* This will be used when we get an adapter error from
  515.  * within our irq handler */
  516. INIT_LIST_HEAD(&priv->tlan_tqueue.list);
  517. priv->tlan_tqueue.sync = 0;
  518. priv->tlan_tqueue.routine = (void *)(void*)TLan_tx_timeout;
  519. priv->tlan_tqueue.data = dev;
  520. spin_lock_init(&priv->lock);
  521. if (TLan_Init(dev)) {
  522. printk(KERN_ERR "TLAN: Could not register device.n");
  523. unregister_netdev(dev);
  524. kfree(dev);
  525. return -EAGAIN;
  526. } else {
  527. TLanDevicesInstalled++;
  528. boards_found++;
  529. /* pdev is NULL if this is an EISA device */
  530. if (pdev)
  531. tlan_have_pci++;
  532. else {
  533. priv->nextDevice = TLan_Eisa_Devices;
  534. TLan_Eisa_Devices = dev;
  535. tlan_have_eisa++;
  536. }
  537. printk(KERN_INFO "TLAN: %s irq=%2d, io=%04x, %s, Rev. %dn",
  538. dev->name,
  539. (int) dev->irq,
  540. (int) dev->base_addr,
  541. priv->adapter->deviceLabel,
  542. priv->adapterRev);
  543. return 0;
  544. }
  545. }
  546. static void TLan_Eisa_Cleanup(void)
  547. {
  548. struct net_device *dev;
  549. TLanPrivateInfo *priv;
  550. while( tlan_have_eisa ) {
  551. dev = TLan_Eisa_Devices;
  552. priv = dev->priv;
  553. if (priv->dmaStorage) {
  554. kfree(priv->dmaStorage);
  555. }
  556. release_region( dev->base_addr, 0x10);
  557. unregister_netdev( dev );
  558. TLan_Eisa_Devices = priv->nextDevice;
  559. kfree( dev );
  560. tlan_have_eisa--;
  561. }
  562. }
  563. static void __exit tlan_exit(void)
  564. {
  565. pci_unregister_driver(&tlan_driver);
  566. if (tlan_have_eisa)
  567. TLan_Eisa_Cleanup();
  568. kfree( TLanPadBuffer );
  569. }
  570. /* Module loading/unloading */
  571. module_init(tlan_probe);
  572. module_exit(tlan_exit);
  573. /**************************************************************
  574.  *  TLan_EisaProbe
  575.  *
  576.  *   Returns: 0 on success, 1 otherwise
  577.  *
  578.  *   Parms:  None
  579.  *
  580.  *
  581.  *   This functions probes for EISA devices and calls 
  582.  *   TLan_probe1 when one is found. 
  583.  *
  584.  *************************************************************/
  585. static void  __init TLan_EisaProbe (void) 
  586. {
  587. long  ioaddr;
  588. int  rc = -ENODEV;
  589. int  irq;
  590. u16 device_id;
  591. if (!EISA_bus) {
  592. TLAN_DBG(TLAN_DEBUG_PROBE, "No EISA bus presentn");
  593. return;
  594. }
  595. /* Loop through all slots of the EISA bus */
  596. for (ioaddr = 0x1000; ioaddr < 0x9000; ioaddr += 0x1000) {
  597. TLAN_DBG(TLAN_DEBUG_PROBE,"EISA_ID 0x%4x: 0x%4xn", (int) ioaddr + 0xC80, inw(ioaddr + EISA_ID));
  598. TLAN_DBG(TLAN_DEBUG_PROBE,"EISA_ID 0x%4x: 0x%4xn", (int) ioaddr + 0xC82, inw(ioaddr + EISA_ID2));
  599. TLAN_DBG(TLAN_DEBUG_PROBE, "Probing for EISA adapter at IO: 0x%4x : ",
  600.     (int) ioaddr);
  601. if (request_region(ioaddr, 0x10, TLanSignature) == NULL) 
  602. goto out;
  603. if (inw(ioaddr + EISA_ID) != 0x110E) {
  604. release_region(ioaddr, 0x10);
  605. goto out;
  606. }
  607. device_id = inw(ioaddr + EISA_ID2);
  608. if (device_id !=  0x20F1 && device_id != 0x40F1) { 
  609. release_region (ioaddr, 0x10);
  610. goto out;
  611. }
  612.   if (inb(ioaddr + EISA_CR) != 0x1) {  /* Check if adapter is enabled */
  613. release_region (ioaddr, 0x10);
  614. goto out2;
  615. }
  616. if (debug == 0x10)
  617. printk("Found onen");
  618. /* Get irq from board */
  619. switch (inb(ioaddr + 0xCC0)) {
  620. case(0x10):
  621. irq=5;
  622. break;
  623. case(0x20):
  624. irq=9;
  625. break;
  626. case(0x40):
  627. irq=10;
  628. break;
  629. case(0x80):
  630. irq=11;
  631. break;
  632. default:
  633. goto out;
  634. }               
  635. /* Setup the newly found eisa adapter */
  636. rc = TLan_probe1( NULL, ioaddr, irq,
  637. 12, NULL);
  638. continue;
  639. out:
  640. if (debug == 0x10)
  641. printk("None foundn");
  642. continue;
  643. out2: if (debug == 0x10)
  644. printk("Card found but it is not enabled, skippingn");
  645. continue;
  646. }
  647. } /* TLan_EisaProbe */
  648. /***************************************************************
  649.  * TLan_Init
  650.  *
  651.  * Returns:
  652.  * 0 on success, error code otherwise.
  653.  * Parms:
  654.  * dev The structure of the device to be
  655.  * init'ed.
  656.  *
  657.  * This function completes the initialization of the
  658.  * device structure and driver.  It reserves the IO
  659.  * addresses, allocates memory for the lists and bounce
  660.  * buffers, retrieves the MAC address from the eeprom
  661.  * and assignes the device's methods.
  662.  *
  663.  **************************************************************/
  664. static int TLan_Init( struct net_device *dev )
  665. {
  666. int dma_size;
  667. int  err;
  668. int i;
  669. TLanPrivateInfo *priv;
  670. priv = dev->priv;
  671. if (!priv->is_eisa) /* EISA devices have already requested IO */
  672. if (!request_region( dev->base_addr, 0x10, TLanSignature )) {
  673. printk(KERN_ERR "TLAN: %s: IO port region 0x%lx size 0x%x in use.n",
  674. dev->name,
  675. dev->base_addr,
  676. 0x10 );
  677. return -EIO;
  678. }
  679. if ( bbuf ) {
  680. dma_size = ( TLAN_NUM_RX_LISTS + TLAN_NUM_TX_LISTS )
  681.            * ( sizeof(TLanList) + TLAN_MAX_FRAME_SIZE );
  682. } else {
  683. dma_size = ( TLAN_NUM_RX_LISTS + TLAN_NUM_TX_LISTS )
  684.            * ( sizeof(TLanList) );
  685. }
  686. priv->dmaStorage = kmalloc(dma_size, GFP_KERNEL | GFP_DMA);
  687. if ( priv->dmaStorage == NULL ) {
  688. printk(KERN_ERR "TLAN:  Could not allocate lists and buffers for %s.n",
  689. dev->name );
  690. release_region( dev->base_addr, 0x10 );
  691. return -ENOMEM;
  692. }
  693. memset( priv->dmaStorage, 0, dma_size );
  694. priv->rxList = (TLanList *) 
  695.        ( ( ( (u32) priv->dmaStorage ) + 7 ) & 0xFFFFFFF8 );
  696. priv->txList = priv->rxList + TLAN_NUM_RX_LISTS;
  697. if ( bbuf ) {
  698. priv->rxBuffer = (u8 *) ( priv->txList + TLAN_NUM_TX_LISTS );
  699. priv->txBuffer = priv->rxBuffer
  700.  + ( TLAN_NUM_RX_LISTS * TLAN_MAX_FRAME_SIZE );
  701. }
  702. err = 0;
  703. for ( i = 0;  i < 6 ; i++ )
  704. err |= TLan_EeReadByte( dev,
  705. (u8) priv->adapter->addrOfs + i,
  706. (u8 *) &dev->dev_addr[i] );
  707. if ( err ) {
  708. printk(KERN_ERR "TLAN: %s: Error reading MAC from eeprom: %dn",
  709. dev->name,
  710. err );
  711. }
  712. dev->addr_len = 6;
  713. /* Device methods */
  714. dev->open = &TLan_Open;
  715. dev->hard_start_xmit = &TLan_StartTx;
  716. dev->stop = &TLan_Close;
  717. dev->get_stats = &TLan_GetStats;
  718. dev->set_multicast_list = &TLan_SetMulticastList;
  719. dev->do_ioctl = &TLan_ioctl;
  720. dev->tx_timeout = &TLan_tx_timeout;
  721. dev->watchdog_timeo = TX_TIMEOUT;
  722. return 0;
  723. } /* TLan_Init */
  724. /***************************************************************
  725.  * TLan_Open
  726.  *
  727.  * Returns:
  728.  * 0 on success, error code otherwise.
  729.  * Parms:
  730.  * dev Structure of device to be opened.
  731.  *
  732.  * This routine puts the driver and TLAN adapter in a
  733.  * state where it is ready to send and receive packets.
  734.  * It allocates the IRQ, resets and brings the adapter
  735.  * out of reset, and allows interrupts.  It also delays
  736.  * the startup for autonegotiation or sends a Rx GO
  737.  * command to the adapter, as appropriate.
  738.  *
  739.  **************************************************************/
  740. static int TLan_Open( struct net_device *dev )
  741. {
  742. TLanPrivateInfo *priv = dev->priv;
  743. int err;
  744. priv->tlanRev = TLan_DioRead8( dev->base_addr, TLAN_DEF_REVISION );
  745. err = request_irq( dev->irq, TLan_HandleInterrupt, SA_SHIRQ, TLanSignature, dev );
  746. if ( err ) {
  747. printk(KERN_ERR "TLAN:  Cannot open %s because IRQ %d is already in use.n", dev->name, dev->irq );
  748. return err;
  749. }
  750. init_timer(&priv->timer);
  751. netif_start_queue(dev);
  752. /* NOTE: It might not be necessary to read the stats before a
  753.  reset if you don't care what the values are.
  754. */
  755. TLan_ResetLists( dev );
  756. TLan_ReadAndClearStats( dev, TLAN_IGNORE );
  757. TLan_ResetAdapter( dev );
  758. TLAN_DBG( TLAN_DEBUG_GNRL, "%s: Opened.  TLAN Chip Rev: %xn", dev->name, priv->tlanRev );
  759. return 0;
  760. } /* TLan_Open */
  761. /**************************************************************
  762.  * TLan_ioctl
  763.  *
  764.  * Returns:
  765.  * 0 on success, error code otherwise
  766.  * Params:
  767.  * dev structure of device to receive ioctl.
  768.  *
  769.  * rq ifreq structure to hold userspace data.
  770.  *
  771.  * cmd ioctl command.
  772.  *
  773.  *
  774.  *************************************************************/
  775. static int TLan_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
  776. {
  777. TLanPrivateInfo *priv = dev->priv;
  778. struct mii_ioctl_data *data = (struct mii_ioctl_data *)&rq->ifr_data;
  779. u32 phy   = priv->phy[priv->phyNum];
  780. if (!priv->phyOnline)
  781. return -EAGAIN;
  782. switch(cmd) {
  783. case SIOCGMIIPHY: /* Get address of MII PHY in use. */
  784. case SIOCDEVPRIVATE: /* for binary compat, remove in 2.5 */
  785. data->phy_id = phy;
  786. case SIOCGMIIREG: /* Read MII PHY register. */
  787. case SIOCDEVPRIVATE+1: /* for binary compat, remove in 2.5 */
  788. TLan_MiiReadReg(dev, data->phy_id & 0x1f, data->reg_num & 0x1f, &data->val_out);
  789. return 0;
  790. case SIOCSMIIREG: /* Write MII PHY register. */
  791. case SIOCDEVPRIVATE+2: /* for binary compat, remove in 2.5 */
  792. if (!capable(CAP_NET_ADMIN))
  793. return -EPERM;
  794. TLan_MiiWriteReg(dev, data->phy_id & 0x1f, data->reg_num & 0x1f, data->val_in);
  795. return 0;
  796. default:
  797. return -EOPNOTSUPP;
  798. }
  799. } /* tlan_ioctl */
  800. /***************************************************************
  801.  *  TLan_tx_timeout
  802.  *
  803.  *  Returns: nothing
  804.  *
  805.  *  Params:
  806.  *  dev structure of device which timed out 
  807.  *  during transmit.
  808.  *
  809.  **************************************************************/
  810. static void TLan_tx_timeout(struct net_device *dev)
  811. {
  812. TLAN_DBG( TLAN_DEBUG_GNRL, "%s: Transmit timed out.n", dev->name);
  813. /* Ok so we timed out, lets see what we can do about it...*/
  814. TLan_FreeLists( dev );
  815. TLan_ResetLists( dev );
  816. TLan_ReadAndClearStats( dev, TLAN_IGNORE );
  817. TLan_ResetAdapter( dev );
  818. dev->trans_start = jiffies;
  819. netif_wake_queue( dev );
  820. }
  821. /***************************************************************
  822.  * TLan_StartTx
  823.  *  
  824.  * Returns:
  825.  * 0 on success, non-zero on failure.
  826.  * Parms:
  827.  * skb A pointer to the sk_buff containing the
  828.  * frame to be sent.
  829.  * dev The device to send the data on.
  830.  *
  831.  * This function adds a frame to the Tx list to be sent
  832.  * ASAP.  First it verifies that the adapter is ready and
  833.  * there is room in the queue.  Then it sets up the next
  834.  * available list, copies the frame to the corresponding
  835.  * buffer.  If the adapter Tx channel is idle, it gives
  836.  * the adapter a Tx Go command on the list, otherwise it
  837.  * sets the forward address of the previous list to point
  838.  * to this one.  Then it frees the sk_buff.
  839.  *
  840.  **************************************************************/
  841. static int TLan_StartTx( struct sk_buff *skb, struct net_device *dev )
  842. {
  843. TLanPrivateInfo *priv = dev->priv;
  844. TLanList *tail_list;
  845. u8 *tail_buffer;
  846. int pad;
  847. unsigned long flags;
  848. if ( ! priv->phyOnline ) {
  849. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  %s PHY is not readyn", dev->name );
  850. dev_kfree_skb_any(skb);
  851. return 0;
  852. }
  853. tail_list = priv->txList + priv->txTail;
  854. if ( tail_list->cStat != TLAN_CSTAT_UNUSED ) {
  855. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  %s is busy (Head=%d Tail=%d)n", dev->name, priv->txHead, priv->txTail );
  856. netif_stop_queue(dev);
  857. priv->txBusyCount++;
  858. return 1;
  859. }
  860. tail_list->forward = 0;
  861. if ( bbuf ) {
  862. tail_buffer = priv->txBuffer + ( priv->txTail * TLAN_MAX_FRAME_SIZE );
  863. memcpy( tail_buffer, skb->data, skb->len );
  864. } else {
  865. tail_list->buffer[0].address = virt_to_bus( skb->data );
  866. tail_list->buffer[9].address = (u32) skb;
  867. }
  868. pad = TLAN_MIN_FRAME_SIZE - skb->len;
  869. if ( pad > 0 ) {
  870. tail_list->frameSize = (u16) skb->len + pad;
  871. tail_list->buffer[0].count = (u32) skb->len;
  872. tail_list->buffer[1].count = TLAN_LAST_BUFFER | (u32) pad;
  873. tail_list->buffer[1].address = virt_to_bus( TLanPadBuffer );
  874. } else {
  875. tail_list->frameSize = (u16) skb->len;
  876. tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) skb->len;
  877. tail_list->buffer[1].count = 0;
  878. tail_list->buffer[1].address = 0;
  879. }
  880. spin_lock_irqsave(&priv->lock, flags);
  881. tail_list->cStat = TLAN_CSTAT_READY;
  882. if ( ! priv->txInProgress ) {
  883. priv->txInProgress = 1;
  884. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  Starting TX on buffer %dn", priv->txTail );
  885. outl( virt_to_bus( tail_list ), dev->base_addr + TLAN_CH_PARM );
  886. outl( TLAN_HC_GO, dev->base_addr + TLAN_HOST_CMD );
  887. } else {
  888. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  Adding buffer %d to TX channeln", priv->txTail );
  889. if ( priv->txTail == 0 ) {
  890. ( priv->txList + ( TLAN_NUM_TX_LISTS - 1 ) )->forward = virt_to_bus( tail_list );
  891. } else {
  892. ( priv->txList + ( priv->txTail - 1 ) )->forward = virt_to_bus( tail_list );
  893. }
  894. }
  895. spin_unlock_irqrestore(&priv->lock, flags);
  896. CIRC_INC( priv->txTail, TLAN_NUM_TX_LISTS );
  897. if ( bbuf )
  898. dev_kfree_skb_any(skb);
  899. dev->trans_start = jiffies;
  900. return 0;
  901. } /* TLan_StartTx */
  902. /***************************************************************
  903.  * TLan_HandleInterrupt
  904.  *  
  905.  * Returns:
  906.  * Nothing
  907.  * Parms:
  908.  * irq The line on which the interrupt
  909.  * occurred.
  910.  * dev_id A pointer to the device assigned to
  911.  * this irq line.
  912.  * regs ???
  913.  *
  914.  * This function handles an interrupt generated by its
  915.  * assigned TLAN adapter.  The function deactivates
  916.  * interrupts on its adapter, records the type of
  917.  * interrupt, executes the appropriate subhandler, and
  918.  * acknowdges the interrupt to the adapter (thus
  919.  * re-enabling adapter interrupts.
  920.  *
  921.  **************************************************************/
  922. static void TLan_HandleInterrupt(int irq, void *dev_id, struct pt_regs *regs)
  923. {
  924. u32 ack;
  925. struct net_device *dev;
  926. u32 host_cmd;
  927. u16 host_int;
  928. int type;
  929. TLanPrivateInfo *priv;
  930. dev = dev_id;
  931. priv = dev->priv;
  932. spin_lock(&priv->lock);
  933. host_int = inw( dev->base_addr + TLAN_HOST_INT );
  934. outw( host_int, dev->base_addr + TLAN_HOST_INT );
  935. type = ( host_int & TLAN_HI_IT_MASK ) >> 2;
  936. ack = TLanIntVector[type]( dev, host_int );
  937. if ( ack ) {
  938. host_cmd = TLAN_HC_ACK | ack | ( type << 18 );
  939. outl( host_cmd, dev->base_addr + TLAN_HOST_CMD );
  940. }
  941. spin_unlock(&priv->lock);
  942. } /* TLan_HandleInterrupts */
  943. /***************************************************************
  944.  * TLan_Close
  945.  *  
  946.  *  Returns:
  947.  * An error code.
  948.  * Parms:
  949.  * dev The device structure of the device to
  950.  * close.
  951.  *
  952.  * This function shuts down the adapter.  It records any
  953.  * stats, puts the adapter into reset state, deactivates
  954.  * its time as needed, and frees the irq it is using.
  955.  *
  956.  **************************************************************/
  957. static int TLan_Close(struct net_device *dev)
  958. {
  959. TLanPrivateInfo *priv = dev->priv;
  960. netif_stop_queue(dev);
  961. priv->neg_be_verbose = 0;
  962. TLan_ReadAndClearStats( dev, TLAN_RECORD );
  963. outl( TLAN_HC_AD_RST, dev->base_addr + TLAN_HOST_CMD );
  964. if ( priv->timer.function != NULL ) {
  965. del_timer_sync( &priv->timer );
  966. priv->timer.function = NULL;
  967. }
  968. free_irq( dev->irq, dev );
  969. TLan_FreeLists( dev );
  970. TLAN_DBG( TLAN_DEBUG_GNRL, "Device %s closed.n", dev->name );
  971. return 0;
  972. } /* TLan_Close */
  973. /***************************************************************
  974.  * TLan_GetStats
  975.  *  
  976.  * Returns:
  977.  * A pointer to the device's statistics structure.
  978.  * Parms:
  979.  * dev The device structure to return the
  980.  * stats for.
  981.  *
  982.  * This function updates the devices statistics by reading
  983.  * the TLAN chip's onboard registers.  Then it returns the
  984.  * address of the statistics structure.
  985.  *
  986.  **************************************************************/
  987. static struct net_device_stats *TLan_GetStats( struct net_device *dev )
  988. {
  989. TLanPrivateInfo *priv = dev->priv;
  990. int i;
  991. /* Should only read stats if open ? */
  992. TLan_ReadAndClearStats( dev, TLAN_RECORD );
  993. TLAN_DBG( TLAN_DEBUG_RX, "RECEIVE:  %s EOC count = %dn", dev->name, priv->rxEocCount );
  994. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  %s Busy count = %dn", dev->name, priv->txBusyCount );
  995. if ( debug & TLAN_DEBUG_GNRL ) {
  996. TLan_PrintDio( dev->base_addr );
  997. TLan_PhyPrint( dev );
  998. }
  999. if ( debug & TLAN_DEBUG_LIST ) {
  1000. for ( i = 0; i < TLAN_NUM_RX_LISTS; i++ )
  1001. TLan_PrintList( priv->rxList + i, "RX", i );
  1002. for ( i = 0; i < TLAN_NUM_TX_LISTS; i++ )
  1003. TLan_PrintList( priv->txList + i, "TX", i );
  1004. }
  1005. return ( &( (TLanPrivateInfo *) dev->priv )->stats );
  1006. } /* TLan_GetStats */
  1007. /***************************************************************
  1008.  * TLan_SetMulticastList
  1009.  *  
  1010.  * Returns:
  1011.  * Nothing
  1012.  * Parms:
  1013.  * dev The device structure to set the
  1014.  * multicast list for.
  1015.  *
  1016.  * This function sets the TLAN adaptor to various receive
  1017.  * modes.  If the IFF_PROMISC flag is set, promiscuous
  1018.  * mode is acitviated.  Otherwise, promiscuous mode is
  1019.  * turned off.  If the IFF_ALLMULTI flag is set, then
  1020.  * the hash table is set to receive all group addresses.
  1021.  * Otherwise, the first three multicast addresses are
  1022.  * stored in AREG_1-3, and the rest are selected via the
  1023.  * hash table, as necessary.
  1024.  *
  1025.  **************************************************************/
  1026. static void TLan_SetMulticastList( struct net_device *dev )
  1027. {
  1028. struct dev_mc_list *dmi = dev->mc_list;
  1029. u32 hash1 = 0;
  1030. u32 hash2 = 0;
  1031. int i;
  1032. u32 offset;
  1033. u8 tmp;
  1034. if ( dev->flags & IFF_PROMISC ) {
  1035. tmp = TLan_DioRead8( dev->base_addr, TLAN_NET_CMD );
  1036. TLan_DioWrite8( dev->base_addr, TLAN_NET_CMD, tmp | TLAN_NET_CMD_CAF );
  1037. } else {
  1038. tmp = TLan_DioRead8( dev->base_addr, TLAN_NET_CMD );
  1039. TLan_DioWrite8( dev->base_addr, TLAN_NET_CMD, tmp & ~TLAN_NET_CMD_CAF );
  1040. if ( dev->flags & IFF_ALLMULTI ) {
  1041. for ( i = 0; i < 3; i++ ) 
  1042. TLan_SetMac( dev, i + 1, NULL );
  1043. TLan_DioWrite32( dev->base_addr, TLAN_HASH_1, 0xFFFFFFFF );
  1044. TLan_DioWrite32( dev->base_addr, TLAN_HASH_2, 0xFFFFFFFF );
  1045. } else {
  1046. for ( i = 0; i < dev->mc_count; i++ ) {
  1047. if ( i < 3 ) {
  1048. TLan_SetMac( dev, i + 1, (char *) &dmi->dmi_addr );
  1049. } else {
  1050. offset = TLan_HashFunc( (u8 *) &dmi->dmi_addr );
  1051. if ( offset < 32 ) 
  1052. hash1 |= ( 1 << offset );
  1053. else
  1054. hash2 |= ( 1 << ( offset - 32 ) );
  1055. }
  1056. dmi = dmi->next;
  1057. }
  1058. for ( ; i < 3; i++ ) 
  1059. TLan_SetMac( dev, i + 1, NULL );
  1060. TLan_DioWrite32( dev->base_addr, TLAN_HASH_1, hash1 );
  1061. TLan_DioWrite32( dev->base_addr, TLAN_HASH_2, hash2 );
  1062. }
  1063. }
  1064. } /* TLan_SetMulticastList */
  1065. /*****************************************************************************
  1066. ******************************************************************************
  1067.         ThunderLAN Driver Interrupt Vectors and Table
  1068. Please see Chap. 4, "Interrupt Handling" of the "ThunderLAN
  1069. Programmer's Guide" for more informations on handling interrupts
  1070. generated by TLAN based adapters.  
  1071. ******************************************************************************
  1072. *****************************************************************************/
  1073. /***************************************************************
  1074.  * TLan_HandleInvalid
  1075.  *
  1076.  * Returns:
  1077.  * 0
  1078.  * Parms:
  1079.  * dev Device assigned the IRQ that was
  1080.  * raised.
  1081.  * host_int The contents of the HOST_INT
  1082.  * port.
  1083.  *
  1084.  * This function handles invalid interrupts.  This should
  1085.  * never happen unless some other adapter is trying to use
  1086.  * the IRQ line assigned to the device.
  1087.  *
  1088.  **************************************************************/
  1089. u32 TLan_HandleInvalid( struct net_device *dev, u16 host_int )
  1090. {
  1091. /* printk( "TLAN:  Invalid interrupt on %s.n", dev->name ); */
  1092. return 0;
  1093. } /* TLan_HandleInvalid */
  1094. /***************************************************************
  1095.  * TLan_HandleTxEOF
  1096.  *
  1097.  * Returns:
  1098.  * 1
  1099.  * Parms:
  1100.  * dev Device assigned the IRQ that was
  1101.  * raised.
  1102.  * host_int The contents of the HOST_INT
  1103.  * port.
  1104.  *
  1105.  * This function handles Tx EOF interrupts which are raised
  1106.  * by the adapter when it has completed sending the
  1107.  * contents of a buffer.  If detemines which list/buffer
  1108.  * was completed and resets it.  If the buffer was the last
  1109.  * in the channel (EOC), then the function checks to see if
  1110.  * another buffer is ready to send, and if so, sends a Tx
  1111.  * Go command.  Finally, the driver activates/continues the
  1112.  * activity LED.
  1113.  *
  1114.  **************************************************************/
  1115. u32 TLan_HandleTxEOF( struct net_device *dev, u16 host_int )
  1116. {
  1117. TLanPrivateInfo *priv = dev->priv;
  1118. int eoc = 0;
  1119. TLanList *head_list;
  1120. u32 ack = 0;
  1121. u16 tmpCStat;
  1122. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  Handling TX EOF (Head=%d Tail=%d)n", priv->txHead, priv->txTail );
  1123. head_list = priv->txList + priv->txHead;
  1124. while (((tmpCStat = head_list->cStat ) & TLAN_CSTAT_FRM_CMP) && (ack < 255)) {
  1125. ack++;
  1126. if ( ! bbuf ) {
  1127. dev_kfree_skb_any( (struct sk_buff *) head_list->buffer[9].address );
  1128. head_list->buffer[9].address = 0;
  1129. }
  1130. if ( tmpCStat & TLAN_CSTAT_EOC )
  1131. eoc = 1;
  1132. priv->stats.tx_bytes += head_list->frameSize;
  1133. head_list->cStat = TLAN_CSTAT_UNUSED;
  1134. netif_start_queue(dev);
  1135. CIRC_INC( priv->txHead, TLAN_NUM_TX_LISTS ); 
  1136. head_list = priv->txList + priv->txHead;
  1137. }
  1138. if (!ack)
  1139. printk(KERN_INFO "TLAN: Received interrupt for uncompleted TX frame.n");
  1140. if ( eoc ) {
  1141. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  Handling TX EOC (Head=%d Tail=%d)n", priv->txHead, priv->txTail );
  1142. head_list = priv->txList + priv->txHead;
  1143. if ( ( head_list->cStat & TLAN_CSTAT_READY ) == TLAN_CSTAT_READY ) {
  1144. outl( virt_to_bus( head_list ), dev->base_addr + TLAN_CH_PARM );
  1145. ack |= TLAN_HC_GO;
  1146. } else {
  1147. priv->txInProgress = 0;
  1148. }
  1149. }
  1150. if ( priv->adapter->flags & TLAN_ADAPTER_ACTIVITY_LED ) {
  1151. TLan_DioWrite8( dev->base_addr, TLAN_LED_REG, TLAN_LED_LINK | TLAN_LED_ACT );
  1152. if ( priv->timer.function == NULL ) {
  1153.  priv->timer.function = &TLan_Timer;
  1154.  priv->timer.data = (unsigned long) dev;
  1155.  priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY;
  1156.  priv->timerSetAt = jiffies;
  1157.  priv->timerType = TLAN_TIMER_ACTIVITY;
  1158.  add_timer(&priv->timer);
  1159. } else if ( priv->timerType == TLAN_TIMER_ACTIVITY ) {
  1160. priv->timerSetAt = jiffies;
  1161. }
  1162. }
  1163. return ack;
  1164. } /* TLan_HandleTxEOF */
  1165. /***************************************************************
  1166.  * TLan_HandleStatOverflow
  1167.  *
  1168.  * Returns:
  1169.  * 1
  1170.  * Parms:
  1171.  * dev Device assigned the IRQ that was
  1172.  * raised.
  1173.  * host_int The contents of the HOST_INT
  1174.  * port.
  1175.  *
  1176.  * This function handles the Statistics Overflow interrupt
  1177.  * which means that one or more of the TLAN statistics
  1178.  * registers has reached 1/2 capacity and needs to be read.
  1179.  *
  1180.  **************************************************************/
  1181. u32 TLan_HandleStatOverflow( struct net_device *dev, u16 host_int )
  1182. {
  1183. TLan_ReadAndClearStats( dev, TLAN_RECORD );
  1184. return 1;
  1185. } /* TLan_HandleStatOverflow */
  1186. /***************************************************************
  1187.  * TLan_HandleRxEOF
  1188.  *
  1189.  * Returns:
  1190.  * 1
  1191.  * Parms:
  1192.  * dev Device assigned the IRQ that was
  1193.  * raised.
  1194.  * host_int The contents of the HOST_INT
  1195.  * port.
  1196.  *
  1197.  * This function handles the Rx EOF interrupt which
  1198.  * indicates a frame has been received by the adapter from
  1199.  * the net and the frame has been transferred to memory.
  1200.  * The function determines the bounce buffer the frame has
  1201.  * been loaded into, creates a new sk_buff big enough to
  1202.  * hold the frame, and sends it to protocol stack.  It
  1203.  * then resets the used buffer and appends it to the end
  1204.  * of the list.  If the frame was the last in the Rx
  1205.  * channel (EOC), the function restarts the receive channel
  1206.  * by sending an Rx Go command to the adapter.  Then it
  1207.  * activates/continues the activity LED.
  1208.  *
  1209.  **************************************************************/
  1210. u32 TLan_HandleRxEOF( struct net_device *dev, u16 host_int )
  1211. {
  1212. TLanPrivateInfo *priv = dev->priv;
  1213. u32 ack = 0;
  1214. int eoc = 0;
  1215. u8 *head_buffer;
  1216. TLanList *head_list;
  1217. struct sk_buff *skb;
  1218. TLanList *tail_list;
  1219. void *t;
  1220. u32 frameSize;
  1221. u16 tmpCStat;
  1222. TLAN_DBG( TLAN_DEBUG_RX, "RECEIVE:  Handling RX EOF (Head=%d Tail=%d)n", priv->rxHead, priv->rxTail );
  1223. head_list = priv->rxList + priv->rxHead;
  1224. while (((tmpCStat = head_list->cStat) & TLAN_CSTAT_FRM_CMP) && (ack < 255)) {
  1225. frameSize = head_list->frameSize;
  1226. ack++;
  1227. if (tmpCStat & TLAN_CSTAT_EOC)
  1228. eoc = 1;
  1229. if (bbuf) {
  1230. skb = dev_alloc_skb(frameSize + 7);
  1231. if (skb == NULL)
  1232. printk(KERN_INFO "TLAN: Couldn't allocate memory for received data.n");
  1233. else {
  1234. head_buffer = priv->rxBuffer + (priv->rxHead * TLAN_MAX_FRAME_SIZE);
  1235. skb->dev = dev;
  1236. skb_reserve(skb, 2);
  1237. t = (void *) skb_put(skb, frameSize);
  1238. priv->stats.rx_bytes += head_list->frameSize;
  1239. memcpy( t, head_buffer, frameSize );
  1240. skb->protocol = eth_type_trans( skb, dev );
  1241. netif_rx( skb );
  1242. }
  1243. } else {
  1244. struct sk_buff *new_skb;
  1245. /*
  1246.   * I changed the algorithm here. What we now do
  1247.   * is allocate the new frame. If this fails we
  1248.   * simply recycle the frame.
  1249.   */
  1250. new_skb = dev_alloc_skb( TLAN_MAX_FRAME_SIZE + 7 );
  1251. if ( new_skb != NULL ) {
  1252. /* If this ever happened it would be a problem */
  1253. /* not any more - ac */
  1254. skb = (struct sk_buff *) head_list->buffer[9].address;
  1255. skb_trim( skb, frameSize );
  1256. priv->stats.rx_bytes += frameSize;
  1257. skb->protocol = eth_type_trans( skb, dev );
  1258. netif_rx( skb );
  1259. new_skb->dev = dev;
  1260. skb_reserve( new_skb, 2 );
  1261. t = (void *) skb_put( new_skb, TLAN_MAX_FRAME_SIZE );
  1262. head_list->buffer[0].address = virt_to_bus( t );
  1263. head_list->buffer[8].address = (u32) t;
  1264. head_list->buffer[9].address = (u32) new_skb;
  1265. } else 
  1266. printk(KERN_WARNING "TLAN:  Couldn't allocate memory for received data.n" );
  1267. }
  1268. head_list->forward = 0;
  1269. head_list->cStat = 0;
  1270. tail_list = priv->rxList + priv->rxTail;
  1271. tail_list->forward = virt_to_bus( head_list );
  1272. CIRC_INC( priv->rxHead, TLAN_NUM_RX_LISTS );
  1273. CIRC_INC( priv->rxTail, TLAN_NUM_RX_LISTS );
  1274. head_list = priv->rxList + priv->rxHead;
  1275. }
  1276. if (!ack)
  1277. printk(KERN_INFO "TLAN: Received interrupt for uncompleted RX frame.n");
  1278. if ( eoc ) { 
  1279. TLAN_DBG( TLAN_DEBUG_RX, "RECEIVE:  Handling RX EOC (Head=%d Tail=%d)n", priv->rxHead, priv->rxTail );
  1280. head_list = priv->rxList + priv->rxHead;
  1281. outl( virt_to_bus( head_list ), dev->base_addr + TLAN_CH_PARM );
  1282. ack |= TLAN_HC_GO | TLAN_HC_RT;
  1283. priv->rxEocCount++;
  1284. }
  1285. if ( priv->adapter->flags & TLAN_ADAPTER_ACTIVITY_LED ) {
  1286. TLan_DioWrite8( dev->base_addr, TLAN_LED_REG, TLAN_LED_LINK | TLAN_LED_ACT );
  1287. if ( priv->timer.function == NULL )  {
  1288. priv->timer.function = &TLan_Timer;
  1289. priv->timer.data = (unsigned long) dev;
  1290. priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY;
  1291. priv->timerSetAt = jiffies;
  1292. priv->timerType = TLAN_TIMER_ACTIVITY;
  1293. add_timer(&priv->timer);
  1294. } else if ( priv->timerType == TLAN_TIMER_ACTIVITY ) {
  1295. priv->timerSetAt = jiffies;
  1296. }
  1297. }
  1298. dev->last_rx = jiffies;
  1299. return ack;
  1300. } /* TLan_HandleRxEOF */
  1301. /***************************************************************
  1302.  * TLan_HandleDummy
  1303.  *
  1304.  * Returns:
  1305.  * 1
  1306.  * Parms:
  1307.  * dev Device assigned the IRQ that was
  1308.  * raised.
  1309.  * host_int The contents of the HOST_INT
  1310.  * port.
  1311.  *
  1312.  * This function handles the Dummy interrupt, which is
  1313.  * raised whenever a test interrupt is generated by setting
  1314.  * the Req_Int bit of HOST_CMD to 1.
  1315.  *
  1316.  **************************************************************/
  1317. u32 TLan_HandleDummy( struct net_device *dev, u16 host_int )
  1318. {
  1319. printk( "TLAN:  Test interrupt on %s.n", dev->name );
  1320. return 1;
  1321. } /* TLan_HandleDummy */
  1322. /***************************************************************
  1323.  * TLan_HandleTxEOC
  1324.  *
  1325.  * Returns:
  1326.  * 1
  1327.  * Parms:
  1328.  * dev Device assigned the IRQ that was
  1329.  * raised.
  1330.  * host_int The contents of the HOST_INT
  1331.  * port.
  1332.  *
  1333.  * This driver is structured to determine EOC occurances by
  1334.  * reading the CSTAT member of the list structure.  Tx EOC
  1335.  * interrupts are disabled via the DIO INTDIS register.
  1336.  * However, TLAN chips before revision 3.0 didn't have this
  1337.  * functionality, so process EOC events if this is the
  1338.  * case.
  1339.  *
  1340.  **************************************************************/
  1341. u32 TLan_HandleTxEOC( struct net_device *dev, u16 host_int )
  1342. {
  1343. TLanPrivateInfo *priv = dev->priv;
  1344. TLanList *head_list;
  1345. u32 ack = 1;
  1346. host_int = 0;
  1347. if ( priv->tlanRev < 0x30 ) {
  1348. TLAN_DBG( TLAN_DEBUG_TX, "TRANSMIT:  Handling TX EOC (Head=%d Tail=%d) -- IRQn", priv->txHead, priv->txTail );
  1349. head_list = priv->txList + priv->txHead;
  1350. if ( ( head_list->cStat & TLAN_CSTAT_READY ) == TLAN_CSTAT_READY ) {
  1351. netif_stop_queue(dev);
  1352. outl( virt_to_bus( head_list ), dev->base_addr + TLAN_CH_PARM );
  1353. ack |= TLAN_HC_GO;
  1354. } else {
  1355. priv->txInProgress = 0;
  1356. }
  1357. }
  1358. return ack;
  1359. } /* TLan_HandleTxEOC */
  1360. /***************************************************************
  1361.  * TLan_HandleStatusCheck
  1362.  *
  1363.  * Returns:
  1364.  * 0 if Adapter check, 1 if Network Status check.
  1365.  * Parms:
  1366.  * dev Device assigned the IRQ that was
  1367.  * raised.
  1368.  * host_int The contents of the HOST_INT
  1369.  * port.
  1370.  *
  1371.  * This function handles Adapter Check/Network Status
  1372.  * interrupts generated by the adapter.  It checks the
  1373.  * vector in the HOST_INT register to determine if it is
  1374.  * an Adapter Check interrupt.  If so, it resets the
  1375.  * adapter.  Otherwise it clears the status registers
  1376.  * and services the PHY.
  1377.  *
  1378.  **************************************************************/
  1379. u32 TLan_HandleStatusCheck( struct net_device *dev, u16 host_int )
  1380. {
  1381. TLanPrivateInfo *priv = dev->priv;
  1382. u32 ack;
  1383. u32 error;
  1384. u8 net_sts;
  1385. u32 phy;
  1386. u16 tlphy_ctl;
  1387. u16 tlphy_sts;
  1388. ack = 1;
  1389. if ( host_int & TLAN_HI_IV_MASK ) {
  1390. netif_stop_queue( dev );
  1391. error = inl( dev->base_addr + TLAN_CH_PARM );
  1392. printk( "TLAN:  %s: Adaptor Error = 0x%xn", dev->name, error );
  1393. TLan_ReadAndClearStats( dev, TLAN_RECORD );
  1394. outl( TLAN_HC_AD_RST, dev->base_addr + TLAN_HOST_CMD );
  1395. queue_task(&priv->tlan_tqueue, &tq_immediate);
  1396. mark_bh(IMMEDIATE_BH);
  1397. netif_wake_queue(dev);
  1398. ack = 0;
  1399. } else {
  1400. TLAN_DBG( TLAN_DEBUG_GNRL, "%s: Status Checkn", dev->name );
  1401. phy = priv->phy[priv->phyNum];
  1402. net_sts = TLan_DioRead8( dev->base_addr, TLAN_NET_STS );
  1403. if ( net_sts ) {
  1404. TLan_DioWrite8( dev->base_addr, TLAN_NET_STS, net_sts );
  1405. TLAN_DBG( TLAN_DEBUG_GNRL, "%s:    Net_Sts = %xn", dev->name, (unsigned) net_sts );
  1406. }
  1407. if ( ( net_sts & TLAN_NET_STS_MIRQ ) &&  ( priv->phyNum == 0 ) ) {
  1408. TLan_MiiReadReg( dev, phy, TLAN_TLPHY_STS, &tlphy_sts );
  1409. TLan_MiiReadReg( dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl );
  1410.          if ( ! ( tlphy_sts & TLAN_TS_POLOK ) && ! ( tlphy_ctl & TLAN_TC_SWAPOL ) ) {
  1411.                  tlphy_ctl |= TLAN_TC_SWAPOL;
  1412.                  TLan_MiiWriteReg( dev, phy, TLAN_TLPHY_CTL, tlphy_ctl);
  1413.          } else if ( ( tlphy_sts & TLAN_TS_POLOK ) && ( tlphy_ctl & TLAN_TC_SWAPOL ) ) {
  1414.                  tlphy_ctl &= ~TLAN_TC_SWAPOL;
  1415.                  TLan_MiiWriteReg( dev, phy, TLAN_TLPHY_CTL, tlphy_ctl);
  1416.          }
  1417. if (debug) {
  1418. TLan_PhyPrint( dev );
  1419. }
  1420. }
  1421. }
  1422. return ack;
  1423. } /* TLan_HandleStatusCheck */
  1424. /***************************************************************
  1425.  * TLan_HandleRxEOC
  1426.  *
  1427.  * Returns:
  1428.  * 1
  1429.  * Parms:
  1430.  * dev Device assigned the IRQ that was
  1431.  * raised.
  1432.  * host_int The contents of the HOST_INT
  1433.  * port.
  1434.  *
  1435.  * This driver is structured to determine EOC occurances by
  1436.  * reading the CSTAT member of the list structure.  Rx EOC
  1437.  * interrupts are disabled via the DIO INTDIS register.
  1438.  * However, TLAN chips before revision 3.0 didn't have this
  1439.  * CSTAT member or a INTDIS register, so if this chip is
  1440.  * pre-3.0, process EOC interrupts normally.
  1441.  *
  1442.  **************************************************************/
  1443. u32 TLan_HandleRxEOC( struct net_device *dev, u16 host_int )
  1444. {
  1445. TLanPrivateInfo *priv = dev->priv;
  1446. TLanList *head_list;
  1447. u32 ack = 1;
  1448. if (  priv->tlanRev < 0x30 ) {
  1449. TLAN_DBG( TLAN_DEBUG_RX, "RECEIVE:  Handling RX EOC (Head=%d Tail=%d) -- IRQn", priv->rxHead, priv->rxTail );
  1450. head_list = priv->rxList + priv->rxHead;
  1451. outl( virt_to_bus( head_list ), dev->base_addr + TLAN_CH_PARM );
  1452. ack |= TLAN_HC_GO | TLAN_HC_RT;
  1453. priv->rxEocCount++;
  1454. }
  1455. return ack;
  1456. } /* TLan_HandleRxEOC */
  1457. /*****************************************************************************
  1458. ******************************************************************************
  1459. ThunderLAN Driver Timer Function
  1460. ******************************************************************************
  1461. *****************************************************************************/
  1462. /***************************************************************
  1463.  * TLan_Timer
  1464.  *
  1465.  * Returns:
  1466.  * Nothing
  1467.  * Parms:
  1468.  * data A value given to add timer when
  1469.  * add_timer was called.
  1470.  *
  1471.  * This function handles timed functionality for the
  1472.  * TLAN driver.  The two current timer uses are for
  1473.  * delaying for autonegotionation and driving the ACT LED.
  1474.  * - Autonegotiation requires being allowed about
  1475.  * 2 1/2 seconds before attempting to transmit a
  1476.  * packet.  It would be a very bad thing to hang
  1477.  * the kernel this long, so the driver doesn't
  1478.  * allow transmission 'til after this time, for
  1479.  * certain PHYs.  It would be much nicer if all
  1480.  * PHYs were interrupt-capable like the internal
  1481.  * PHY.
  1482.  * - The ACT LED, which shows adapter activity, is
  1483.  * driven by the driver, and so must be left on
  1484.  * for a short period to power up the LED so it
  1485.  * can be seen.  This delay can be changed by
  1486.  * changing the TLAN_TIMER_ACT_DELAY in tlan.h,
  1487.  * if desired.  100 ms  produces a slightly
  1488.  * sluggish response.
  1489.  *
  1490.  **************************************************************/
  1491. void TLan_Timer( unsigned long data )
  1492. {
  1493. struct net_device *dev = (struct net_device *) data;
  1494. TLanPrivateInfo *priv = dev->priv;
  1495. u32 elapsed;
  1496. unsigned long flags = 0;
  1497. priv->timer.function = NULL;
  1498. switch ( priv->timerType ) {
  1499. #ifdef MONITOR
  1500. case TLAN_TIMER_LINK_BEAT:
  1501. TLan_PhyMonitor( dev );
  1502. break;
  1503. #endif
  1504. case TLAN_TIMER_PHY_PDOWN:
  1505. TLan_PhyPowerDown( dev );
  1506. break;
  1507. case TLAN_TIMER_PHY_PUP:
  1508. TLan_PhyPowerUp( dev );
  1509. break;
  1510. case TLAN_TIMER_PHY_RESET:
  1511. TLan_PhyReset( dev );
  1512. break;
  1513. case TLAN_TIMER_PHY_START_LINK:
  1514. TLan_PhyStartLink( dev );
  1515. break;
  1516. case TLAN_TIMER_PHY_FINISH_AN:
  1517. TLan_PhyFinishAutoNeg( dev );
  1518. break;
  1519. case TLAN_TIMER_FINISH_RESET:
  1520. TLan_FinishReset( dev );
  1521. break;
  1522. case TLAN_TIMER_ACTIVITY:
  1523. spin_lock_irqsave(&priv->lock, flags);
  1524. if ( priv->timer.function == NULL ) {
  1525. elapsed = jiffies - priv->timerSetAt;
  1526. if ( elapsed >= TLAN_TIMER_ACT_DELAY ) {
  1527. TLan_DioWrite8( dev->base_addr, TLAN_LED_REG, TLAN_LED_LINK );
  1528. } else  {
  1529. priv->timer.function = &TLan_Timer;
  1530. priv->timer.expires = priv->timerSetAt + TLAN_TIMER_ACT_DELAY;
  1531. spin_unlock_irqrestore(&priv->lock, flags);
  1532. add_timer( &priv->timer );
  1533. break;
  1534. }
  1535. }
  1536. spin_unlock_irqrestore(&priv->lock, flags);
  1537. break;
  1538. default:
  1539. break;
  1540. }
  1541. } /* TLan_Timer */
  1542. /*****************************************************************************
  1543. ******************************************************************************
  1544. ThunderLAN Driver Adapter Related Routines
  1545. ******************************************************************************
  1546. *****************************************************************************/
  1547. /***************************************************************
  1548.  * TLan_ResetLists
  1549.  *  
  1550.  * Returns:
  1551.  * Nothing
  1552.  * Parms:
  1553.  * dev The device structure with the list
  1554.  * stuctures to be reset.
  1555.  *
  1556.  * This routine sets the variables associated with managing
  1557.  * the TLAN lists to their initial values.
  1558.  *
  1559.  **************************************************************/
  1560. void TLan_ResetLists( struct net_device *dev )
  1561. {
  1562. TLanPrivateInfo *priv = dev->priv;
  1563. int i;
  1564. TLanList *list;
  1565. struct sk_buff *skb;
  1566. void *t = NULL;
  1567. priv->txHead = 0;
  1568. priv->txTail = 0;
  1569. for ( i = 0; i < TLAN_NUM_TX_LISTS; i++ ) {
  1570. list = priv->txList + i;
  1571. list->cStat = TLAN_CSTAT_UNUSED;
  1572. if ( bbuf ) {
  1573. list->buffer[0].address = virt_to_bus( priv->txBuffer + ( i * TLAN_MAX_FRAME_SIZE ) );
  1574. } else {
  1575. list->buffer[0].address = 0;
  1576. }
  1577. list->buffer[2].count = 0;
  1578. list->buffer[2].address = 0;
  1579. list->buffer[9].address = 0;
  1580. }
  1581. priv->rxHead = 0;
  1582. priv->rxTail = TLAN_NUM_RX_LISTS - 1;
  1583. for ( i = 0; i < TLAN_NUM_RX_LISTS; i++ ) {
  1584. list = priv->rxList + i;
  1585. list->cStat = TLAN_CSTAT_READY;
  1586. list->frameSize = TLAN_MAX_FRAME_SIZE;
  1587. list->buffer[0].count = TLAN_MAX_FRAME_SIZE | TLAN_LAST_BUFFER;
  1588. if ( bbuf ) {
  1589. list->buffer[0].address = virt_to_bus( priv->rxBuffer + ( i * TLAN_MAX_FRAME_SIZE ) );
  1590. } else {
  1591. skb = dev_alloc_skb( TLAN_MAX_FRAME_SIZE + 7 );
  1592. if ( skb == NULL ) {
  1593. printk( "TLAN:  Couldn't allocate memory for received data.n" );
  1594. /* If this ever happened it would be a problem */
  1595. } else {
  1596. skb->dev = dev;
  1597. skb_reserve( skb, 2 );
  1598. t = (void *) skb_put( skb, TLAN_MAX_FRAME_SIZE );
  1599. }
  1600. list->buffer[0].address = virt_to_bus( t );
  1601. list->buffer[8].address = (u32) t;
  1602. list->buffer[9].address = (u32) skb;
  1603. }
  1604. list->buffer[1].count = 0;
  1605. list->buffer[1].address = 0;
  1606. if ( i < TLAN_NUM_RX_LISTS - 1 )
  1607. list->forward = virt_to_bus( list + 1 );
  1608. else
  1609. list->forward = 0;
  1610. }
  1611. } /* TLan_ResetLists */
  1612. void TLan_FreeLists( struct net_device *dev )
  1613. {
  1614. TLanPrivateInfo *priv = dev->priv;
  1615. int i;
  1616. TLanList *list;
  1617. struct sk_buff *skb;
  1618. if ( ! bbuf ) {
  1619. for ( i = 0; i < TLAN_NUM_TX_LISTS; i++ ) {
  1620. list = priv->txList + i;
  1621. skb = (struct sk_buff *) list->buffer[9].address;
  1622. if ( skb ) {
  1623. dev_kfree_skb_any( skb );
  1624. list->buffer[9].address = 0;
  1625. }
  1626. }
  1627. for ( i = 0; i < TLAN_NUM_RX_LISTS; i++ ) {
  1628. list = priv->rxList + i;
  1629. skb = (struct sk_buff *) list->buffer[9].address;
  1630. if ( skb ) {
  1631. dev_kfree_skb_any( skb );
  1632. list->buffer[9].address = 0;
  1633. }
  1634. }
  1635. }
  1636. } /* TLan_FreeLists */
  1637. /***************************************************************
  1638.  * TLan_PrintDio
  1639.  *  
  1640.  * Returns:
  1641.  * Nothing
  1642.  * Parms:
  1643.  * io_base Base IO port of the device of
  1644.  * which to print DIO registers.
  1645.  *
  1646.  * This function prints out all the internal (DIO)
  1647.  * registers of a TLAN chip.
  1648.  *
  1649.  **************************************************************/
  1650. void TLan_PrintDio( u16 io_base )
  1651. {
  1652. u32 data0, data1;
  1653. int i;
  1654. printk( "TLAN:   Contents of internal registers for io base 0x%04hx.n", io_base );
  1655. printk( "TLAN:      Off.  +0         +4n" );
  1656. for ( i = 0; i < 0x4C; i+= 8 ) {
  1657. data0 = TLan_DioRead32( io_base, i );
  1658. data1 = TLan_DioRead32( io_base, i + 0x4 );
  1659. printk( "TLAN:      0x%02x  0x%08x 0x%08xn", i, data0, data1 );
  1660. }
  1661. } /* TLan_PrintDio */
  1662. /***************************************************************
  1663.  * TLan_PrintList
  1664.  *  
  1665.  * Returns:
  1666.  * Nothing
  1667.  * Parms:
  1668.  * list A pointer to the TLanList structure to
  1669.  * be printed.
  1670.  * type A string to designate type of list,
  1671.  * "Rx" or "Tx".
  1672.  * num The index of the list.
  1673.  *
  1674.  * This function prints out the contents of the list
  1675.  * pointed to by the list parameter.
  1676.  *
  1677.  **************************************************************/
  1678. void TLan_PrintList( TLanList *list, char *type, int num)
  1679. {
  1680. int i;
  1681. printk( "TLAN:   %s List %d at 0x%08xn", type, num, (u32) list );
  1682. printk( "TLAN:      Forward    = 0x%08xn",  list->forward );
  1683. printk( "TLAN:      CSTAT      = 0x%04hxn", list->cStat );
  1684. printk( "TLAN:      Frame Size = 0x%04hxn", list->frameSize );
  1685. /* for ( i = 0; i < 10; i++ ) { */
  1686. for ( i = 0; i < 2; i++ ) {
  1687. printk( "TLAN:      Buffer[%d].count, addr = 0x%08x, 0x%08xn", i, list->buffer[i].count, list->buffer[i].address );
  1688. }
  1689. } /* TLan_PrintList */
  1690. /***************************************************************
  1691.  * TLan_ReadAndClearStats
  1692.  *
  1693.  * Returns:
  1694.  * Nothing
  1695.  * Parms:
  1696.  * dev Pointer to device structure of adapter
  1697.  * to which to read stats.
  1698.  * record Flag indicating whether to add 
  1699.  *
  1700.  * This functions reads all the internal status registers
  1701.  * of the TLAN chip, which clears them as a side effect.
  1702.  * It then either adds the values to the device's status
  1703.  * struct, or discards them, depending on whether record
  1704.  * is TLAN_RECORD (!=0)  or TLAN_IGNORE (==0).
  1705.  *
  1706.  **************************************************************/
  1707. void TLan_ReadAndClearStats( struct net_device *dev, int record )
  1708. {
  1709. TLanPrivateInfo *priv = dev->priv;
  1710. u32 tx_good, tx_under;
  1711. u32 rx_good, rx_over;
  1712. u32 def_tx, crc, code;
  1713. u32 multi_col, single_col;
  1714. u32 excess_col, late_col, loss;
  1715. outw( TLAN_GOOD_TX_FRMS, dev->base_addr + TLAN_DIO_ADR );
  1716. tx_good  = inb( dev->base_addr + TLAN_DIO_DATA );
  1717. tx_good += inb( dev->base_addr + TLAN_DIO_DATA + 1 ) << 8;
  1718. tx_good += inb( dev->base_addr + TLAN_DIO_DATA + 2 ) << 16;
  1719. tx_under = inb( dev->base_addr + TLAN_DIO_DATA + 3 );
  1720. outw( TLAN_GOOD_RX_FRMS, dev->base_addr + TLAN_DIO_ADR );
  1721. rx_good  = inb( dev->base_addr + TLAN_DIO_DATA );
  1722. rx_good += inb( dev->base_addr + TLAN_DIO_DATA + 1 ) << 8;
  1723. rx_good += inb( dev->base_addr + TLAN_DIO_DATA + 2 ) << 16;
  1724. rx_over  = inb( dev->base_addr + TLAN_DIO_DATA + 3 );
  1725. outw( TLAN_DEFERRED_TX, dev->base_addr + TLAN_DIO_ADR );
  1726. def_tx  = inb( dev->base_addr + TLAN_DIO_DATA );
  1727. def_tx += inb( dev->base_addr + TLAN_DIO_DATA + 1 ) << 8;
  1728. crc     = inb( dev->base_addr + TLAN_DIO_DATA + 2 );
  1729. code    = inb( dev->base_addr + TLAN_DIO_DATA + 3 );
  1730. outw( TLAN_MULTICOL_FRMS, dev->base_addr + TLAN_DIO_ADR );
  1731. multi_col   = inb( dev->base_addr + TLAN_DIO_DATA );
  1732. multi_col  += inb( dev->base_addr + TLAN_DIO_DATA + 1 ) << 8;
  1733. single_col  = inb( dev->base_addr + TLAN_DIO_DATA + 2 );
  1734. single_col += inb( dev->base_addr + TLAN_DIO_DATA + 3 ) << 8;
  1735. outw( TLAN_EXCESSCOL_FRMS, dev->base_addr + TLAN_DIO_ADR );
  1736. excess_col = inb( dev->base_addr + TLAN_DIO_DATA );
  1737. late_col   = inb( dev->base_addr + TLAN_DIO_DATA + 1 );
  1738. loss       = inb( dev->base_addr + TLAN_DIO_DATA + 2 );
  1739. if ( record ) {
  1740. priv->stats.rx_packets += rx_good;
  1741. priv->stats.rx_errors  += rx_over + crc + code;
  1742. priv->stats.tx_packets += tx_good;
  1743. priv->stats.tx_errors  += tx_under + loss;
  1744. priv->stats.collisions += multi_col + single_col + excess_col + late_col;
  1745. priv->stats.rx_over_errors    += rx_over;
  1746. priv->stats.rx_crc_errors     += crc;
  1747. priv->stats.rx_frame_errors   += code;
  1748. priv->stats.tx_aborted_errors += tx_under;
  1749. priv->stats.tx_carrier_errors += loss;
  1750. }
  1751. } /* TLan_ReadAndClearStats */
  1752. /***************************************************************
  1753.  * TLan_Reset
  1754.  *
  1755.  * Returns:
  1756.  * 0
  1757.  * Parms:
  1758.  * dev Pointer to device structure of adapter
  1759.  * to be reset.
  1760.  *
  1761.  * This function resets the adapter and it's physical
  1762.  * device.  See Chap. 3, pp. 9-10 of the "ThunderLAN
  1763.  * Programmer's Guide" for details.  The routine tries to
  1764.  * implement what is detailed there, though adjustments
  1765.  * have been made.
  1766.  *
  1767.  **************************************************************/
  1768. void
  1769. TLan_ResetAdapter( struct net_device *dev )
  1770. {
  1771. TLanPrivateInfo *priv = dev->priv;
  1772. int i;
  1773. u32 addr;
  1774. u32 data;
  1775. u8 data8;
  1776. priv->tlanFullDuplex = FALSE;
  1777. priv->phyOnline=0;
  1778. /*  1. Assert reset bit. */
  1779. data = inl(dev->base_addr + TLAN_HOST_CMD);
  1780. data |= TLAN_HC_AD_RST;
  1781. outl(data, dev->base_addr + TLAN_HOST_CMD);
  1782. udelay(1000);
  1783. /*  2. Turn off interrupts. ( Probably isn't necessary ) */
  1784. data = inl(dev->base_addr + TLAN_HOST_CMD);
  1785. data |= TLAN_HC_INT_OFF;
  1786. outl(data, dev->base_addr + TLAN_HOST_CMD);
  1787. /*  3. Clear AREGs and HASHs. */
  1788.   for ( i = TLAN_AREG_0; i <= TLAN_HASH_2; i += 4 ) {
  1789. TLan_DioWrite32( dev->base_addr, (u16) i, 0 );
  1790. }
  1791. /*  4. Setup NetConfig register. */
  1792. data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN | TLAN_NET_CFG_PHY_EN;
  1793. TLan_DioWrite16( dev->base_addr, TLAN_NET_CONFIG, (u16) data );
  1794. /*  5. Load Ld_Tmr and Ld_Thr in HOST_CMD. */
  1795.   outl( TLAN_HC_LD_TMR | 0x3f, dev->base_addr + TLAN_HOST_CMD );
  1796.   outl( TLAN_HC_LD_THR | 0x9, dev->base_addr + TLAN_HOST_CMD );
  1797. /*  6. Unreset the MII by setting NMRST (in NetSio) to 1. */
  1798. outw( TLAN_NET_SIO, dev->base_addr + TLAN_DIO_ADR );
  1799. addr = dev->base_addr + TLAN_DIO_DATA + TLAN_NET_SIO;
  1800. TLan_SetBit( TLAN_NET_SIO_NMRST, addr );
  1801. /*  7. Setup the remaining registers. */
  1802. if ( priv->tlanRev >= 0x30 ) {
  1803. data8 = TLAN_ID_TX_EOC | TLAN_ID_RX_EOC;
  1804. TLan_DioWrite8( dev->base_addr, TLAN_INT_DIS, data8 );
  1805. }
  1806. TLan_PhyDetect( dev );
  1807. data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN;
  1808. if ( priv->adapter->flags & TLAN_ADAPTER_BIT_RATE_PHY ) {
  1809. data |= TLAN_NET_CFG_BIT;
  1810. if ( priv->aui == 1 ) {
  1811. TLan_DioWrite8( dev->base_addr, TLAN_ACOMMIT, 0x0a );
  1812. } else if ( priv->duplex == TLAN_DUPLEX_FULL ) {
  1813. TLan_DioWrite8( dev->base_addr, TLAN_ACOMMIT, 0x00 );
  1814. priv->tlanFullDuplex = TRUE;
  1815. } else {
  1816. TLan_DioWrite8( dev->base_addr, TLAN_ACOMMIT, 0x08 );
  1817. }
  1818. }
  1819. if ( priv->phyNum == 0 ) {
  1820. data |= TLAN_NET_CFG_PHY_EN;
  1821. }
  1822. TLan_DioWrite16( dev->base_addr, TLAN_NET_CONFIG, (u16) data );
  1823. if ( priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY ) {
  1824. TLan_FinishReset( dev );
  1825. } else {
  1826. TLan_PhyPowerDown( dev );
  1827. }
  1828. } /* TLan_ResetAdapter */
  1829. void
  1830. TLan_FinishReset( struct net_device *dev )
  1831. {
  1832. TLanPrivateInfo *priv = dev->priv;
  1833. u8 data;
  1834. u32 phy;
  1835. u8 sio;
  1836. u16 status;
  1837. u16 partner;
  1838. u16 tlphy_ctl;
  1839. u16  tlphy_par;
  1840. u16 tlphy_id1, tlphy_id2;
  1841. int  i;
  1842. phy = priv->phy[priv->phyNum];
  1843. data = TLAN_NET_CMD_NRESET | TLAN_NET_CMD_NWRAP;
  1844. if ( priv->tlanFullDuplex ) {
  1845. data |= TLAN_NET_CMD_DUPLEX;
  1846. }
  1847. TLan_DioWrite8( dev->base_addr, TLAN_NET_CMD, data );
  1848. data = TLAN_NET_MASK_MASK4 | TLAN_NET_MASK_MASK5; 
  1849. if ( priv->phyNum == 0 ) {
  1850. data |= TLAN_NET_MASK_MASK7; 
  1851. }
  1852. TLan_DioWrite8( dev->base_addr, TLAN_NET_MASK, data );
  1853. TLan_DioWrite16( dev->base_addr, TLAN_MAX_RX, ((1536)+7)&~7 );
  1854. TLan_MiiReadReg( dev, phy, MII_GEN_ID_HI, &tlphy_id1 );
  1855. TLan_MiiReadReg( dev, phy, MII_GEN_ID_LO, &tlphy_id2 );
  1856. if ( ( priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY ) || ( priv->aui ) ) {
  1857. status = MII_GS_LINK;
  1858. printk( "TLAN:  %s: Link forced.n", dev->name );
  1859. } else {
  1860. TLan_MiiReadReg( dev, phy, MII_GEN_STS, &status );
  1861. udelay( 1000 );
  1862. TLan_MiiReadReg( dev, phy, MII_GEN_STS, &status );
  1863. if ( (status & MII_GS_LINK) &&  /* We only support link info on Nat.Sem. PHY's */ 
  1864. (tlphy_id1 == NAT_SEM_ID1) &&
  1865. (tlphy_id2 == NAT_SEM_ID2) ) {
  1866. TLan_MiiReadReg( dev, phy, MII_AN_LPA, &partner );
  1867. TLan_MiiReadReg( dev, phy, TLAN_TLPHY_PAR, &tlphy_par );
  1868. printk( "TLAN: %s: Link active with ", dev->name );
  1869. if (!(tlphy_par & TLAN_PHY_AN_EN_STAT)) {
  1870.         printk( "forced 10%sMbps %s-Duplexn", 
  1871. tlphy_par & TLAN_PHY_SPEED_100 ? "" : "0",
  1872. tlphy_par & TLAN_PHY_DUPLEX_FULL ? "Full" : "Half");
  1873. } else {
  1874. printk( "AutoNegotiation enabled, at 10%sMbps %s-Duplexn",
  1875. tlphy_par & TLAN_PHY_SPEED_100 ? "" : "0",
  1876. tlphy_par & TLAN_PHY_DUPLEX_FULL ? "Full" : "Half");
  1877. printk("TLAN: Partner capability: ");
  1878. for (i = 5; i <= 10; i++)
  1879. if (partner & (1<<i))
  1880. printk("%s", media[i-5]);
  1881. printk("n");
  1882. }
  1883. TLan_DioWrite8( dev->base_addr, TLAN_LED_REG, TLAN_LED_LINK );
  1884. #ifdef MONITOR
  1885. /* We have link beat..for now anyway */
  1886.          priv->link = 1;
  1887.          /*Enabling link beat monitoring */
  1888. TLan_SetTimer( dev, (10*HZ), TLAN_TIMER_LINK_BEAT );
  1889. #endif 
  1890. } else if (status & MII_GS_LINK)  {
  1891. printk( "TLAN: %s: Link activen", dev->name );
  1892. TLan_DioWrite8( dev->base_addr, TLAN_LED_REG, TLAN_LED_LINK );
  1893. }
  1894. }
  1895. if ( priv->phyNum == 0 ) {
  1896.          TLan_MiiReadReg( dev, phy, TLAN_TLPHY_CTL, &tlphy_ctl );
  1897.          tlphy_ctl |= TLAN_TC_INTEN;
  1898.          TLan_MiiWriteReg( dev, phy, TLAN_TLPHY_CTL, tlphy_ctl );
  1899.          sio = TLan_DioRead8( dev->base_addr, TLAN_NET_SIO );
  1900.          sio |= TLAN_NET_SIO_MINTEN;
  1901.          TLan_DioWrite8( dev->base_addr, TLAN_NET_SIO, sio );
  1902. }
  1903. if ( status & MII_GS_LINK ) {
  1904. TLan_SetMac( dev, 0, dev->dev_addr );
  1905. priv->phyOnline = 1;
  1906. outb( ( TLAN_HC_INT_ON >> 8 ), dev->base_addr + TLAN_HOST_CMD + 1 );
  1907. if ( debug >= 1 && debug != TLAN_DEBUG_PROBE ) {
  1908. outb( ( TLAN_HC_REQ_INT >> 8 ), dev->base_addr + TLAN_HOST_CMD + 1 );
  1909. }
  1910. outl( virt_to_bus( priv->rxList ), dev->base_addr + TLAN_CH_PARM );
  1911. outl( TLAN_HC_GO | TLAN_HC_RT, dev->base_addr + TLAN_HOST_CMD );
  1912. } else {
  1913. printk( "TLAN: %s: Link inactive, will retry in 10 secs...n", dev->name );
  1914. TLan_SetTimer( dev, (10*HZ), TLAN_TIMER_FINISH_RESET );
  1915. return;
  1916. }
  1917. } /* TLan_FinishReset */
  1918. /***************************************************************
  1919.  * TLan_SetMac
  1920.  *
  1921.  * Returns:
  1922.  * Nothing
  1923.  * Parms:
  1924.  * dev Pointer to device structure of adapter
  1925.  * on which to change the AREG.
  1926.  * areg The AREG to set the address in (0 - 3).
  1927.  * mac A pointer to an array of chars.  Each
  1928.  * element stores one byte of the address.
  1929.  * IE, it isn't in ascii.
  1930.  *
  1931.  * This function transfers a MAC address to one of the
  1932.  * TLAN AREGs (address registers).  The TLAN chip locks
  1933.  * the register on writing to offset 0 and unlocks the
  1934.  * register after writing to offset 5.  If NULL is passed
  1935.  * in mac, then the AREG is filled with 0's.
  1936.  *
  1937.  **************************************************************/
  1938. void TLan_SetMac( struct net_device *dev, int areg, char *mac )
  1939. {
  1940. int i;
  1941. areg *= 6;
  1942. if ( mac != NULL ) {
  1943. for ( i = 0; i < 6; i++ )
  1944. TLan_DioWrite8( dev->base_addr, TLAN_AREG_0 + areg + i, mac[i] );
  1945. } else {
  1946. for ( i = 0; i < 6; i++ )
  1947. TLan_DioWrite8( dev->base_addr, TLAN_AREG_0 + areg + i, 0 );
  1948. }
  1949. } /* TLan_SetMac */
  1950. /*****************************************************************************
  1951. ******************************************************************************
  1952. ThunderLAN Driver PHY Layer Routines
  1953. ******************************************************************************
  1954. *****************************************************************************/
  1955. /*********************************************************************
  1956.  * TLan_PhyPrint
  1957.  *
  1958.  * Returns:
  1959.  * Nothing
  1960.  * Parms:
  1961.  * dev A pointer to the device structure of the
  1962.  * TLAN device having the PHYs to be detailed.
  1963.  *
  1964.  * This function prints the registers a PHY (aka tranceiver).
  1965.  *
  1966.  ********************************************************************/
  1967. void TLan_PhyPrint( struct net_device *dev )
  1968. {
  1969. TLanPrivateInfo *priv = dev->priv;
  1970. u16 i, data0, data1, data2, data3, phy;
  1971. phy = priv->phy[priv->phyNum];
  1972. if ( priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY ) {
  1973. printk( "TLAN:   Device %s, Unmanaged PHY.n", dev->name );
  1974. } else if ( phy <= TLAN_PHY_MAX_ADDR ) {
  1975. printk( "TLAN:   Device %s, PHY 0x%02x.n", dev->name, phy );
  1976. printk( "TLAN:      Off.  +0     +1     +2     +3 n" );
  1977.                 for ( i = 0; i < 0x20; i+= 4 ) {
  1978. printk( "TLAN:      0x%02x", i );
  1979. TLan_MiiReadReg( dev, phy, i, &data0 );
  1980. printk( " 0x%04hx", data0 );
  1981. TLan_MiiReadReg( dev, phy, i + 1, &data1 );
  1982. printk( " 0x%04hx", data1 );
  1983. TLan_MiiReadReg( dev, phy, i + 2, &data2 );
  1984. printk( " 0x%04hx", data2 );
  1985. TLan_MiiReadReg( dev, phy, i + 3, &data3 );
  1986. printk( " 0x%04hxn", data3 );
  1987. }
  1988. } else {
  1989. printk( "TLAN:   Device %s, Invalid PHY.n", dev->name );
  1990. }
  1991. } /* TLan_PhyPrint */
  1992. /*********************************************************************
  1993.  * TLan_PhyDetect
  1994.  *
  1995.  * Returns:
  1996.  * Nothing
  1997.  * Parms:
  1998.  * dev A pointer to the device structure of the adapter
  1999.  * for which the PHY needs determined.
  2000.  *
  2001.  * So far I've found that adapters which have external PHYs
  2002.  * may also use the internal PHY for part of the functionality.
  2003.  * (eg, AUI/Thinnet).  This function finds out if this TLAN
  2004.  * chip has an internal PHY, and then finds the first external
  2005.  * PHY (starting from address 0) if it exists).
  2006.  *
  2007.  ********************************************************************/
  2008. void TLan_PhyDetect( struct net_device *dev )
  2009. {
  2010. TLanPrivateInfo *priv = dev->priv;
  2011. u16 control;
  2012. u16 hi;
  2013. u16 lo;
  2014. u32 phy;
  2015. if ( priv->adapter->flags & TLAN_ADAPTER_UNMANAGED_PHY ) {
  2016. priv->phyNum = 0xFFFF;
  2017. return;
  2018. }
  2019. TLan_MiiReadReg( dev, TLAN_PHY_MAX_ADDR, MII_GEN_ID_HI, &hi );
  2020. if ( hi != 0xFFFF ) {
  2021. priv->phy[0] = TLAN_PHY_MAX_ADDR;
  2022. } else {
  2023. priv->phy[0] = TLAN_PHY_NONE;
  2024. }
  2025. priv->phy[1] = TLAN_PHY_NONE;
  2026. for ( phy = 0; phy <= TLAN_PHY_MAX_ADDR; phy++ ) {
  2027. TLan_MiiReadReg( dev, phy, MII_GEN_CTL, &control );
  2028. TLan_MiiReadReg( dev, phy, MII_GEN_ID_HI, &hi );
  2029. TLan_MiiReadReg( dev, phy, MII_GEN_ID_LO, &lo );
  2030. if ( ( control != 0xFFFF ) || ( hi != 0xFFFF ) || ( lo != 0xFFFF ) ) {
  2031. TLAN_DBG( TLAN_DEBUG_GNRL, "PHY found at %02x %04x %04x %04xn", phy, control, hi, lo );
  2032. if ( ( priv->phy[1] == TLAN_PHY_NONE ) && ( phy != TLAN_PHY_MAX_ADDR ) ) {
  2033. priv->phy[1] = phy;
  2034. }
  2035. }
  2036. }
  2037. if ( priv->phy[1] != TLAN_PHY_NONE ) {
  2038. priv->phyNum = 1;
  2039. } else if ( priv->phy[0] != TLAN_PHY_NONE ) {
  2040. priv->phyNum = 0;
  2041. } else {
  2042. printk( "TLAN:  Cannot initialize device, no PHY was found!n" );
  2043. }
  2044. } /* TLan_PhyDetect */
  2045. void TLan_PhyPowerDown( struct net_device *dev )
  2046. {
  2047. TLanPrivateInfo *priv = dev->priv;
  2048. u16 value;
  2049. TLAN_DBG( TLAN_DEBUG_GNRL, "%s: Powering down PHY(s).n", dev->name );
  2050. value = MII_GC_PDOWN | MII_GC_LOOPBK | MII_GC_ISOLATE;
  2051. TLan_MiiSync( dev->base_addr );
  2052. TLan_MiiWriteReg( dev, priv->phy[priv->phyNum], MII_GEN_CTL, value );
  2053. if ( ( priv->phyNum == 0 ) && ( priv->phy[1] != TLAN_PHY_NONE ) && ( ! ( priv->adapter->flags & TLAN_ADAPTER_USE_INTERN_10 ) ) ) {
  2054. TLan_MiiSync( dev->base_addr );
  2055. TLan_MiiWriteReg( dev, priv->phy[1], MII_GEN_CTL, value );
  2056. }
  2057. /* Wait for 50 ms and powerup
  2058.  * This is abitrary.  It is intended to make sure the
  2059.  * tranceiver settles.
  2060.  */
  2061. TLan_SetTimer( dev, (HZ/20), TLAN_TIMER_PHY_PUP );
  2062. } /* TLan_PhyPowerDown */
  2063. void TLan_PhyPowerUp( struct net_device *dev )
  2064. {
  2065. TLanPrivateInfo *priv = dev->priv;
  2066. u16 value;
  2067. TLAN_DBG( TLAN_DEBUG_GNRL, "%s: Powering up PHY.n", dev->name );
  2068. TLan_MiiSync( dev->base_addr );
  2069. value = MII_GC_LOOPBK;
  2070. TLan_MiiWriteReg( dev, priv->phy[priv->phyNum], MII_GEN_CTL, value );
  2071. TLan_MiiSync(dev->base_addr);
  2072. /* Wait for 500 ms and reset the
  2073.  * tranceiver.  The TLAN docs say both 50 ms and
  2074.  * 500 ms, so do the longer, just in case.
  2075.  */
  2076. TLan_SetTimer( dev, (HZ/20), TLAN_TIMER_PHY_RESET );
  2077. } /* TLan_PhyPowerUp */
  2078. void TLan_PhyReset( struct net_device *dev )
  2079. {
  2080. TLanPrivateInfo *priv = dev->priv;
  2081. u16 phy;
  2082. u16 value;
  2083. phy = priv->phy[priv->phyNum];
  2084. TLAN_DBG( TLAN_DEBUG_GNRL, "%s: Reseting PHY.n", dev->name );
  2085. TLan_MiiSync( dev->base_addr );
  2086. value = MII_GC_LOOPBK | MII_GC_RESET;
  2087. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, value );
  2088. TLan_MiiReadReg( dev, phy, MII_GEN_CTL, &value );
  2089. while ( value & MII_GC_RESET ) {
  2090. TLan_MiiReadReg( dev, phy, MII_GEN_CTL, &value );
  2091. }
  2092. /* Wait for 500 ms and initialize.
  2093.  * I don't remember why I wait this long.
  2094.  * I've changed this to 50ms, as it seems long enough.
  2095.  */
  2096. TLan_SetTimer( dev, (HZ/20), TLAN_TIMER_PHY_START_LINK );
  2097. } /* TLan_PhyReset */
  2098. void TLan_PhyStartLink( struct net_device *dev )
  2099. {
  2100. TLanPrivateInfo *priv = dev->priv;
  2101. u16 ability;
  2102. u16 control;
  2103. u16 data;
  2104. u16 phy;
  2105. u16 status;
  2106. u16 tctl;
  2107. phy = priv->phy[priv->phyNum];
  2108. TLAN_DBG( TLAN_DEBUG_GNRL, "%s: Trying to activate link.n", dev->name );
  2109. TLan_MiiReadReg( dev, phy, MII_GEN_STS, &status );
  2110. TLan_MiiReadReg( dev, phy, MII_GEN_STS, &ability );
  2111. if ( ( status & MII_GS_AUTONEG ) && 
  2112.      ( ! priv->aui ) ) {
  2113. ability = status >> 11;
  2114. if ( priv->speed  == TLAN_SPEED_10 && 
  2115.      priv->duplex == TLAN_DUPLEX_HALF) {
  2116. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, 0x0000);
  2117. } else if ( priv->speed == TLAN_SPEED_10 &&
  2118.     priv->duplex == TLAN_DUPLEX_FULL) {
  2119. priv->tlanFullDuplex = TRUE;
  2120. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, 0x0100);
  2121. } else if ( priv->speed == TLAN_SPEED_100 &&
  2122.     priv->duplex == TLAN_DUPLEX_HALF) {
  2123. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, 0x2000);
  2124. } else if ( priv->speed == TLAN_SPEED_100 &&
  2125.     priv->duplex == TLAN_DUPLEX_FULL) {
  2126. priv->tlanFullDuplex = TRUE;
  2127. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, 0x2100);
  2128. } else {
  2129. /* Set Auto-Neg advertisement */
  2130. TLan_MiiWriteReg( dev, phy, MII_AN_ADV, (ability << 5) | 1);
  2131. /* Enablee Auto-Neg */
  2132. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, 0x1000 );
  2133. /* Restart Auto-Neg */
  2134. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, 0x1200 );
  2135. /* Wait for 4 sec for autonegotiation
  2136.   * to complete.  The max spec time is less than this
  2137.   * but the card need additional time to start AN.
  2138.   * .5 sec should be plenty extra.
  2139.   */
  2140. printk( "TLAN: %s: Starting autonegotiation.n", dev->name );
  2141. TLan_SetTimer( dev, (2*HZ), TLAN_TIMER_PHY_FINISH_AN );
  2142. return;
  2143. }
  2144. }
  2145. if ( ( priv->aui ) && ( priv->phyNum != 0 ) ) {
  2146. priv->phyNum = 0;
  2147. data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN | TLAN_NET_CFG_PHY_EN;
  2148. TLan_DioWrite16( dev->base_addr, TLAN_NET_CONFIG, data );
  2149. TLan_SetTimer( dev, (40*HZ/1000), TLAN_TIMER_PHY_PDOWN );
  2150. return;
  2151. }  else if ( priv->phyNum == 0 ) {
  2152. control = 0;
  2153.          TLan_MiiReadReg( dev, phy, TLAN_TLPHY_CTL, &tctl );
  2154. if ( priv->aui ) {
  2155.                  tctl |= TLAN_TC_AUISEL;
  2156. } else { 
  2157.                  tctl &= ~TLAN_TC_AUISEL;
  2158. if ( priv->duplex == TLAN_DUPLEX_FULL ) {
  2159. control |= MII_GC_DUPLEX;
  2160. priv->tlanFullDuplex = TRUE;
  2161. }
  2162. if ( priv->speed == TLAN_SPEED_100 ) {
  2163. control |= MII_GC_SPEEDSEL;
  2164. }
  2165. }
  2166. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, control );
  2167.          TLan_MiiWriteReg( dev, phy, TLAN_TLPHY_CTL, tctl );
  2168. }
  2169. /* Wait for 2 sec to give the tranceiver time
  2170.  * to establish link.
  2171.  */
  2172. TLan_SetTimer( dev, (4*HZ), TLAN_TIMER_FINISH_RESET );
  2173. } /* TLan_PhyStartLink */
  2174. void TLan_PhyFinishAutoNeg( struct net_device *dev )
  2175. {
  2176. TLanPrivateInfo *priv = dev->priv;
  2177. u16 an_adv;
  2178. u16 an_lpa;
  2179. u16 data;
  2180. u16 mode;
  2181. u16 phy;
  2182. u16 status;
  2183. phy = priv->phy[priv->phyNum];
  2184. TLan_MiiReadReg( dev, phy, MII_GEN_STS, &status );
  2185. udelay( 1000 );
  2186. TLan_MiiReadReg( dev, phy, MII_GEN_STS, &status );
  2187. if ( ! ( status & MII_GS_AUTOCMPLT ) ) {
  2188. /* Wait for 8 sec to give the process
  2189.  * more time.  Perhaps we should fail after a while.
  2190.  */
  2191.  if (!priv->neg_be_verbose++) {
  2192.  printk(KERN_INFO "TLAN:  Giving autonegotiation more time.n");
  2193.    printk(KERN_INFO "TLAN:  Please check that your adapter hasn");
  2194.    printk(KERN_INFO "TLAN:  been properly connected to a HUB or Switch.n");
  2195.  printk(KERN_INFO "TLAN:  Trying to establish link in the background...n");
  2196.  }
  2197. TLan_SetTimer( dev, (8*HZ), TLAN_TIMER_PHY_FINISH_AN );
  2198. return;
  2199. }
  2200. printk( "TLAN: %s: Autonegotiation complete.n", dev->name );
  2201. TLan_MiiReadReg( dev, phy, MII_AN_ADV, &an_adv );
  2202. TLan_MiiReadReg( dev, phy, MII_AN_LPA, &an_lpa );
  2203. mode = an_adv & an_lpa & 0x03E0;
  2204. if ( mode & 0x0100 ) {
  2205. priv->tlanFullDuplex = TRUE;
  2206. } else if ( ! ( mode & 0x0080 ) && ( mode & 0x0040 ) ) {
  2207. priv->tlanFullDuplex = TRUE;
  2208. }
  2209. if ( ( ! ( mode & 0x0180 ) ) && ( priv->adapter->flags & TLAN_ADAPTER_USE_INTERN_10 ) && ( priv->phyNum != 0 ) ) {
  2210. priv->phyNum = 0;
  2211. data = TLAN_NET_CFG_1FRAG | TLAN_NET_CFG_1CHAN | TLAN_NET_CFG_PHY_EN;
  2212. TLan_DioWrite16( dev->base_addr, TLAN_NET_CONFIG, data );
  2213. TLan_SetTimer( dev, (400*HZ/1000), TLAN_TIMER_PHY_PDOWN );
  2214. return;
  2215. }
  2216. if ( priv->phyNum == 0 ) {
  2217. if ( ( priv->duplex == TLAN_DUPLEX_FULL ) || ( an_adv & an_lpa & 0x0040 ) ) {
  2218. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, MII_GC_AUTOENB | MII_GC_DUPLEX );
  2219. printk( "TLAN:  Starting internal PHY with FULL-DUPLEXn" );
  2220. } else {
  2221. TLan_MiiWriteReg( dev, phy, MII_GEN_CTL, MII_GC_AUTOENB );
  2222. printk( "TLAN:  Starting internal PHY with HALF-DUPLEXn" );
  2223. }
  2224. }
  2225. /* Wait for 100 ms.  No reason in partiticular.
  2226.  */
  2227. TLan_SetTimer( dev, (HZ/10), TLAN_TIMER_FINISH_RESET );
  2228. } /* TLan_PhyFinishAutoNeg */
  2229. #ifdef MONITOR
  2230.         /*********************************************************************
  2231.         *
  2232.         *      TLan_phyMonitor
  2233.         *
  2234.         *      Returns: 
  2235.         *              None
  2236.         *
  2237.         *      Params:
  2238.         *              dev             The device structure of this device.
  2239.         *
  2240.         *      
  2241.         *      This function monitors PHY condition by reading the status
  2242.         *      register via the MII bus. This can be used to give info
  2243.         *      about link changes (up/down), and possible switch to alternate
  2244.         *      media.
  2245.         *
  2246.         * ******************************************************************/
  2247. void TLan_PhyMonitor( struct net_device *dev )
  2248. {
  2249. TLanPrivateInfo *priv = dev->priv;
  2250. u16     phy;
  2251. u16     phy_status;
  2252. phy = priv->phy[priv->phyNum];
  2253.         /* Get PHY status register */
  2254.         TLan_MiiReadReg( dev, phy, MII_GEN_STS, &phy_status );
  2255.         /* Check if link has been lost */
  2256.         if (!(phy_status & MII_GS_LINK)) { 
  2257.          if (priv->link) {
  2258.       priv->link = 0;
  2259.               printk(KERN_DEBUG "TLAN: %s has lost linkn", dev->name);
  2260.               dev->flags &= ~IFF_RUNNING;
  2261.       TLan_SetTimer( dev, (2*HZ), TLAN_TIMER_LINK_BEAT );
  2262.       return;
  2263. }
  2264. }
  2265.         /* Link restablished? */
  2266.         if ((phy_status & MII_GS_LINK) && !priv->link) {
  2267.   priv->link = 1;
  2268.          printk(KERN_DEBUG "TLAN: %s has reestablished linkn", dev->name);
  2269.          dev->flags |= IFF_RUNNING;
  2270.         }
  2271. /* Setup a new monitor */
  2272. TLan_SetTimer( dev, (2*HZ), TLAN_TIMER_LINK_BEAT );
  2273. }
  2274. #endif /* MONITOR */
  2275. /*****************************************************************************
  2276. ******************************************************************************
  2277. ThunderLAN Driver MII Routines
  2278. These routines are based on the information in Chap. 2 of the
  2279. "ThunderLAN Programmer's Guide", pp. 15-24.
  2280. ******************************************************************************
  2281. *****************************************************************************/
  2282. /***************************************************************
  2283.  * TLan_MiiReadReg
  2284.  *
  2285.  * Returns:
  2286.  * 0 if ack received ok
  2287.  * 1 otherwise.
  2288.  *
  2289.  * Parms:
  2290.  * dev The device structure containing
  2291.  * The io address and interrupt count
  2292.  * for this device.
  2293.  * phy The address of the PHY to be queried.
  2294.  * reg The register whose contents are to be
  2295.  * retreived.
  2296.  * val A pointer to a variable to store the
  2297.  * retrieved value.
  2298.  *
  2299.  * This function uses the TLAN's MII bus to retreive the contents
  2300.  * of a given register on a PHY.  It sends the appropriate info
  2301.  * and then reads the 16-bit register value from the MII bus via
  2302.  * the TLAN SIO register.
  2303.  *
  2304.  **************************************************************/
  2305. int TLan_MiiReadReg( struct net_device *dev, u16 phy, u16 reg, u16 *val )
  2306. {
  2307. u8 nack;
  2308. u16 sio, tmp;
  2309.   u32 i;
  2310. int err;
  2311. int minten;
  2312. TLanPrivateInfo *priv = dev->priv;
  2313. unsigned long flags = 0;
  2314. err = FALSE;
  2315. outw(TLAN_NET_SIO, dev->base_addr + TLAN_DIO_ADR);
  2316. sio = dev->base_addr + TLAN_DIO_DATA + TLAN_NET_SIO;
  2317. if (!in_irq())
  2318. spin_lock_irqsave(&priv->lock, flags);
  2319. TLan_MiiSync(dev->base_addr);
  2320. minten = TLan_GetBit( TLAN_NET_SIO_MINTEN, sio );
  2321. if ( minten )
  2322. TLan_ClearBit(TLAN_NET_SIO_MINTEN, sio);
  2323. TLan_MiiSendData( dev->base_addr, 0x1, 2 ); /* Start ( 01b ) */
  2324. TLan_MiiSendData( dev->base_addr, 0x2, 2 ); /* Read  ( 10b ) */
  2325. TLan_MiiSendData( dev->base_addr, phy, 5 ); /* Device #      */
  2326. TLan_MiiSendData( dev->base_addr, reg, 5 ); /* Register #    */
  2327. TLan_ClearBit(TLAN_NET_SIO_MTXEN, sio); /* Change direction */
  2328. TLan_ClearBit(TLAN_NET_SIO_MCLK, sio); /* Clock Idle bit */
  2329. TLan_SetBit(TLAN_NET_SIO_MCLK, sio);
  2330. TLan_ClearBit(TLAN_NET_SIO_MCLK, sio); /* Wait 300ns */
  2331. nack = TLan_GetBit(TLAN_NET_SIO_MDATA, sio); /* Check for ACK */
  2332. TLan_SetBit(TLAN_NET_SIO_MCLK, sio); /* Finish ACK */
  2333. if (nack) { /* No ACK, so fake it */
  2334. for (i = 0; i < 16; i++) {
  2335. TLan_ClearBit(TLAN_NET_SIO_MCLK, sio);
  2336. TLan_SetBit(TLAN_NET_SIO_MCLK, sio);
  2337. }
  2338. tmp = 0xffff;
  2339. err = TRUE;
  2340. } else { /* ACK, so read data */
  2341. for (tmp = 0, i = 0x8000; i; i >>= 1) {
  2342. TLan_ClearBit(TLAN_NET_SIO_MCLK, sio);
  2343. if (TLan_GetBit(TLAN_NET_SIO_MDATA, sio))
  2344. tmp |= i;
  2345. TLan_SetBit(TLAN_NET_SIO_MCLK, sio);
  2346. }
  2347. }
  2348. TLan_ClearBit(TLAN_NET_SIO_MCLK, sio); /* Idle cycle */
  2349. TLan_SetBit(TLAN_NET_SIO_MCLK, sio);
  2350. if ( minten )
  2351. TLan_SetBit(TLAN_NET_SIO_MINTEN, sio);
  2352. *val = tmp;
  2353. if (!in_irq())
  2354. spin_unlock_irqrestore(&priv->lock, flags);
  2355. return err;
  2356. } /* TLan_MiiReadReg */
  2357. /***************************************************************
  2358.  * TLan_MiiSendData
  2359.  *
  2360.  * Returns:
  2361.  * Nothing
  2362.  * Parms:
  2363.  * base_port The base IO port of the adapter in
  2364.  * question.
  2365.  * dev The address of the PHY to be queried.
  2366.  * data The value to be placed on the MII bus.
  2367.  * num_bits The number of bits in data that are to
  2368.  * be placed on the MII bus.
  2369.  *
  2370.  * This function sends on sequence of bits on the MII
  2371.  * configuration bus.
  2372.  *
  2373.  **************************************************************/
  2374. void TLan_MiiSendData( u16 base_port, u32 data, unsigned num_bits )
  2375. {
  2376. u16 sio;
  2377. u32 i;
  2378. if ( num_bits == 0 )
  2379. return;
  2380. outw( TLAN_NET_SIO, base_port + TLAN_DIO_ADR );
  2381. sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
  2382. TLan_SetBit( TLAN_NET_SIO_MTXEN, sio );
  2383. for ( i = ( 0x1 << ( num_bits - 1 ) ); i; i >>= 1 ) {
  2384. TLan_ClearBit( TLAN_NET_SIO_MCLK, sio );
  2385. (void) TLan_GetBit( TLAN_NET_SIO_MCLK, sio );
  2386. if ( data & i )
  2387. TLan_SetBit( TLAN_NET_SIO_MDATA, sio );
  2388. else
  2389. TLan_ClearBit( TLAN_NET_SIO_MDATA, sio );
  2390. TLan_SetBit( TLAN_NET_SIO_MCLK, sio );
  2391. (void) TLan_GetBit( TLAN_NET_SIO_MCLK, sio );
  2392. }
  2393. } /* TLan_MiiSendData */
  2394. /***************************************************************
  2395.  * TLan_MiiSync
  2396.  *
  2397.  * Returns:
  2398.  * Nothing
  2399.  * Parms:
  2400.  * base_port The base IO port of the adapter in
  2401.  * question.
  2402.  *
  2403.  * This functions syncs all PHYs in terms of the MII configuration
  2404.  * bus.
  2405.  *
  2406.  **************************************************************/
  2407. void TLan_MiiSync( u16 base_port )
  2408. {
  2409. int i;
  2410. u16 sio;
  2411. outw( TLAN_NET_SIO, base_port + TLAN_DIO_ADR );
  2412. sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
  2413. TLan_ClearBit( TLAN_NET_SIO_MTXEN, sio );
  2414. for ( i = 0; i < 32; i++ ) {
  2415. TLan_ClearBit( TLAN_NET_SIO_MCLK, sio );
  2416. TLan_SetBit( TLAN_NET_SIO_MCLK, sio );
  2417. }
  2418. } /* TLan_MiiSync */
  2419. /***************************************************************
  2420.  * TLan_MiiWriteReg
  2421.  *
  2422.  * Returns:
  2423.  * Nothing
  2424.  * Parms:
  2425.  * dev The device structure for the device
  2426.  * to write to.
  2427.  * phy The address of the PHY to be written to.
  2428.  * reg The register whose contents are to be
  2429.  * written.
  2430.  * val The value to be written to the register.
  2431.  *
  2432.  * This function uses the TLAN's MII bus to write the contents of a
  2433.  * given register on a PHY.  It sends the appropriate info and then
  2434.  * writes the 16-bit register value from the MII configuration bus
  2435.  * via the TLAN SIO register.
  2436.  *
  2437.  **************************************************************/
  2438. void TLan_MiiWriteReg( struct net_device *dev, u16 phy, u16 reg, u16 val )
  2439. {
  2440. u16 sio;
  2441. int minten;
  2442. unsigned long flags = 0;
  2443. TLanPrivateInfo *priv = dev->priv;
  2444. outw(TLAN_NET_SIO, dev->base_addr + TLAN_DIO_ADR);
  2445. sio = dev->base_addr + TLAN_DIO_DATA + TLAN_NET_SIO;
  2446. if (!in_irq())
  2447. spin_lock_irqsave(&priv->lock, flags);
  2448. TLan_MiiSync( dev->base_addr );
  2449. minten = TLan_GetBit( TLAN_NET_SIO_MINTEN, sio );
  2450. if ( minten )
  2451. TLan_ClearBit( TLAN_NET_SIO_MINTEN, sio );
  2452. TLan_MiiSendData( dev->base_addr, 0x1, 2 ); /* Start ( 01b ) */
  2453. TLan_MiiSendData( dev->base_addr, 0x1, 2 ); /* Write ( 01b ) */
  2454. TLan_MiiSendData( dev->base_addr, phy, 5 ); /* Device #      */
  2455. TLan_MiiSendData( dev->base_addr, reg, 5 ); /* Register #    */
  2456. TLan_MiiSendData( dev->base_addr, 0x2, 2 ); /* Send ACK */
  2457. TLan_MiiSendData( dev->base_addr, val, 16 ); /* Send Data */
  2458. TLan_ClearBit( TLAN_NET_SIO_MCLK, sio ); /* Idle cycle */
  2459. TLan_SetBit( TLAN_NET_SIO_MCLK, sio );
  2460. if ( minten )
  2461. TLan_SetBit( TLAN_NET_SIO_MINTEN, sio );
  2462. if (!in_irq())
  2463. spin_unlock_irqrestore(&priv->lock, flags);
  2464. } /* TLan_MiiWriteReg */
  2465. /*****************************************************************************
  2466. ******************************************************************************
  2467. ThunderLAN Driver Eeprom routines
  2468. The Compaq Netelligent 10 and 10/100 cards use a Microchip 24C02A
  2469. EEPROM.  These functions are based on information in Microchip's
  2470. data sheet.  I don't know how well this functions will work with
  2471. other EEPROMs.
  2472. ******************************************************************************
  2473. *****************************************************************************/
  2474. /***************************************************************
  2475.  * TLan_EeSendStart
  2476.  *
  2477.  * Returns:
  2478.  * Nothing
  2479.  * Parms:
  2480.  * io_base The IO port base address for the
  2481.  * TLAN device with the EEPROM to
  2482.  * use.
  2483.  *
  2484.  * This function sends a start cycle to an EEPROM attached
  2485.  * to a TLAN chip.
  2486.  *
  2487.  **************************************************************/
  2488. void TLan_EeSendStart( u16 io_base )
  2489. {
  2490. u16 sio;
  2491. outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR );
  2492. sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
  2493. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2494. TLan_SetBit( TLAN_NET_SIO_EDATA, sio );
  2495. TLan_SetBit( TLAN_NET_SIO_ETXEN, sio );
  2496. TLan_ClearBit( TLAN_NET_SIO_EDATA, sio );
  2497. TLan_ClearBit( TLAN_NET_SIO_ECLOK, sio );
  2498. } /* TLan_EeSendStart */
  2499. /***************************************************************
  2500.  * TLan_EeSendByte
  2501.  *
  2502.  * Returns:
  2503.  * If the correct ack was received, 0, otherwise 1
  2504.  * Parms: io_base The IO port base address for the
  2505.  * TLAN device with the EEPROM to
  2506.  * use.
  2507.  * data The 8 bits of information to
  2508.  * send to the EEPROM.
  2509.  * stop If TLAN_EEPROM_STOP is passed, a
  2510.  * stop cycle is sent after the
  2511.  * byte is sent after the ack is
  2512.  * read.
  2513.  *
  2514.  * This function sends a byte on the serial EEPROM line,
  2515.  * driving the clock to send each bit. The function then
  2516.  * reverses transmission direction and reads an acknowledge
  2517.  * bit.
  2518.  *
  2519.  **************************************************************/
  2520. int TLan_EeSendByte( u16 io_base, u8 data, int stop )
  2521. {
  2522. int err;
  2523. u8 place;
  2524. u16 sio;
  2525. outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR );
  2526. sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
  2527. /* Assume clock is low, tx is enabled; */
  2528. for ( place = 0x80; place != 0; place >>= 1 ) {
  2529. if ( place & data )
  2530. TLan_SetBit( TLAN_NET_SIO_EDATA, sio );
  2531. else
  2532. TLan_ClearBit( TLAN_NET_SIO_EDATA, sio );
  2533. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2534. TLan_ClearBit( TLAN_NET_SIO_ECLOK, sio );
  2535. }
  2536. TLan_ClearBit( TLAN_NET_SIO_ETXEN, sio );
  2537. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2538. err = TLan_GetBit( TLAN_NET_SIO_EDATA, sio );
  2539. TLan_ClearBit( TLAN_NET_SIO_ECLOK, sio );
  2540. TLan_SetBit( TLAN_NET_SIO_ETXEN, sio );
  2541. if ( ( ! err ) && stop ) {
  2542. TLan_ClearBit( TLAN_NET_SIO_EDATA, sio ); /* STOP, raise data while clock is high */
  2543. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2544. TLan_SetBit( TLAN_NET_SIO_EDATA, sio );
  2545. }
  2546. return ( err );
  2547. } /* TLan_EeSendByte */
  2548. /***************************************************************
  2549.  * TLan_EeReceiveByte
  2550.  *
  2551.  * Returns:
  2552.  * Nothing
  2553.  * Parms:
  2554.  * io_base The IO port base address for the
  2555.  * TLAN device with the EEPROM to
  2556.  * use.
  2557.  * data An address to a char to hold the
  2558.  * data sent from the EEPROM.
  2559.  * stop If TLAN_EEPROM_STOP is passed, a
  2560.  * stop cycle is sent after the
  2561.  * byte is received, and no ack is
  2562.  * sent.
  2563.  *
  2564.  * This function receives 8 bits of data from the EEPROM
  2565.  * over the serial link.  It then sends and ack bit, or no
  2566.  * ack and a stop bit.  This function is used to retrieve
  2567.  * data after the address of a byte in the EEPROM has been
  2568.  * sent.
  2569.  *
  2570.  **************************************************************/
  2571. void TLan_EeReceiveByte( u16 io_base, u8 *data, int stop )
  2572. {
  2573. u8  place;
  2574. u16 sio;
  2575. outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR );
  2576. sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
  2577. *data = 0;
  2578. /* Assume clock is low, tx is enabled; */
  2579. TLan_ClearBit( TLAN_NET_SIO_ETXEN, sio );
  2580. for ( place = 0x80; place; place >>= 1 ) {
  2581. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2582. if ( TLan_GetBit( TLAN_NET_SIO_EDATA, sio ) )
  2583. *data |= place;
  2584. TLan_ClearBit( TLAN_NET_SIO_ECLOK, sio );
  2585. }
  2586. TLan_SetBit( TLAN_NET_SIO_ETXEN, sio );
  2587. if ( ! stop ) {
  2588. TLan_ClearBit( TLAN_NET_SIO_EDATA, sio ); /* Ack = 0 */
  2589. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2590. TLan_ClearBit( TLAN_NET_SIO_ECLOK, sio );
  2591. } else {
  2592. TLan_SetBit( TLAN_NET_SIO_EDATA, sio ); /* No ack = 1 (?) */
  2593. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2594. TLan_ClearBit( TLAN_NET_SIO_ECLOK, sio );
  2595. TLan_ClearBit( TLAN_NET_SIO_EDATA, sio ); /* STOP, raise data while clock is high */
  2596. TLan_SetBit( TLAN_NET_SIO_ECLOK, sio );
  2597. TLan_SetBit( TLAN_NET_SIO_EDATA, sio );
  2598. }
  2599. } /* TLan_EeReceiveByte */
  2600. /***************************************************************
  2601.  * TLan_EeReadByte
  2602.  *
  2603.  * Returns:
  2604.  * No error = 0, else, the stage at which the error
  2605.  * occurred.
  2606.  * Parms:
  2607.  * io_base The IO port base address for the
  2608.  * TLAN device with the EEPROM to
  2609.  * use.
  2610.  * ee_addr The address of the byte in the
  2611.  * EEPROM whose contents are to be
  2612.  * retrieved.
  2613.  * data An address to a char to hold the
  2614.  * data obtained from the EEPROM.
  2615.  *
  2616.  * This function reads a byte of information from an byte
  2617.  * cell in the EEPROM.
  2618.  *
  2619.  **************************************************************/
  2620. int TLan_EeReadByte( struct net_device *dev, u8 ee_addr, u8 *data )
  2621. {
  2622. int err;
  2623. TLanPrivateInfo *priv = dev->priv;
  2624. unsigned long flags = 0;
  2625. int ret=0;
  2626. spin_lock_irqsave(&priv->lock, flags);
  2627. TLan_EeSendStart( dev->base_addr );
  2628. err = TLan_EeSendByte( dev->base_addr, 0xA0, TLAN_EEPROM_ACK );
  2629. if (err)
  2630. {
  2631. ret=1;
  2632. goto fail;
  2633. }
  2634. err = TLan_EeSendByte( dev->base_addr, ee_addr, TLAN_EEPROM_ACK );
  2635. if (err)
  2636. {
  2637. ret=2;
  2638. goto fail;
  2639. }
  2640. TLan_EeSendStart( dev->base_addr );
  2641. err = TLan_EeSendByte( dev->base_addr, 0xA1, TLAN_EEPROM_ACK );
  2642. if (err)
  2643. {
  2644. ret=3;
  2645. goto fail;
  2646. }
  2647. TLan_EeReceiveByte( dev->base_addr, data, TLAN_EEPROM_STOP );
  2648. fail:
  2649. spin_unlock_irqrestore(&priv->lock, flags);
  2650. return ret;
  2651. } /* TLan_EeReadByte */