Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-20 | better names for 82801 devices just added and move 4 Intel id's so they're | Brad Smith | |
in order by PCI id. | |||
2004-11-20 | regen | Brad Smith | |
2004-11-20 | IDE -> SATA | Brad Smith | |
2004-11-20 | add Intel 82801 PCI ids (uhci, ehci, PCI-E bridge, SATA) found on my new | Brad Smith | |
HP Compaq dc7100 SFF workstation. | |||
2004-11-20 | sync | Alexander Yurchenko | |
2004-11-20 | some via devices from dmesglog | Alexander Yurchenko | |
2004-11-20 | remove redundant commented out bits for com@cardbus | Brad Smith | |
2004-11-20 | forgot to remove a call to free() in my previous commit. | Damien Bergamini | |
2004-11-20 | sgi too | Theo de Raadt | |
2004-11-20 | no tlp, we have dc. | Brad Smith | |
2004-11-20 | When processing sysex stop bytes ensure the packet is not corrupted | Jonathan Gray | |
if we are building a new packet, from Alexandre Ratchov. ok deraadt@ | |||
2004-11-19 | regen | David Gwynne | |
2004-11-19 | remove the atmel dwl120 since the product id appears to be a typo. reorder | David Gwynne | |
the atmel section by product ids while here | |||
2004-11-19 | remove the atmel dwl120 since its product ids dont seem to exist, it looks | David Gwynne | |
like a typo. since the atmel at76c503a appears to be the real device we just remove the typo | |||
2004-11-19 | cleanup includes | David Gwynne | |
ok deraadt@ | |||
2004-11-19 | sync | Alexander Yurchenko | |
2004-11-19 | SiS648FX AGP; from theo | Alexander Yurchenko | |
2004-11-19 | copyright | Theo de Raadt | |
2004-11-19 | return 0 from main, hppa cares :) | Theo de Raadt | |
2004-11-18 | use the filesystem based firmware loader; deraadt ok | Damien Bergamini | |
2004-11-18 | a few more codecs from nbsd | Michael Shalayeff | |
2004-11-18 | add mii_phy_match() for table-driven lookup. | Brad Smith | |
From NetBSD | |||
2004-11-18 | More NetBSD cruft removal/FreeBSD delta reduction. Whitespace, function and ↵ | Kenneth R Westerback | |
variable shuffle. No functional change. | |||
2004-11-17 | proper autoconf attachments; grange@ testing; markus@ ok | Michael Shalayeff | |
2004-11-17 | oops, spotted by pat as always | Theo de Raadt | |
2004-11-17 | typo, spotted by pedro | Theo de Raadt | |
2004-11-17 | rename to atmel | Theo de Raadt | |
2004-11-17 | use the filesystem based firmware loader; dlg ok | Theo de Raadt | |
2004-11-17 | firmware loading; ok pedro tedu dlg miod | Theo de Raadt | |
2004-11-17 | stuff after #endif | Theo de Raadt | |
2004-11-17 | sync | Theo de Raadt | |
2004-11-17 | Three mode devices found in the wild, I think | Theo de Raadt | |
2004-11-17 | fix non-usb builds | Theo de Raadt | |
2004-11-17 | install all 8 files | Theo de Raadt | |
2004-11-17 | remove bogus printf | Theo de Raadt | |
2004-11-17 | list licensed files | Theo de Raadt | |
2004-11-17 | forgot 2 firmwares | Theo de Raadt | |
2004-11-17 | not sparc | Theo de Raadt | |
2004-11-16 | put copy of license in firmware dir too | Theo de Raadt | |
2004-11-16 | fix bit defns for PFLAGs | Jason Wright | |
2004-11-16 | flat firmware file creation and installation | Theo de Raadt | |
2004-11-16 | Lower interrupt moderation timer to decrease service latency. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-11-16 | back out previous commit and put the right change in which corresponds | Brad Smith | |
to what the previous commit message said... Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap). | |||
2004-11-16 | Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap). | Brad Smith | |
From NetBSD ok henning@ mcbride@ | |||
2004-11-16 | - Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k. | Brad Smith | |
- Corrected TBI workaround. - Corrected incorrect LED operation issues. From FreeBSD ok deraadt@ | |||
2004-11-16 | allow for the reception of VLAN sized frames. | Brad Smith | |
From FreeBSD ok deraadt@ | |||
2004-11-16 | if_dc.c rev 1.56 | Brad Smith | |
Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). dcphy.c rev 1.13 Work around an Intel 21143 chip bug. Rev 1.56 of if_dc.c removed calls to mii_pollstat() from the dc_tick() routine. dc_tick() is called regularly to detect link up and link down status, especially when autonegotiating. The expectation was that mii_tick() (which is still called from dc_tick()) would update status information automatically in all cases where it would be sensible to do so. Unfortunately, with authentic 21143 chips this is not the case, and the driver never successfully autonegotiates. This is because (despite what it says in the 21143 manual) the chip always claims that link is not present while the autonegotiation enable bit is set. Autonegotation takes place and succeeds, but the driver tests the link bits before it switches off the autonegotiation enable bit, and success is not recognised. The simplest solution is to call dcphy_status() more often for MII_TICK calls by dropping out of the switch statement instead of exiting when we are autonegotiating and link appears to not be present. When autonegotiation succeeds, dcphy_status() will note the speed and fdx/hdx state and turn off the autonegotiation enable bit. The next call to dcphy_status() will notice that link is present, and the dc driver code will be notified. Macronix chips also use this code, but implement link detection as described in the manual, and hence don't need this patch. However, tests on a Macronix 98715AEC-C show that it does not adversely affect them. From FreeBSD ok deraadt@ | |||
2004-11-16 | get rid of the ATU_NO_COPY_TX knob. we always want it on. | David Gwynne | |
2004-11-16 | add PCI_ID_CODE | Brad Smith | |
From NetBSD | |||
2004-11-15 | remove some debug cruft | David Gwynne | |