summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that wasscottl2008-02-061-1/+0
* Fix a symbol conflict between hptrr and hptmvscottl2008-02-062-3/+3
* Update the hptrr driver to version 1.2. This adds port multiplier supportscottl2008-02-0611-21365/+22313
* Update the hptiop driver to version 1.3. This adds support for the 4xxxscottl2008-02-032-531/+1519
* Various bug fixes for 2560 parts of ral(4):sephe2008-02-033-37/+115
* Remove the rr232x driver. It has been superceded by the hptrr driver.scottl2008-02-0316-13085/+0
* Fix some bugs in dealing with DCMD'd without data. MegaCli was sendingambrisko2008-02-022-58/+94
* Relax the check for a PCI-express chipset by assuming the system is ajhb2008-02-011-5/+2
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-0111-16/+19
* Fix link state handling in bfe(4).yongari2008-01-292-48/+88
* Don't repeat error logging about NOP message sending ifiwasaki2008-01-281-1/+5
* Only reset driver state when a hardware error is detected.gallatin2008-01-281-5/+6
* Return errno value rather than boolean in this context.iwasaki2008-01-281-2/+6
* Enter the sleep state immediately without waiting for timeout ifiwasaki2008-01-271-0/+6
* Fix loading for case where we don't overload tcp_usrreqs by calling tcp_drop ...kmacy2008-01-271-1/+4
* fix DISABLE_MBUF_IOVEC case by initializing mbuf header completelykmacy2008-01-271-39/+11
* - Fix a typo in a comment.marius2008-01-271-8/+10
* Fix a typo in a comment.marius2008-01-271-1/+1
* Add a driver for the National Semiconductor DP83815, DP83843 andmarius2008-01-273-0/+529
* rx mbufs must have a pkthdr; use m_gethdr to populate the rx ringsam2008-01-261-1/+1
* Allow arbitrary baud rates, not just the standard ones.emaste2008-01-261-22/+14
* Calculate baud rate divisor instead of allowing only a fixed set ofemaste2008-01-252-35/+71
* Do not dereference NULL scp in the case the screen is not opened.kib2008-01-241-0/+2
* Cleanup lockmgr interface and exported KPI:attilio2008-01-242-10/+2
* Many improvements that have been collected over time:scottl2008-01-243-43/+146
* Take advantage of the new physically contiguous 9K jumbos in 8.gallatin2008-01-222-3/+29
* Fix build.yongari2008-01-211-2/+2
* Overhaul sf(4) to make it run on all architectures and implementyongari2008-01-212-965/+2122
* It seems that the firmware for TxGFP does not work at all. I couldyongari2008-01-211-0/+1
* Import AIC-6915 firmware for GFP from Adaptec.yongari2008-01-212-0/+235
* Forced commit to note that sf(4) was repocopied from sys/pciyongari2008-01-211-1/+1
* Re-enable pcpu caching by default make sysctl R/Wkmacy2008-01-192-2/+2
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-183-8/+12
* Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).jkim2008-01-181-1/+1
* Style changes from avatar.ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedambrisko2008-01-183-122/+253
* Use m_collapse(9) to collapse mbuf chains instead of relying onyongari2008-01-181-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-175-357/+5
* - remove bogus_imm counterkmacy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-172-99/+1
* Use pause(9) instead of a tsleep() on a stack variable.jhb2008-01-171-1/+1
* Fix lock ordering panic by not calling ether_ioctl with port lock heldkmacy2008-01-161-2/+2
* Add a header containing constants for the various HPET registers and theirjhb2008-01-162-23/+84
* Dont accidentally remove a filesocket which is still in use. This givesremko2008-01-161-6/+9
* remove superfluous debug printfskmacy2008-01-162-8/+1
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...kmacy2008-01-163-29/+45
* put tx queue size back to 1024kmacy2008-01-161-4/+0
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) tojhb2008-01-152-2/+2
* Don't cache the new-bus name of a PCI device in the PCI conf structure,jhb2008-01-151-1/+4
* Add optional support to mxge for MSI-X interrupts and multiple receivegallatin2008-01-158-516/+31649
OpenPOWER on IntegriCloud