freebsd-dev/sys
Maxime Henrion 18557a86ad 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
..
alpha
amd64
arm
boot
bsm
cam Fix a problem with the cd(4) driver -- the CAMGETPASSTHRU ioctl wouldn't 2005-03-26 06:05:06 +00:00
coda
compat Argh. PCI resource list became an STAILQ instead of an SLIST. Try to 2005-03-27 10:35:07 +00:00
conf
contrib
crypto
ddb
dev Fix a bunch of bugs I came accross when looking at the ixgb(4) driver, 2005-03-27 16:38:08 +00:00
doc
fs - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert(). 2005-03-25 10:51:55 +00:00
gdb
geom fix a "modify after free" bug which is practically impossible to 2005-03-26 21:07:35 +00:00
gnu
i4b
i386 Add code to read the primary PCI bus number out of the Compaq/HP 6010 2005-03-25 14:18:50 +00:00
ia64
isa - Don't enable periodic interrupts from the RTC by default in rtc_statusb. 2005-03-24 21:34:16 +00:00
isofs/cd9660
kern Remove another ';' after if(). 2005-03-27 07:53:13 +00:00
libkern
modules
net rt_newaddrmsg will blow up if given something other than RTM_ADD 2005-03-26 21:49:43 +00:00
net80211 when WPA is enabled discard association requests w/o a WPA ie 2005-03-26 07:15:34 +00:00
netatalk
netatm
netgraph
netinet deal with malloc failures 2005-03-26 22:20:22 +00:00
netinet6
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient
nfsserver Do not do write gathering for NFSv3, since it makes no sense unless 2005-03-26 11:29:02 +00:00
opencrypto
pc98 Merge from i386: 2005-03-24 21:36:15 +00:00
pccard
pci deal with malloc failure when setting up the multicast filter 2005-03-26 23:26:49 +00:00
posix4
powerpc
rpc
security
sparc64
sys When the softupdates worklist gets too long, threads that attempt to 2005-03-25 17:30:31 +00:00
tools
ufs When the softupdates worklist gets too long, threads that attempt to 2005-03-25 17:30:31 +00:00
vm
Makefile