summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* - Change this driver to do taskqueue(9) based TX and interruptmarius2009-06-242-57/+136
* - Remove unused variables. [1]marius2009-06-241-25/+3
* MFp4:mav2009-06-241-197/+0
* MFp4:mav2009-06-2422-22/+22
* With the fdc control device disappearing some 5 years ago, it is nojoerg2009-06-241-4/+0
* Revert the part of r194763 which added a dying flag and insteadmarius2009-06-242-12/+5
* Update for the Intel 10G driver, this adds support forjfv2009-06-2411-684/+1279
* Updates for both the em and igb drivers, add supportjfv2009-06-2419-1505/+2742
* Some DMA related changes:mav2009-06-241-33/+35
* fw_state ad cur_state are holding unsigned bitfields, so declare thenscottl2009-06-241-1/+1
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.raj2009-06-244-18/+13
* Allow admin to specify the initial mtu upon driver loadgallatin2009-06-241-3/+8
* Slight comment fix.ariff2009-06-241-5/+4
* - Added code to read bootcode firwmare version.davidch2009-06-232-43/+131
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-4/+4
* - Initialize the ifnet structure, especially if_dname, before probingmarius2009-06-235-316/+569
* - Fix bug where device would loose promisc setting when reset.gallatin2009-06-231-2/+2
* Add some sysctl info so that we can see what is going on with vblanks.rnoland2009-06-231-0/+24
* Revert most of 193311 so as to track mxge transmit statsgallatin2009-06-232-1/+22
* Only release irq resources if we were actually using them.rnoland2009-06-231-4/+7
* Using signals for vblank events is prone to issues. There have neverrnoland2009-06-232-59/+1
* Update mxge firmware from 1.4.39 to 1.4.43. Changes include:gallatin2009-06-234-32615/+32936
* Given that vblanks generally occur 60 times a second, waiting 3 secondsrnoland2009-06-231-1/+1
* vblank[crtc].last represents the hardware counter while request.sequencernoland2009-06-231-1/+0
* Implement minimal set of changes suggested by bz to makegallatin2009-06-232-4/+18
* Hold the lock while we save/restore register for suspend/resume.rnoland2009-06-231-0/+6
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Fix build with ACPI_DEBUG.rpaulo2009-06-231-1/+1
* Code cleanup by moving some repetitive code into an ndis_get_bssid_listcokane2009-06-231-37/+39
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-233-0/+2333
* Fix what seems to be an obvious typo preventing the body of therdivacky2009-06-231-1/+1
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-235-7/+7
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-23118-3184/+4657
* Fix cxgb's ifmedia ioctl handling. Also fixed a comment.np2009-06-221-7/+3
* Fix length check for ugen control transfer.thompsa2009-06-221-1/+1
* Enable MSI in the MSI capability registers any time that the first messagejhb2009-06-221-1/+3
* Add a missing return in NULL mutex case.jkim2009-06-221-1/+3
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-3/+4
* add %b formats for various registerssam2009-06-211-0/+12
* use PROTO_DEFAULT.remko2009-06-211-1/+1
* Add support for the Myson Heden 8813.remko2009-06-212-0/+5
* For ICH based fxp(4) controllers treat them as 82559 compatibles.yongari2009-06-212-69/+93
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doyongari2009-06-212-134/+38
* Always check fxp(4) is running, see if it can accept frames fromyongari2009-06-211-3/+10
* Don't blindly enable Rx lock-up workaround. Newer chips do not needyongari2009-06-212-1/+9
* Due to possible PCI bus lock-up issues fxp(4) didn't perform fullyongari2009-06-211-1/+5
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedyongari2009-06-212-44/+73
* fix !x86 cxgb compilekmacy2009-06-211-1/+1
* fix typo in conditionalkmacy2009-06-201-1/+1
* - fix dma map handling for !x86 casekmacy2009-06-203-13/+15
OpenPOWER on IntegriCloud