blob: 1dd5fa5b888b231461fb1b44b8efb3a1f734a457 [file] [log] [blame]
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -07001/*
2 * Agere Systems Inc.
3 * 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs
4 *
Alan Cox64f93032009-06-10 17:30:41 +01005 * Copyright © 2005 Agere Systems Inc.
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -07006 * All rights reserved.
7 * http://www.agere.com
8 *
9 *------------------------------------------------------------------------------
10 *
11 * et131x_initpci.c - Routines and data used to register the driver with the
12 * PCI (and PCI Express) subsystem, as well as basic driver
13 * init and startup.
14 *
15 *------------------------------------------------------------------------------
16 *
17 * SOFTWARE LICENSE
18 *
19 * This software is provided subject to the following terms and conditions,
20 * which you should read carefully before using the software. Using this
21 * software indicates your acceptance of these terms and conditions. If you do
22 * not agree with these terms and conditions, do not use the software.
23 *
Alan Cox64f93032009-06-10 17:30:41 +010024 * Copyright © 2005 Agere Systems Inc.
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070025 * All rights reserved.
26 *
27 * Redistribution and use in source or binary forms, with or without
28 * modifications, are permitted provided that the following conditions are met:
29 *
30 * . Redistributions of source code must retain the above copyright notice, this
31 * list of conditions and the following Disclaimer as comments in the code as
32 * well as in the documentation and/or other materials provided with the
33 * distribution.
34 *
35 * . Redistributions in binary form must reproduce the above copyright notice,
36 * this list of conditions and the following Disclaimer in the documentation
37 * and/or other materials provided with the distribution.
38 *
39 * . Neither the name of Agere Systems Inc. nor the names of the contributors
40 * may be used to endorse or promote products derived from this software
41 * without specific prior written permission.
42 *
43 * Disclaimer
44 *
Alan Cox64f93032009-06-10 17:30:41 +010045 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070046 * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
47 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
48 * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
49 * RISK. IN NO EVENT SHALL AGERE SYSTEMS INC. OR CONTRIBUTORS BE LIABLE FOR ANY
50 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
51 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
52 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
53 * ON ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, CONTRACT, STRICT
54 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
55 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
56 * DAMAGE.
57 *
58 */
59
60#include "et131x_version.h"
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070061#include "et131x_defs.h"
62
63#include <linux/pci.h>
64#include <linux/init.h>
65#include <linux/module.h>
66#include <linux/types.h>
67#include <linux/kernel.h>
68
69#include <linux/sched.h>
70#include <linux/ptrace.h>
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070071#include <linux/ctype.h>
72#include <linux/string.h>
73#include <linux/timer.h>
74#include <linux/interrupt.h>
75#include <linux/in.h>
76#include <linux/delay.h>
Alan Cox64f93032009-06-10 17:30:41 +010077#include <linux/io.h>
78#include <linux/bitops.h>
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070079#include <asm/system.h>
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070080
81#include <linux/netdevice.h>
82#include <linux/etherdevice.h>
83#include <linux/skbuff.h>
84#include <linux/if_arp.h>
85#include <linux/ioport.h>
86#include <linux/random.h>
87
88#include "et1310_phy.h"
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070089
90#include "et131x_adapter.h"
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070091
92#include "et1310_address_map.h"
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070093#include "et1310_tx.h"
94#include "et1310_rx.h"
Alan Cox69ea5fc2010-01-18 15:34:24 +000095#include "et131x.h"
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070096
Alan Cox69ea5fc2010-01-18 15:34:24 +000097#define INTERNAL_MEM_SIZE 0x400 /* 1024 of internal memory */
98#define INTERNAL_MEM_RX_OFFSET 0x1FF /* 50% Tx, 50% Rx */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -070099
Alan Cox8c5f20f2009-08-27 11:00:24 +0100100/* Defines for Parameter Default/Min/Max vaules */
101#define PARM_SPEED_DUPLEX_MIN 0
102#define PARM_SPEED_DUPLEX_MAX 5
103
Alan Cox8c5f20f2009-08-27 11:00:24 +0100104/* Module parameter for manual speed setting
105 * Set Link speed and dublex manually (0-5) [0]
106 * 1 : 10Mb Half-Duplex
107 * 2 : 10Mb Full-Duplex
108 * 3 : 100Mb Half-Duplex
109 * 4 : 100Mb Full-Duplex
110 * 5 : 1000Mb Full-Duplex
111 * 0 : Auto Speed Auto Duplex // default
112 */
113static u32 et131x_speed_set;
114module_param(et131x_speed_set, uint, 0);
115MODULE_PARM_DESC(et131x_speed_set,
116 "Set Link speed and dublex manually (0-5) [0] \n 1 : 10Mb Half-Duplex \n 2 : 10Mb Full-Duplex \n 3 : 100Mb Half-Duplex \n 4 : 100Mb Full-Duplex \n 5 : 1000Mb Full-Duplex \n 0 : Auto Speed Auto Dublex");
117
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700118/**
Alan Coxc431e3c2009-10-06 15:47:41 +0100119 * et131x_hwaddr_init - set up the MAC Address on the ET1310
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700120 * @adapter: pointer to our private adapter structure
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700121 */
Alan Coxc431e3c2009-10-06 15:47:41 +0100122void et131x_hwaddr_init(struct et131x_adapter *adapter)
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700123{
Alan Coxc431e3c2009-10-06 15:47:41 +0100124 /* If have our default mac from init and no mac address from
125 * EEPROM then we need to generate the last octet and set it on the
126 * device
127 */
128 if (adapter->PermanentAddress[0] == 0x00 &&
129 adapter->PermanentAddress[1] == 0x00 &&
130 adapter->PermanentAddress[2] == 0x00 &&
131 adapter->PermanentAddress[3] == 0x00 &&
132 adapter->PermanentAddress[4] == 0x00 &&
133 adapter->PermanentAddress[5] == 0x00) {
134 /*
135 * We need to randomly generate the last octet so we
136 * decrease our chances of setting the mac address to
137 * same as another one of our cards in the system
138 */
139 get_random_bytes(&adapter->CurrentAddress[5], 1);
140 /*
141 * We have the default value in the register we are
142 * working with so we need to copy the current
143 * address into the permanent address
144 */
145 memcpy(adapter->PermanentAddress,
146 adapter->CurrentAddress, ETH_ALEN);
147 } else {
148 /* We do not have an override address, so set the
149 * current address to the permanent address and add
150 * it to the device
151 */
152 memcpy(adapter->CurrentAddress,
153 adapter->PermanentAddress, ETH_ALEN);
154 }
155}
156
157
158/**
159 * et131x_pci_init - initial PCI setup
160 * @adapter: pointer to our private adapter structure
161 * @pdev: our PCI device
162 *
163 * Perform the initial setup of PCI registers and if possible initialise
164 * the MAC address. At this point the I/O registers have yet to be mapped
165 */
166
167static int et131x_pci_init(struct et131x_adapter *adapter,
168 struct pci_dev *pdev)
169{
170 int i;
171 u8 max_payload;
172 u8 read_size_reg;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700173
Alan Cox4e02b4b2009-10-06 15:47:22 +0100174 if (et131x_init_eeprom(adapter) < 0)
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700175 return -EIO;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700176
177 /* Let's set up the PORT LOGIC Register. First we need to know what
178 * the max_payload_size is
179 */
Alan Coxc431e3c2009-10-06 15:47:41 +0100180 if (pci_read_config_byte(pdev, ET1310_PCI_MAX_PYLD, &max_payload)) {
Alan Cox15700032009-08-27 11:03:09 +0100181 dev_err(&pdev->dev,
182 "Could not read PCI config space for Max Payload Size\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700183 return -EIO;
184 }
185
186 /* Program the Ack/Nak latency and replay timers */
Alan Coxc431e3c2009-10-06 15:47:41 +0100187 max_payload &= 0x07; /* Only the lower 3 bits are valid */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700188
Alan Coxc431e3c2009-10-06 15:47:41 +0100189 if (max_payload < 2) {
190 static const u16 AckNak[2] = { 0x76, 0xD0 };
191 static const u16 Replay[2] = { 0x1E0, 0x2ED };
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700192
Alan Coxc431e3c2009-10-06 15:47:41 +0100193 if (pci_write_config_word(pdev, ET1310_PCI_ACK_NACK,
194 AckNak[max_payload])) {
Alan Cox15700032009-08-27 11:03:09 +0100195 dev_err(&pdev->dev,
196 "Could not write PCI config space for ACK/NAK\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700197 return -EIO;
198 }
Alan Coxc431e3c2009-10-06 15:47:41 +0100199 if (pci_write_config_word(pdev, ET1310_PCI_REPLAY,
200 Replay[max_payload])) {
Alan Cox15700032009-08-27 11:03:09 +0100201 dev_err(&pdev->dev,
202 "Could not write PCI config space for Replay Timer\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700203 return -EIO;
204 }
205 }
206
207 /* l0s and l1 latency timers. We are using default values.
208 * Representing 001 for L0s and 010 for L1
209 */
Alan Coxc431e3c2009-10-06 15:47:41 +0100210 if (pci_write_config_byte(pdev, ET1310_PCI_L0L1LATENCY, 0x11)) {
Alan Cox15700032009-08-27 11:03:09 +0100211 dev_err(&pdev->dev,
212 "Could not write PCI config space for Latency Timers\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700213 return -EIO;
214 }
215
216 /* Change the max read size to 2k */
Alan Coxc431e3c2009-10-06 15:47:41 +0100217 if (pci_read_config_byte(pdev, 0x51, &read_size_reg)) {
Alan Cox15700032009-08-27 11:03:09 +0100218 dev_err(&pdev->dev,
Alan Cox64f93032009-06-10 17:30:41 +0100219 "Could not read PCI config space for Max read size\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700220 return -EIO;
221 }
222
223 read_size_reg &= 0x8f;
224 read_size_reg |= 0x40;
225
Alan Coxc431e3c2009-10-06 15:47:41 +0100226 if (pci_write_config_byte(pdev, 0x51, read_size_reg)) {
Alan Cox15700032009-08-27 11:03:09 +0100227 dev_err(&pdev->dev,
Alan Cox64f93032009-06-10 17:30:41 +0100228 "Could not write PCI config space for Max read size\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700229 return -EIO;
230 }
231
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700232 /* Get MAC address from config space if an eeprom exists, otherwise
233 * the MAC address there will not be valid
234 */
Alan Coxc431e3c2009-10-06 15:47:41 +0100235 if (!adapter->has_eeprom) {
236 et131x_hwaddr_init(adapter);
237 return 0;
238 }
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700239
Alan Coxc431e3c2009-10-06 15:47:41 +0100240 for (i = 0; i < ETH_ALEN; i++) {
241 if (pci_read_config_byte(pdev, ET1310_PCI_MAC_ADDRESS + i,
242 adapter->PermanentAddress + i)) {
243 dev_err(&pdev->dev, "Could not read PCI config space for MAC address\n");
244 return -EIO;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700245 }
246 }
Alan Coxc431e3c2009-10-06 15:47:41 +0100247 memcpy(adapter->CurrentAddress, adapter->PermanentAddress, ETH_ALEN);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700248 return 0;
249}
250
251/**
252 * et131x_error_timer_handler
253 * @data: timer-specific variable; here a pointer to our adapter structure
254 *
255 * The routine called when the error timer expires, to track the number of
256 * recurring errors.
257 */
258void et131x_error_timer_handler(unsigned long data)
259{
Alan Cox25ad00b2009-08-19 18:21:44 +0100260 struct et131x_adapter *etdev = (struct et131x_adapter *) data;
Alan Coxf2c98d22009-08-27 11:01:49 +0100261 u32 pm_csr;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700262
Alan Coxf2c98d22009-08-27 11:01:49 +0100263 pm_csr = readl(&etdev->regs->global.pm_csr);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700264
Alan Coxf2c98d22009-08-27 11:01:49 +0100265 if ((pm_csr & ET_PM_PHY_SW_COMA) == 0)
Alan Cox94831462009-08-27 11:00:06 +0100266 UpdateMacStatHostCounters(etdev);
267 else
Alan Cox15700032009-08-27 11:03:09 +0100268 dev_err(&etdev->pdev->dev,
269 "No interrupts, in PHY coma, pm_csr = 0x%x\n", pm_csr);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700270
Alan Cox25ad00b2009-08-19 18:21:44 +0100271 if (!etdev->Bmsr.bits.link_status &&
272 etdev->RegistryPhyComa &&
273 etdev->PoMgmt.TransPhyComaModeOnBoot < 11) {
274 etdev->PoMgmt.TransPhyComaModeOnBoot++;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700275 }
276
Alan Cox25ad00b2009-08-19 18:21:44 +0100277 if (etdev->PoMgmt.TransPhyComaModeOnBoot == 10) {
278 if (!etdev->Bmsr.bits.link_status
279 && etdev->RegistryPhyComa) {
Alan Coxf2c98d22009-08-27 11:01:49 +0100280 if ((pm_csr & ET_PM_PHY_SW_COMA) == 0) {
Alan Cox64f93032009-06-10 17:30:41 +0100281 /* NOTE - This was originally a 'sync with
282 * interrupt'. How to do that under Linux?
283 */
Alan Cox25ad00b2009-08-19 18:21:44 +0100284 et131x_enable_interrupts(etdev);
285 EnablePhyComa(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700286 }
287 }
288 }
289
290 /* This is a periodic timer, so reschedule */
Alan Cox25ad00b2009-08-19 18:21:44 +0100291 mod_timer(&etdev->ErrorTimer, jiffies +
Alan Cox64f93032009-06-10 17:30:41 +0100292 TX_ERROR_PERIOD * HZ / 1000);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700293}
294
295/**
296 * et131x_link_detection_handler
297 *
298 * Timer function for link up at driver load time
299 */
300void et131x_link_detection_handler(unsigned long data)
301{
Alan Cox25ad00b2009-08-19 18:21:44 +0100302 struct et131x_adapter *etdev = (struct et131x_adapter *) data;
Alan Cox37628602009-08-19 18:21:50 +0100303 unsigned long flags;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700304
Alan Cox25ad00b2009-08-19 18:21:44 +0100305 if (etdev->MediaState == 0) {
Alan Cox37628602009-08-19 18:21:50 +0100306 spin_lock_irqsave(&etdev->Lock, flags);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700307
Alan Cox25ad00b2009-08-19 18:21:44 +0100308 etdev->MediaState = NETIF_STATUS_MEDIA_DISCONNECT;
Alan Coxf6b35d62009-08-27 11:02:05 +0100309 etdev->Flags &= ~fMP_ADAPTER_LINK_DETECTION;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700310
Alan Cox37628602009-08-19 18:21:50 +0100311 spin_unlock_irqrestore(&etdev->Lock, flags);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700312
Alan Cox25ad00b2009-08-19 18:21:44 +0100313 netif_carrier_off(etdev->netdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700314 }
315}
316
317/**
Alan Coxb8c4cc42009-08-27 11:02:25 +0100318 * et131x_configure_global_regs - configure JAGCore global regs
319 * @etdev: pointer to our adapter structure
320 *
321 * Used to configure the global registers on the JAGCore
322 */
323void ConfigGlobalRegs(struct et131x_adapter *etdev)
324{
Alan Cox2b903322010-01-18 15:33:12 +0000325 struct global_regs __iomem *regs = &etdev->regs->global;
Alan Coxb8c4cc42009-08-27 11:02:25 +0100326
Alan Cox5f1377d2009-10-06 15:47:55 +0100327 writel(0, &regs->rxq_start_addr);
328 writel(INTERNAL_MEM_SIZE - 1, &regs->txq_end_addr);
Alan Coxb8c4cc42009-08-27 11:02:25 +0100329
Alan Cox5f1377d2009-10-06 15:47:55 +0100330 if (etdev->RegistryJumboPacket < 2048) {
331 /* Tx / RxDMA and Tx/Rx MAC interfaces have a 1k word
332 * block of RAM that the driver can split between Tx
333 * and Rx as it desires. Our default is to split it
334 * 50/50:
Alan Coxb8c4cc42009-08-27 11:02:25 +0100335 */
Alan Cox5f1377d2009-10-06 15:47:55 +0100336 writel(PARM_RX_MEM_END_DEF, &regs->rxq_end_addr);
337 writel(PARM_RX_MEM_END_DEF + 1, &regs->txq_start_addr);
338 } else if (etdev->RegistryJumboPacket < 8192) {
339 /* For jumbo packets > 2k but < 8k, split 50-50. */
340 writel(INTERNAL_MEM_RX_OFFSET, &regs->rxq_end_addr);
341 writel(INTERNAL_MEM_RX_OFFSET + 1, &regs->txq_start_addr);
342 } else {
343 /* 9216 is the only packet size greater than 8k that
344 * is available. The Tx buffer has to be big enough
345 * for one whole packet on the Tx side. We'll make
346 * the Tx 9408, and give the rest to Rx
347 */
348 writel(0x01b3, &regs->rxq_end_addr);
349 writel(0x01b4, &regs->txq_start_addr);
Alan Coxb8c4cc42009-08-27 11:02:25 +0100350 }
351
Alan Cox5f1377d2009-10-06 15:47:55 +0100352 /* Initialize the loopback register. Disable all loopbacks. */
353 writel(0, &regs->loopback);
354
Alan Coxb8c4cc42009-08-27 11:02:25 +0100355 /* MSI Register */
Alan Coxe266b202009-08-27 11:02:34 +0100356 writel(0, &regs->msi_config);
Alan Coxb8c4cc42009-08-27 11:02:25 +0100357
358 /* By default, disable the watchdog timer. It will be enabled when
359 * a packet is queued.
360 */
Alan Coxe266b202009-08-27 11:02:34 +0100361 writel(0, &regs->watchdog_timer);
Alan Coxb8c4cc42009-08-27 11:02:25 +0100362}
363
364
365/**
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700366 * et131x_adapter_setup - Set the adapter up as per cassini+ documentation
367 * @adapter: pointer to our private adapter structure
368 *
369 * Returns 0 on success, errno on failure (as defined in errno.h)
370 */
Alan Cox25ad00b2009-08-19 18:21:44 +0100371int et131x_adapter_setup(struct et131x_adapter *etdev)
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700372{
373 int status = 0;
374
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700375 /* Configure the JAGCore */
Alan Cox25ad00b2009-08-19 18:21:44 +0100376 ConfigGlobalRegs(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700377
Alan Cox25ad00b2009-08-19 18:21:44 +0100378 ConfigMACRegs1(etdev);
Alan Coxb8c4cc42009-08-27 11:02:25 +0100379
380 /* Configure the MMC registers */
381 /* All we need to do is initialize the Memory Control Register */
382 writel(ET_MMC_ENABLE, &etdev->regs->mmc.mmc_ctrl);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700383
Alan Cox25ad00b2009-08-19 18:21:44 +0100384 ConfigRxMacRegs(etdev);
385 ConfigTxMacRegs(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700386
Alan Cox25ad00b2009-08-19 18:21:44 +0100387 ConfigRxDmaRegs(etdev);
388 ConfigTxDmaRegs(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700389
Alan Cox25ad00b2009-08-19 18:21:44 +0100390 ConfigMacStatRegs(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700391
392 /* Move the following code to Timer function?? */
Alan Cox25ad00b2009-08-19 18:21:44 +0100393 status = et131x_xcvr_find(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700394
Alan Cox64f93032009-06-10 17:30:41 +0100395 if (status != 0)
Alan Cox15700032009-08-27 11:03:09 +0100396 dev_warn(&etdev->pdev->dev, "Could not find the xcvr\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700397
398 /* Prepare the TRUEPHY library. */
Alan Cox25ad00b2009-08-19 18:21:44 +0100399 ET1310_PhyInit(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700400
401 /* Reset the phy now so changes take place */
Alan Cox25ad00b2009-08-19 18:21:44 +0100402 ET1310_PhyReset(etdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700403
404 /* Power down PHY */
Alan Cox25ad00b2009-08-19 18:21:44 +0100405 ET1310_PhyPowerDown(etdev, 1);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700406
407 /*
408 * We need to turn off 1000 base half dulplex, the mac does not
409 * support it. For the 10/100 part, turn off all gig advertisement
410 */
Alan Cox5ec34872009-08-27 10:59:13 +0100411 if (etdev->pdev->device != ET131X_PCI_DEVICE_ID_FAST)
Alan Cox25ad00b2009-08-19 18:21:44 +0100412 ET1310_PhyAdvertise1000BaseT(etdev, TRUEPHY_ADV_DUPLEX_FULL);
Alan Cox64f93032009-06-10 17:30:41 +0100413 else
Alan Cox25ad00b2009-08-19 18:21:44 +0100414 ET1310_PhyAdvertise1000BaseT(etdev, TRUEPHY_ADV_DUPLEX_NONE);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700415
416 /* Power up PHY */
Alan Cox25ad00b2009-08-19 18:21:44 +0100417 ET1310_PhyPowerDown(etdev, 0);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700418
Alan Cox25ad00b2009-08-19 18:21:44 +0100419 et131x_setphy_normal(etdev);
Alan Cox15700032009-08-27 11:03:09 +0100420; return status;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700421}
422
423/**
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700424 * et131x_soft_reset - Issue a soft reset to the hardware, complete for ET1310
425 * @adapter: pointer to our private adapter structure
426 */
427void et131x_soft_reset(struct et131x_adapter *adapter)
428{
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700429 /* Disable MAC Core */
Alan Coxc9835d972009-10-06 15:50:45 +0100430 writel(0xc00f0000, &adapter->regs->mac.cfg1);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700431
432 /* Set everything to a reset value */
Alan Coxb8c4cc42009-08-27 11:02:25 +0100433 writel(0x7F, &adapter->regs->global.sw_reset);
Alan Coxc9835d972009-10-06 15:50:45 +0100434 writel(0x000f0000, &adapter->regs->mac.cfg1);
435 writel(0x00000000, &adapter->regs->mac.cfg1);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700436}
437
438/**
439 * et131x_align_allocated_memory - Align allocated memory on a given boundary
440 * @adapter: pointer to our adapter structure
441 * @phys_addr: pointer to Physical address
442 * @offset: pointer to the offset variable
443 * @mask: correct mask
444 */
445void et131x_align_allocated_memory(struct et131x_adapter *adapter,
446 uint64_t *phys_addr,
447 uint64_t *offset, uint64_t mask)
448{
449 uint64_t new_addr;
450
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700451 *offset = 0;
452
453 new_addr = *phys_addr & ~mask;
454
455 if (new_addr != *phys_addr) {
456 /* Move to next aligned block */
457 new_addr += mask + 1;
458 /* Return offset for adjusting virt addr */
459 *offset = new_addr - *phys_addr;
460 /* Return new physical address */
461 *phys_addr = new_addr;
462 }
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700463}
464
465/**
466 * et131x_adapter_memory_alloc
467 * @adapter: pointer to our private adapter structure
468 *
469 * Returns 0 on success, errno on failure (as defined in errno.h).
470 *
471 * Allocate all the memory blocks for send, receive and others.
472 */
473int et131x_adapter_memory_alloc(struct et131x_adapter *adapter)
474{
Alan Coxc431e3c2009-10-06 15:47:41 +0100475 int status;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700476
Alan Coxc431e3c2009-10-06 15:47:41 +0100477 /* Allocate memory for the Tx Ring */
478 status = et131x_tx_dma_memory_alloc(adapter);
479 if (status != 0) {
480 dev_err(&adapter->pdev->dev,
481 "et131x_tx_dma_memory_alloc FAILED\n");
482 return status;
483 }
484 /* Receive buffer memory allocation */
485 status = et131x_rx_dma_memory_alloc(adapter);
486 if (status != 0) {
487 dev_err(&adapter->pdev->dev,
488 "et131x_rx_dma_memory_alloc FAILED\n");
489 et131x_tx_dma_memory_free(adapter);
490 return status;
491 }
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700492
Alan Coxc431e3c2009-10-06 15:47:41 +0100493 /* Init receive data structures */
494 status = et131x_init_recv(adapter);
495 if (status != 0) {
496 dev_err(&adapter->pdev->dev,
497 "et131x_init_recv FAILED\n");
498 et131x_tx_dma_memory_free(adapter);
499 et131x_rx_dma_memory_free(adapter);
500 }
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700501 return status;
502}
503
504/**
505 * et131x_adapter_memory_free - Free all memory allocated for use by Tx & Rx
506 * @adapter: pointer to our private adapter structure
507 */
508void et131x_adapter_memory_free(struct et131x_adapter *adapter)
509{
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700510 /* Free DMA memory */
511 et131x_tx_dma_memory_free(adapter);
512 et131x_rx_dma_memory_free(adapter);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700513}
514
Alan Coxc431e3c2009-10-06 15:47:41 +0100515
516
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700517/**
Alan Coxc431e3c2009-10-06 15:47:41 +0100518 * et131x_adapter_init
Alan Cox8c5f20f2009-08-27 11:00:24 +0100519 * @etdev: pointer to the private adapter struct
Alan Coxc431e3c2009-10-06 15:47:41 +0100520 * @pdev: pointer to the PCI device
Alan Cox8c5f20f2009-08-27 11:00:24 +0100521 *
Alan Coxc431e3c2009-10-06 15:47:41 +0100522 * Initialize the data structures for the et131x_adapter object and link
523 * them together with the platform provided device structures.
Alan Cox8c5f20f2009-08-27 11:00:24 +0100524 */
Alan Coxc431e3c2009-10-06 15:47:41 +0100525
526
527static struct et131x_adapter *et131x_adapter_init(struct net_device *netdev,
528 struct pci_dev *pdev)
Alan Cox8c5f20f2009-08-27 11:00:24 +0100529{
530 static const u8 default_mac[] = { 0x00, 0x05, 0x3d, 0x00, 0x02, 0x00 };
531 static const u8 duplex[] = { 0, 1, 2, 1, 2, 2 };
532 static const u16 speed[] = { 0, 10, 10, 100, 100, 1000 };
533
Alan Coxc431e3c2009-10-06 15:47:41 +0100534 struct et131x_adapter *etdev;
535
536 /* Setup the fundamental net_device and private adapter structure elements */
537 SET_NETDEV_DEV(netdev, &pdev->dev);
538
539 /* Allocate private adapter struct and copy in relevant information */
540 etdev = netdev_priv(netdev);
541 etdev->pdev = pci_dev_get(pdev);
542 etdev->netdev = netdev;
543
544 /* Do the same for the netdev struct */
545 netdev->irq = pdev->irq;
546 netdev->base_addr = pci_resource_start(pdev, 0);
547
548 /* Initialize spinlocks here */
549 spin_lock_init(&etdev->Lock);
550 spin_lock_init(&etdev->TCBSendQLock);
551 spin_lock_init(&etdev->TCBReadyQLock);
552 spin_lock_init(&etdev->SendHWLock);
Alan Coxc431e3c2009-10-06 15:47:41 +0100553 spin_lock_init(&etdev->RcvLock);
554 spin_lock_init(&etdev->RcvPendLock);
555 spin_lock_init(&etdev->FbrLock);
556 spin_lock_init(&etdev->PHYLock);
557
558 /* Parse configuration parameters into the private adapter struct */
Alan Cox8c5f20f2009-08-27 11:00:24 +0100559 if (et131x_speed_set)
Alan Cox15700032009-08-27 11:03:09 +0100560 dev_info(&etdev->pdev->dev,
561 "Speed set manually to : %d \n", et131x_speed_set);
Alan Cox8c5f20f2009-08-27 11:00:24 +0100562
563 etdev->SpeedDuplex = et131x_speed_set;
564 etdev->RegistryJumboPacket = 1514; /* 1514-9216 */
565
Alan Cox8c5f20f2009-08-27 11:00:24 +0100566 /* Set the MAC address to a default */
567 memcpy(etdev->CurrentAddress, default_mac, ETH_ALEN);
568
569 /* Decode SpeedDuplex
570 *
571 * Set up as if we are auto negotiating always and then change if we
572 * go into force mode
573 *
574 * If we are the 10/100 device, and gigabit is somehow requested then
575 * knock it down to 100 full.
576 */
577 if (etdev->pdev->device == ET131X_PCI_DEVICE_ID_FAST &&
578 etdev->SpeedDuplex == 5)
579 etdev->SpeedDuplex = 4;
580
581 etdev->AiForceSpeed = speed[etdev->SpeedDuplex];
582 etdev->AiForceDpx = duplex[etdev->SpeedDuplex]; /* Auto FDX */
Alan Coxc431e3c2009-10-06 15:47:41 +0100583
584 return etdev;
Alan Cox8c5f20f2009-08-27 11:00:24 +0100585}
586
Alan Cox7ca5d422009-08-27 11:03:21 +0100587/**
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700588 * et131x_pci_setup - Perform device initialization
589 * @pdev: a pointer to the device's pci_dev structure
590 * @ent: this device's entry in the pci_device_id table
591 *
592 * Returns 0 on success, errno on failure (as defined in errno.h)
593 *
594 * Registered in the pci_driver structure, this function is called when the
595 * PCI subsystem finds a new PCI device which matches the information
596 * contained in the pci_device_id table. This routine is the equivalent to
597 * a device insertion routine.
598 */
Alan Cox7ca5d422009-08-27 11:03:21 +0100599
Alan Coxc431e3c2009-10-06 15:47:41 +0100600static int __devinit et131x_pci_setup(struct pci_dev *pdev,
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700601 const struct pci_device_id *ent)
602{
Alan Coxc431e3c2009-10-06 15:47:41 +0100603 int result = -EBUSY;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700604 int pm_cap;
605 bool pci_using_dac;
Alan Coxc431e3c2009-10-06 15:47:41 +0100606 struct net_device *netdev;
607 struct et131x_adapter *adapter;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700608
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700609 /* Enable the device via the PCI subsystem */
Alan Coxc431e3c2009-10-06 15:47:41 +0100610 if (pci_enable_device(pdev) != 0) {
611 dev_err(&pdev->dev,
Alan Cox15700032009-08-27 11:03:09 +0100612 "pci_enable_device() failed\n");
Alan Coxc431e3c2009-10-06 15:47:41 +0100613 return -EIO;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700614 }
615
616 /* Perform some basic PCI checks */
617 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) {
Alan Coxc431e3c2009-10-06 15:47:41 +0100618 dev_err(&pdev->dev,
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700619 "Can't find PCI device's base address\n");
Alan Coxc431e3c2009-10-06 15:47:41 +0100620 goto err_disable;
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700621 }
622
Alan Coxc431e3c2009-10-06 15:47:41 +0100623 if (pci_request_regions(pdev, DRIVER_NAME)) {
624 dev_err(&pdev->dev,
Alan Cox15700032009-08-27 11:03:09 +0100625 "Can't get PCI resources\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700626 goto err_disable;
627 }
628
629 /* Enable PCI bus mastering */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700630 pci_set_master(pdev);
631
632 /* Query PCI for Power Mgmt Capabilities
633 *
634 * NOTE: Now reading PowerMgmt in another location; is this still
635 * needed?
636 */
637 pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM);
638 if (pm_cap == 0) {
Alan Coxc431e3c2009-10-06 15:47:41 +0100639 dev_err(&pdev->dev,
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700640 "Cannot find Power Management capabilities\n");
641 result = -EIO;
642 goto err_release_res;
643 }
644
645 /* Check the DMA addressing support of this device */
Alan Coxc431e3c2009-10-06 15:47:41 +0100646 if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))) {
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700647 pci_using_dac = true;
648
Alan Coxc431e3c2009-10-06 15:47:41 +0100649 result = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64));
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700650 if (result != 0) {
Alan Cox15700032009-08-27 11:03:09 +0100651 dev_err(&pdev->dev,
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700652 "Unable to obtain 64 bit DMA for consistent allocations\n");
653 goto err_release_res;
654 }
Alan Coxc431e3c2009-10-06 15:47:41 +0100655 } else if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700656 pci_using_dac = false;
657 } else {
Alan Coxc431e3c2009-10-06 15:47:41 +0100658 dev_err(&pdev->dev,
Alan Cox15700032009-08-27 11:03:09 +0100659 "No usable DMA addressing method\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700660 result = -EIO;
661 goto err_release_res;
662 }
663
664 /* Allocate netdev and private adapter structs */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700665 netdev = et131x_device_alloc();
666 if (netdev == NULL) {
Alan Coxc431e3c2009-10-06 15:47:41 +0100667 dev_err(&pdev->dev, "Couldn't alloc netdev struct\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700668 result = -ENOMEM;
669 goto err_release_res;
670 }
Alan Coxc431e3c2009-10-06 15:47:41 +0100671 adapter = et131x_adapter_init(netdev, pdev);
672 /* Initialise the PCI setup for the device */
673 et131x_pci_init(adapter, pdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700674
675 /* Map the bus-relative registers to system virtual memory */
Alan Coxc431e3c2009-10-06 15:47:41 +0100676 adapter->regs = pci_ioremap_bar(pdev, 0);
Alan Coxf3f415a2009-08-27 10:59:30 +0100677 if (adapter->regs == NULL) {
Alan Cox15700032009-08-27 11:03:09 +0100678 dev_err(&pdev->dev, "Cannot map device registers\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700679 result = -ENOMEM;
680 goto err_free_dev;
681 }
682
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700683 /* If Phy COMA mode was enabled when we went down, disable it here. */
Alan Coxf2c98d22009-08-27 11:01:49 +0100684 writel(ET_PMCSR_INIT, &adapter->regs->global.pm_csr);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700685
686 /* Issue a global reset to the et1310 */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700687 et131x_soft_reset(adapter);
688
689 /* Disable all interrupts (paranoid) */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700690 et131x_disable_interrupts(adapter);
691
692 /* Allocate DMA memory */
693 result = et131x_adapter_memory_alloc(adapter);
694 if (result != 0) {
Alan Cox15700032009-08-27 11:03:09 +0100695 dev_err(&pdev->dev, "Could not alloc adapater memory (DMA)\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700696 goto err_iounmap;
697 }
698
699 /* Init send data structures */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700700 et131x_init_send(adapter);
701
Alan Coxc431e3c2009-10-06 15:47:41 +0100702 /*
703 * Set up the task structure for the ISR's deferred handler
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700704 */
705 INIT_WORK(&adapter->task, et131x_isr_handler);
706
Alan Coxc431e3c2009-10-06 15:47:41 +0100707 /* Copy address into the net_device struct */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700708 memcpy(netdev->dev_addr, adapter->CurrentAddress, ETH_ALEN);
709
710 /* Setup et1310 as per the documentation */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700711 et131x_adapter_setup(adapter);
712
713 /* Create a timer to count errors received by the NIC */
714 init_timer(&adapter->ErrorTimer);
715
716 adapter->ErrorTimer.expires = jiffies + TX_ERROR_PERIOD * HZ / 1000;
717 adapter->ErrorTimer.function = et131x_error_timer_handler;
718 adapter->ErrorTimer.data = (unsigned long)adapter;
719
720 /* Initialize link state */
721 et131x_link_detection_handler((unsigned long)adapter);
722
Alan Cox64f93032009-06-10 17:30:41 +0100723 /* Intialize variable for counting how long we do not have
724 link status */
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700725 adapter->PoMgmt.TransPhyComaModeOnBoot = 0;
726
727 /* We can enable interrupts now
728 *
729 * NOTE - Because registration of interrupt handler is done in the
730 * device's open(), defer enabling device interrupts to that
731 * point
732 */
733
734 /* Register the net_device struct with the Linux network layer */
Alan Cox64f93032009-06-10 17:30:41 +0100735 result = register_netdev(netdev);
736 if (result != 0) {
Alan Cox15700032009-08-27 11:03:09 +0100737 dev_err(&pdev->dev, "register_netdev() failed\n");
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700738 goto err_mem_free;
739 }
740
741 /* Register the net_device struct with the PCI subsystem. Save a copy
742 * of the PCI config space for this device now that the device has
743 * been initialized, just in case it needs to be quickly restored.
744 */
745 pci_set_drvdata(pdev, netdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700746 pci_save_state(adapter->pdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700747 return result;
748
749err_mem_free:
750 et131x_adapter_memory_free(adapter);
751err_iounmap:
Alan Coxf3f415a2009-08-27 10:59:30 +0100752 iounmap(adapter->regs);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700753err_free_dev:
Alan Cox6ae56042009-08-27 10:59:21 +0100754 pci_dev_put(pdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700755 free_netdev(netdev);
756err_release_res:
757 pci_release_regions(pdev);
758err_disable:
759 pci_disable_device(pdev);
Alan Coxc431e3c2009-10-06 15:47:41 +0100760 return result;
761}
762
763/**
764 * et131x_pci_remove
765 * @pdev: a pointer to the device's pci_dev structure
766 *
767 * Registered in the pci_driver structure, this function is called when the
768 * PCI subsystem detects that a PCI device which matches the information
769 * contained in the pci_device_id table has been removed.
770 */
771
772static void __devexit et131x_pci_remove(struct pci_dev *pdev)
773{
774 struct net_device *netdev;
775 struct et131x_adapter *adapter;
776
777 /* Retrieve the net_device pointer from the pci_dev struct, as well
778 * as the private adapter struct
779 */
780 netdev = (struct net_device *) pci_get_drvdata(pdev);
781 adapter = netdev_priv(netdev);
782
783 /* Perform device cleanup */
784 unregister_netdev(netdev);
785 et131x_adapter_memory_free(adapter);
786 iounmap(adapter->regs);
787 pci_dev_put(adapter->pdev);
788 free_netdev(netdev);
789 pci_release_regions(pdev);
790 pci_disable_device(pdev);
Greg Kroah-Hartmancfb739b2008-04-03 17:30:53 -0700791}
Alan Cox7ca5d422009-08-27 11:03:21 +0100792
793static struct pci_device_id et131x_pci_table[] __devinitdata = {
794 {ET131X_PCI_VENDOR_ID, ET131X_PCI_DEVICE_ID_GIG, PCI_ANY_ID,
795 PCI_ANY_ID, 0, 0, 0UL},
796 {ET131X_PCI_VENDOR_ID, ET131X_PCI_DEVICE_ID_FAST, PCI_ANY_ID,
797 PCI_ANY_ID, 0, 0, 0UL},
798 {0,}
799};
800
801MODULE_DEVICE_TABLE(pci, et131x_pci_table);
802
803static struct pci_driver et131x_driver = {
804 .name = DRIVER_NAME,
805 .id_table = et131x_pci_table,
806 .probe = et131x_pci_setup,
807 .remove = __devexit_p(et131x_pci_remove),
808 .suspend = NULL, /* et131x_pci_suspend */
809 .resume = NULL, /* et131x_pci_resume */
810};
811
812
813/**
814 * et131x_init_module - The "main" entry point called on driver initialization
815 *
816 * Returns 0 on success, errno on failure (as defined in errno.h)
817 */
Peter Huewe3c0d4462009-09-29 01:34:14 +0200818static int __init et131x_init_module(void)
Alan Cox7ca5d422009-08-27 11:03:21 +0100819{
820 if (et131x_speed_set < PARM_SPEED_DUPLEX_MIN ||
821 et131x_speed_set > PARM_SPEED_DUPLEX_MAX) {
822 printk(KERN_WARNING "et131x: invalid speed setting ignored.\n");
823 et131x_speed_set = 0;
824 }
825 return pci_register_driver(&et131x_driver);
826}
827
828/**
829 * et131x_cleanup_module - The entry point called on driver cleanup
830 */
Peter Huewe3c0d4462009-09-29 01:34:14 +0200831static void __exit et131x_cleanup_module(void)
Alan Cox7ca5d422009-08-27 11:03:21 +0100832{
833 pci_unregister_driver(&et131x_driver);
834}
835
836module_init(et131x_init_module);
837module_exit(et131x_cleanup_module);
838
Alan Cox7ca5d422009-08-27 11:03:21 +0100839/* Modinfo parameters (filled out using defines from et131x_version.h) */
840MODULE_AUTHOR(DRIVER_AUTHOR);
841MODULE_DESCRIPTION(DRIVER_INFO);
842MODULE_LICENSE(DRIVER_LICENSE);