aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't try to setup interrupts for drivers that don't support them.Robert Noland2009-04-191-18/+21
* Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit().Ed Schouten2009-04-182-12/+8
* Make sure that the data in the ROM with a valid signature isn't allWarner Losh2009-04-181-1/+5
* Add GVP NIC 2000P and New Media Livewire. Also New Media LanSurferWarner Losh2009-04-181-1/+3
* Establish the interrupt handler AFTER we successfully attach. We needWarner Losh2009-04-184-22/+29
* Remove debug write accidentally left in.Warner Losh2009-04-181-1/+0
* - Add a few more register defintions for the PCI express capabilityJohn Baldwin2009-04-171-0/+28
* Drain the driver tasks on the same taskqueue in which they were enqueued.Andrew Thompson2009-04-171-3/+3
* Prevent atkbd(4) interrupt handler from calling keyboard callback functionMaksim Yevmenkin2009-04-171-2/+4
* Only call ieee80211_start_all() if its a 80211 device.Andrew Thompson2009-04-161-1/+2
* call base if_qflush routine to flush if_sndKip Macy2009-04-161-0/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-164-6/+8
* mge(4): fix two bugs, which were leading to crash/hang under very heavyRafal Jaworowski2009-04-161-3/+11
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,Rafal Jaworowski2009-04-161-1/+2
* Garbage collect unbuildable and unusable non-MPSAFE network deviceRobert Watson2009-04-1615-12892/+0
* Fix whitespace.Marius Strobl2009-04-141-13/+13
* - Remove the second license as I'm also fine with the first one.Marius Strobl2009-04-141-139/+131
* Fix whitespace.Marius Strobl2009-04-141-31/+31
* - Consolidate duplicated code for reading and sizing BARs and writing baseJohn Baldwin2009-04-141-121/+98
* Thanks to Michael Tuexen and Randall Scott for providing aJack F Vogel2009-04-141-8/+8
* Use si_drv1 instead of dev2unit() in twe(4) and twa(4)Ed Schouten2009-04-142-8/+4
* Use si_drv1 instead of dev2unit() in powermac_nvram.Ed Schouten2009-04-141-15/+5
* Use si_drv1 instead of dev2unit() inside agp(4).Ed Schouten2009-04-141-10/+6
* Let tdfx(4) use si_drv1 instead of using dev2unit().Ed Schouten2009-04-141-6/+4
* Use si_drv1 to store joy(4)'s softc.Ed Schouten2009-04-141-8/+5
* - define em_transmit and em_qflushKip Macy2009-04-142-13/+138
* Another NE-2000 clone. The GVC NIC-2000P Ethernet adapter. Based onWarner Losh2009-04-141-0/+2
* o eliminate a << in calculating the tx time for turbo mode by pre-multiplyingSam Leffler2009-04-134-35/+34
* don't use caddr_t to match ieee80211_dump_pkt type; supplying the correctSam Leffler2009-04-131-7/+8
* o fix dynamic slave-side tdma slot length updating: we need to re-setup theSam Leffler2009-04-131-1/+2
* add a debug msg for when a fixed transmit rate is not applied becauseSam Leffler2009-04-131-0/+9
* remove reference to sc_tdmabintcnt; it was removed in r190848Sam Leffler2009-04-131-1/+0
* Don't blindly set IP packet length from interface MTU in TSO case.Pyun YongHyeon2009-04-131-1/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-1/+1
* Two refinements to the 3c1 support:Warner Losh2009-04-113-8/+17
* o Report ethernet status for at least 10BaseT media. Since I don'tWarner Losh2009-04-112-1/+30
* Don't specify a hint, since it isn't needed.Warner Losh2009-04-101-2/+2
* Fix commentWarner Losh2009-04-101-4/+3
* Improvements for TC5299J MII support.Warner Losh2009-04-101-25/+15
* The D-Link DE-650 isn't tagged as a network card, so allow it toWarner Losh2009-04-101-1/+2
* Fix some comments.Warner Losh2009-04-101-9/+12
* No need to check for chip type here.Warner Losh2009-04-101-1/+1
* Import "flowid" support for serializing flows across transmit queuesKip Macy2009-04-101-0/+1
* Fix build problem with data format.Jack F Vogel2009-04-101-2/+2
* Revert r190676,190677Andrew Thompson2009-04-102-2/+2
* Add missing file, sorry bout that :)Jack F Vogel2009-04-101-0/+2444
* Update the ixgbe driver to 1.7.4, this includes supportJack F Vogel2009-04-1013-810/+3208
* This delta syncs the em and igb drivers with Intel,Jack F Vogel2009-04-1022-1039/+1719
* Whitespace nitpickingMaksim Yevmenkin2009-04-091-2/+2
* Introduce KB_POLLED flag to struct keyboard's kb_flags field.Maksim Yevmenkin2009-04-091-0/+4