Re: Linux 2.4.21pre3-ac2 - some trivial patches

From: Eyal Lebedinsky (eyal@eyal.emu.id.au)
Date: Thu Jan 09 2003 - 06:24:41 EST


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

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:27 EST