lkml.org 
[lkml]   [2003]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
SubjectRe: Linux 2.4.21pre3-ac2 - some trivial patches
A few small patches that I needed to finish a build on Debian 3.0.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>343c343
< ehci_warn (ehci, "illegal capability!\n");
---
> ehci_warn (ehci, "illegal capability!\n", "");
416c416
< ehci_info (ehci, "enabled 64bit PCI DMA\n");
---
> ehci_info (ehci, "enabled 64bit PCI DMA\n", "");
501c501
< ehci_err (ehci, "stopped in_interrupt!\n");
---
> ehci_err (ehci, "stopped in_interrupt!\n", "");
685c685
< ehci_err (ehci, "fatal error\n");
---
> ehci_err (ehci, "fatal error\n", "");
--- linux/drivers/ieee1394/sbp2.c.orig Thu Dec 19 10:22:33 2002
+++ linux/drivers/ieee1394/sbp2.c Thu Dec 19 10:23:17 2002
@@ -1511,7 +1511,7 @@
* physical dma in hardware). Mostly just here for debugging...
*/
static int sbp2_handle_physdma_write(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data,
- u64 addr, unsigned int length)
+ u64 addr, unsigned int length, u16 flags)
{

/*
@@ -1527,7 +1527,7 @@
* physical dma in hardware). Mostly just here for debugging...
*/
static int sbp2_handle_physdma_read(struct hpsb_host *host, int nodeid, quadlet_t *data,
- u64 addr, unsigned int length)
+ u64 addr, unsigned int length, u16 flags)
{

/*--- linux/drivers/sound/via82cxxx_audio.c.orig Thu Jan 9 21:51:00 2003
+++ linux/drivers/sound/via82cxxx_audio.c Thu Jan 9 21:51:14 2003
@@ -1918,6 +1918,7 @@
static void via_new_interrupt(int irq, void *dev_id, struct pt_regs *regs)
{
struct via_info *card = dev_id;
+ u32 status32;

/* to minimize interrupt sharing costs, we use the SGD status
* shadow register to check the status of all inputs and
\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.509 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site