summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add additional data on the MIIBUS WTF that I committed earlier.imp2009-03-311-0/+4
* It turns out that the initialization is required since it sets up theimp2009-03-311-0/+24
* o Minor tweaks to the AX88x90 probe routine, mostly related to comments.imp2009-03-311-48/+17
* Simplify the radeon microcode loading.rnoland2009-03-312-213/+132
* fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to createweongyo2009-03-311-1/+1
* Add another rum(4) device found inkevlo2009-03-312-0/+2
* Partial revert r185756.yongari2009-03-311-0/+2
* Go back to filtering all PHY addresses above 16 since at least twoimp2009-03-311-8/+9
* Hmmmm... This can't be right... But it looks like the DL100xx chipsimp2009-03-311-1/+3
* Integrate user/mav/ata branch:mav2009-03-3012-105/+300
* Hoist 802.11 encapsulation up into net80211:sam2009-03-3013-475/+59
* fake the association id so packets are not rejected in the tx pathsam2009-03-301-0/+2
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. Itsam2009-03-302-27/+26
* We don't know what these pages are going to be used for, they should bernoland2009-03-301-1/+1
* Load the right microcode for RS780.rnoland2009-03-301-4/+4
* Two fixes:imp2009-03-301-7/+11
* This is a major reworking of the AX88x90 support.imp2009-03-304-125/+230
* New PHY driver for the internal PHY found in the AX88790. There's aimp2009-03-302-0/+235
* when it failed to inform rx/tx dma setup it should clean up allocatedweongyo2009-03-301-1/+3
* corrects a error message.weongyo2009-03-301-1/+1
* handles more exceptional cases when the driver failed to attach.weongyo2009-03-301-5/+7
* fix a bug of uses after free.weongyo2009-03-301-2/+1
* Add PHY entry for the ASIX 88x90 internal PHYs.imp2009-03-301-0/+4
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-299-59/+36
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-2913-119/+77
* Unbreak OF_interpret() and its standard implementation after r186347.marius2009-03-292-2/+4
* Fixup relative pointers after channel realloc. It fixes crash on systemsmav2009-03-291-8/+11
* o Don't access VPD even if hardware advertised the capability.yongari2009-03-282-134/+101
* When reading via memory, read in (amount + 1) / 2 (to properly roundimp2009-03-281-1/+1
* It turns out that the Toshiba LANCT00A PC Card is really like theimp2009-03-283-8/+27
* Sort NECINFORTIA correctly.imp2009-03-271-1/+1
* Add bromax axnet based cards to the mix. This was harvested from the linuximp2009-03-271-0/+3
* Harvest a previously unknown Bromax design based on the AX88x90 fromimp2009-03-271-0/+1
* The buffer start and end phys addresses should be 0x0 for an OHCI zero lengththompsa2009-03-271-2/+5
* Put the "%d retries" debug message in the transmit path behind WPI_DEBUG_TXjmallett2009-03-271-1/+1
* o) Check that no overrun or CRC errors were encountered in receiving ajmallett2009-03-272-4/+15
* Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() andjhb2009-03-261-4/+2
* Allow the attach routine to fail gracefully and not panic the system.imp2009-03-261-1/+2
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-0/+113
* Fix up waiting on vblank again... This reverts a last minute change thatrnoland2009-03-261-5/+8
* Tweak comments.imp2009-03-251-15/+16
* Add RIOS PCCARD 3.imp2009-03-251-0/+1
* RIOS Systems co was naughty and used a 'random' id. Use it with theimp2009-03-251-0/+4
* It appears that the TDK LAK CD011 works with fe driver. I don't haveimp2009-03-251-0/+1
* Another akihabra find: Mitsubishi B8895.imp2009-03-251-0/+2
* Fix typo.yongari2009-03-251-1/+1
* Use __packed from cdefs.hdelphij2009-03-251-1/+1
* Rework the management of vblank interrupts a bit.rnoland2009-03-251-22/+31
* Intel handled the management of the breadcrumb counter inconsistently.rnoland2009-03-252-11/+12
* The GART allocations are a propery of the gart, not of scatter-gatherrnoland2009-03-253-10/+9
OpenPOWER on IntegriCloud