mux c8f1495d8b Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,
some of which are rather serious:
- Use the device sysctl tree instead of rolling our own.
- Don't create a bus_dmamap_t to pass to bus_dmamem_alloc(), it is
  bus_dmamem_alloc() that creates it itself.  The DMA map created
  by the driver was overwritten and its memory was leaked.
- Fix resource handling bugs in the error path of ixgb_dma_alloc().
- Don't use vtophys() to get the base address of the TX and RX rings
  when busdma already gave us the correct address to use!
- Remove now useless includes and the alpha_XXX_dmamap() hack.
- Don't initialize if_output to ether_output(), ether_ifattach() does
  it for us already.
- Add proper module dependencies on ether and pci.

Unfortunately, I'm not lucky enough to own an ixgb(4) card, nor a
machine with a bus where to plug it in and I couldn't find anyone able
to test these patches, so they are only build-tested and I won't MFC
them for 5.4-RELEASE.
2005-03-27 16:38:08 +00:00
..
2005-03-26 23:37:54 +00:00
2005-03-06 06:55:11 +00:00
2005-02-26 18:55:53 +00:00
2005-02-27 22:16:58 +00:00
2005-02-24 21:32:56 +00:00
2005-02-26 18:52:54 +00:00
2005-01-20 20:06:44 +00:00
2004-08-02 20:42:28 +00:00
2004-06-16 09:47:26 +00:00
2005-02-26 18:55:53 +00:00
2004-08-04 18:30:31 +00:00
2005-01-11 06:24:40 +00:00
2005-02-04 02:32:43 +00:00
2005-02-27 22:01:09 +00:00
2005-03-24 18:55:07 +00:00
2005-02-03 00:40:35 +00:00
2005-03-26 21:34:12 +00:00
2005-02-10 12:02:37 +00:00
2005-02-24 22:33:05 +00:00
2005-02-25 03:41:11 +00:00
2005-02-24 22:33:05 +00:00
2005-03-27 15:57:42 +00:00
2005-01-20 19:32:37 +00:00