Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-10 | Work around "overlapped command" issue on devices that are slower than U320. ↵ | Marco Peereboom | |
Committing this due to a preemptive "I don't like your fix" comment from krw@ Tested by pval@, krw@ and me, ok krw@ | |||
2004-10-10 | Use the correct API for /dev/sequencer. From Alexandre Ratchov. | Jonathan Gray | |
'looks correct' henning@ djm@ | |||
2004-10-10 | regen | Brad Smith | |
2004-10-10 | add an Intel PCI modem entry | Brad Smith | |
From ian@ | |||
2004-10-09 | When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr. | Brad Smith | |
If the 32bit mask read is 0, wmask will be 0xffffffff00000000, and PCI_MAPREG_MEM64_SIZE() won't make this 0. From NetBSD ok mickey@ | |||
2004-10-09 | remove redundant checks for MII_TICK case which mii_phy_tick() | Brad Smith | |
already deals with. | |||
2004-10-09 | Allow a little time for the reset to settle in before we start polling | Brad Smith | |
the BMCR again. The DP83840A manual states that there should be a 500us delay between asserting software reset and attempting MII serial operations. From NetBSD ok mcbride@ | |||
2004-10-09 | add master flag support for 1000baseT and autonegotiation support for 1000baseX. | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-08 | If the hotplug queue is full, bump the tail pointer in the circular buffer. | Dale Rahn | |
ok grange@ | |||
2004-10-08 | don't print media info | Brad Smith | |
2004-10-07 | Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces) | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | add constants for 1000Base-X duplex negotiation. | Brad Smith | |
From NetBSD ok mcbride@ | |||
2004-10-07 | *phy -> *sc | Brad Smith | |
ok jason@ | |||
2004-10-07 | cardbusdevs -> pcidevs | Brad Smith | |
From NetBSD | |||
2004-10-07 | regen | Brad Smith | |
2004-10-07 | merge vendors/devices from cardbusdevs | Brad Smith | |
2004-10-07 | regen | Jonathan Gray | |
2004-10-07 | add the Radeon in my iBook, ok deraadt@ | Jonathan Gray | |
2004-10-06 | typo | Brad Smith | |
2004-10-06 | Enable round-robin arbitration between transmit and receive unit | Brad Smith | |
in the 21143, instead of giving priority to the receive unit. This gives a 10-15% performance improvement in the forwarding rate under heavy load. From FreeBSD ok mcbride@ nick@ deraadt@ | |||
2004-10-05 | - switch to pci_matchbyid() | Alexander Yurchenko | |
- better printf | |||
2004-10-05 | - check if pm space is enabled | Alexander Yurchenko | |
- switch to pci_matchbyid() - minor nits | |||
2004-10-05 | Don't reset the chip on attach. This solves the problem with fans | Alexander Yurchenko | |
starting to spin very fast after it0 is attached. Extracted from the diff provided by Stephan Leemburg via millert@. Test and ok krw@. | |||
2004-10-05 | pretty dmesg print | Theo de Raadt | |
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-04 | sync | David Gwynne | |
2004-10-04 | Belkin Components F5U237 USB 2.0 7-Port Hub | David Gwynne | |
2004-10-04 | a whole bunch of avance logic codecs and also patch for some | Michael Shalayeff | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | davicom DM9601 contains another amiphy clone | Theo de Raadt | |
2004-10-04 | COREGA_FETHER_USB2_TX; tested by me | Theo de Raadt | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | Corega Fether USB2-TX is axe | Theo de Raadt | |
2004-10-03 | $OpenBSD$ tag | Alexander Yurchenko | |
2004-10-03 | Add $OpenBSD$ tag. | Alexander Yurchenko | |
2004-10-02 | Typo in comment. | Alexander Yurchenko | |
2004-10-02 | remove if NVLAN here too | Brad Smith | |
2004-10-02 | Add missing sc_mii, broken by PHY entry point changes. | Ryan Thomas McBride | |
(apparantly only affects cats GENERIC) | |||
2004-10-02 | regen | Brad Smith | |
2004-10-02 | another Broadcom id | Brad Smith | |
2004-10-01 | Fix off-by-BAR in IO space finding. | Alexander Yurchenko | |
ok jason@ | |||
2004-10-01 | regen | Brad Smith | |
2004-10-01 | add ids for Broadcom BCM5750/5751 | Brad Smith | |
From: FreeBSD | |||
2004-10-01 | regen | Michael Shalayeff | |
2004-10-01 | a few hp zx1 ids | Michael Shalayeff | |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-30 | when trying to locate the io register we must jump over memory BARs, which | Jason Wright | |
are variable size. Do it correctly: jump by 8 for 64 bit BARs. | |||
2004-09-30 | magic constants... bad... this isn't linux. | Jason Wright | |
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | A couple of new nvidia ethernet ids found in the linux driver. | Alexander Yurchenko | |