Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3826
b: refs/heads/master
c: c36ad39
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Jun 28, 2005
1 parent d641521 commit 27d4483
Show file tree
Hide file tree
Showing 9 changed files with 963 additions and 1,412 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99f95e5286df2f69edab8a04c7080d986ee4233b
refs/heads/master: c36ad397a30fcf9369d82584324cc24189eb6b1c
8 changes: 4 additions & 4 deletions trunk/drivers/net/amd8111e.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Revision History:
#include <linux/if_vlan.h>
#include <linux/ctype.h>
#include <linux/crc32.h>
#include <linux/dma-mapping.h>

#include <asm/system.h>
#include <asm/io.h>
Expand Down Expand Up @@ -2006,12 +2007,11 @@ static int __devinit amd8111e_probe_one(struct pci_dev *pdev,
}

/* Initialize DMA */
if(!pci_dma_supported(pdev, 0xffffffff)){
if (pci_set_dma_mask(pdev, DMA_32BIT_MASK) < 0) {
printk(KERN_ERR "amd8111e: DMA not supported,"
"exiting.\n");
goto err_free_reg;
} else
pdev->dma_mask = 0xffffffff;
goto err_free_reg;
}

reg_addr = pci_resource_start(pdev, 0);
reg_len = pci_resource_len(pdev, 0);
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/net/at1700.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
only is it difficult to detect, it also moves around in I/O space in
response to inb()s from other device probes!
*/
/*
99/03/03 Allied Telesis RE1000 Plus support by T.Hagawa
99/12/30 port to 2.3.35 by K.Takai
*/

#include <linux/config.h>
#include <linux/errno.h>
Expand Down
Loading

0 comments on commit 27d4483

Please sign in to comment.