| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct the WOL magic value. | David E. O'Brien | 2006-10-16 | 1 | -1/+1 |
| * | Try to be more precise in identifying the various nForce networking adapters. | David E. O'Brien | 2006-10-16 | 1 | -14/+14 |
| * | - Inverted EAPD quirk for ASUS A8Jc. | Ariff Abdullah | 2006-10-16 | 1 | -17/+17 |
| * | Remove some debugging code that accidentally crept in. | Scott Long | 2006-10-16 | 1 | -3/+1 |
| * | - Add a command validator for use in debugging. | Scott Long | 2006-10-16 | 5 | -53/+425 |
| * | Overhaul the transmit and dma paths: | Scott Long | 2006-10-15 | 2 | -219/+121 |
| * | Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutter | Ariff Abdullah | 2006-10-15 | 1 | -19/+19 |
| * | Fix the wraparound of memsize >=2GB. | Seigo Tanimura | 2006-10-15 | 1 | -2/+3 |
| * | Simplify the arguments to bce_tx_encap. | Scott Long | 2006-10-14 | 1 | -17/+14 |
| * | More small whitespace cleanups | Scott Long | 2006-10-14 | 1 | -4/+4 |
| * | Don't copy the bd_chain head pointers into temporary objects, they are | Scott Long | 2006-10-14 | 2 | -7/+3 |
| * | Fix some whitespace | Scott Long | 2006-10-13 | 1 | -95/+95 |
| * | ipmi_polled_enqueue_request() is already called with the lock held, just | John Baldwin | 2006-10-12 | 1 | -2/+2 |
| * | - Fix support for ASUS U5F laptop. This laptop (and possibly others) | Ariff Abdullah | 2006-10-12 | 1 | -3/+23 |
| * | Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014 | Ariff Abdullah | 2006-10-12 | 1 | -16/+44 |
| * | Remove redundant casts. The casts inside the macros should be | Warner Losh | 2006-10-12 | 1 | -4/+4 |
| * | Using the ptr defines broke the powerpc build - convert set_mmfsa to the same | Kip Macy | 2006-10-11 | 1 | -2/+2 |
| * | Remind firmware of the ESSID to use in a directed scan. This fixes scanning | Max Laier | 2006-10-10 | 1 | -3/+17 |
| * | correct diag request to fetch isr state on fatal interrupts | Sam Leffler | 2006-10-09 | 1 | -1/+1 |
| * | Fix style(9) nits. | Jung-uk Kim | 2006-10-09 | 1 | -38/+37 |
| * | Fix 32-bit PTE in the GART table. | Jung-uk Kim | 2006-10-09 | 1 | -1/+3 |
| * | provide routines to access VPD data at the PCI layer... | John-Mark Gurney | 2006-10-09 | 6 | -182/+397 |
| * | kernel clean up to make the sun4v kernel build | Kip Macy | 2006-10-09 | 2 | -0/+59 |
| * | Added few more pci ids for Intel, ATI, NVidia, VIA and SiS. | Ariff Abdullah | 2006-10-08 | 1 | -2/+30 |
| * | Remove unnecessary test case. (As written, that branch will never | Alexander Leidinger | 2006-10-08 | 1 | -2/+0 |
| * | Add missing PCI ID for the acer m5288 | Søren Schmidt | 2006-10-08 | 1 | -0/+1 |
| * | Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive. | Florent Thoumie | 2006-10-07 | 2 | -0/+5 |
| * | Add a USB quirk for CMOTECH CDMA USB modem. | Florent Thoumie | 2006-10-07 | 2 | -0/+5 |
| * | Add a USB quirk for Motorola A41x/V32x USB phones. | Florent Thoumie | 2006-10-07 | 2 | -0/+3 |
| * | Add support for Novatech NV902 wireless NIC in ural(4). | Florent Thoumie | 2006-10-07 | 2 | -0/+5 |
| * | Add support for Epson Stylus CX4200 in uscanner(4). | Florent Thoumie | 2006-10-07 | 2 | -0/+2 |
| * | Add support for Psion Gold Port Ethernet USB NIC. | Florent Thoumie | 2006-10-07 | 2 | -0/+4 |
| * | Add support for Netgear FA101 ethernet USB NIC. | Florent Thoumie | 2006-10-07 | 2 | -0/+2 |
| * | Add a quirk for the Belkin FC6550-AVR UPS. | Florent Thoumie | 2006-10-07 | 2 | -0/+3 |
| * | Add support for Familiar Linux powered iPaq handhelds to cdce(4). | Florent Thoumie | 2006-10-07 | 2 | -0/+2 |
| * | Add quirk for Logitech iFeel MouseMan USB mouse. | Florent Thoumie | 2006-10-07 | 2 | -1/+3 |
| * | - Add support for Epson USB Scanners (3590 [1] and 4990 [2]). | Florent Thoumie | 2006-10-07 | 2 | -0/+4 |
| * | fix fxp so that it will reset the link when you change the speed... This | John-Mark Gurney | 2006-10-06 | 1 | -0/+5 |
| * | - Fix wrong id for ALC882, add ALC883 id. | Ariff Abdullah | 2006-10-06 | 2 | -281/+484 |
| * | Actually make bounds checking for PCIOCREAD and PCIOCWRITE work. | Ruslan Ermilov | 2006-10-06 | 1 | -6/+8 |
| * | The IPMI spec is ambiguous (or rather, it contradicts itself) about whether | John Baldwin | 2006-10-05 | 1 | -4/+4 |
| * | Add detailed debugging printf's for SMIC under SMIC_DEBUG. | John Baldwin | 2006-10-05 | 1 | -2/+50 |
| * | Oops, don't toss the last character read during an SMIC transaction with | John Baldwin | 2006-10-05 | 1 | -2/+0 |
| * | o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux. | Maxim Konovalov | 2006-10-05 | 2 | -2/+8 |
| * | Remove 3Com 985 deviceid that is really ti(4). | Gleb Smirnoff | 2006-10-03 | 2 | -3/+1 |
| * | Fix compile in non-debug case. | Ian Dowse | 2006-10-03 | 2 | -4/+2 |
| * | aic_pccard_products can be static. | Warner Losh | 2006-10-03 | 1 | -1/+1 |
| * | When changing the device address and max packet size in usbd_new_device(), | Ian Dowse | 2006-10-03 | 3 | -21/+18 |
| * | Don't attempt to insert the transfer in an error case where it has | Ian Dowse | 2006-10-03 | 1 | -2/+0 |
| * | Backout remaining changes that make most AD1981B users unhappy. | Ariff Abdullah | 2006-10-02 | 1 | -0/+2 |