summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2004-10-10Work 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-10Use the correct API for /dev/sequencer. From Alexandre Ratchov.Jonathan Gray
'looks correct' henning@ djm@
2004-10-10regenBrad Smith
2004-10-10add an Intel PCI modem entryBrad Smith
From ian@
2004-10-09When 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-09remove redundant checks for MII_TICK case which mii_phy_tick()Brad Smith
already deals with.
2004-10-09Allow a little time for the reset to settle in before we start pollingBrad 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-09add master flag support for 1000baseT and autonegotiation support for 1000baseX.Brad Smith
From NetBSD ok mcbride@
2004-10-08If the hotplug queue is full, bump the tail pointer in the circular buffer.Dale Rahn
ok grange@
2004-10-08don't print media infoBrad Smith
2004-10-07Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces)Brad Smith
From NetBSD ok mcbride@
2004-10-07add constants for 1000Base-X duplex negotiation.Brad Smith
From NetBSD ok mcbride@
2004-10-07*phy -> *scBrad Smith
ok jason@
2004-10-07cardbusdevs -> pcidevsBrad Smith
From NetBSD
2004-10-07regenBrad Smith
2004-10-07merge vendors/devices from cardbusdevsBrad Smith
2004-10-07regenJonathan Gray
2004-10-07add the Radeon in my iBook, ok deraadt@Jonathan Gray
2004-10-06typoBrad Smith
2004-10-06Enable round-robin arbitration between transmit and receive unitBrad 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 enabledAlexander Yurchenko
- switch to pci_matchbyid() - minor nits
2004-10-05Don't reset the chip on attach. This solves the problem with fansAlexander 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-05pretty dmesg printTheo de Raadt
2004-10-05Port 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-04syncDavid Gwynne
2004-10-04Belkin Components F5U237 USB 2.0 7-Port HubDavid Gwynne
2004-10-04a whole bunch of avance logic codecs and also patch for someMichael Shalayeff
2004-10-04syncTheo de Raadt
2004-10-04davicom DM9601 contains another amiphy cloneTheo de Raadt
2004-10-04COREGA_FETHER_USB2_TX; tested by meTheo de Raadt
2004-10-04syncTheo de Raadt
2004-10-04Corega Fether USB2-TX is axeTheo de Raadt
2004-10-03$OpenBSD$ tagAlexander Yurchenko
2004-10-03Add $OpenBSD$ tag.Alexander Yurchenko
2004-10-02Typo in comment.Alexander Yurchenko
2004-10-02remove if NVLAN here tooBrad Smith
2004-10-02Add missing sc_mii, broken by PHY entry point changes.Ryan Thomas McBride
(apparantly only affects cats GENERIC)
2004-10-02regenBrad Smith
2004-10-02another Broadcom idBrad Smith
2004-10-01Fix off-by-BAR in IO space finding.Alexander Yurchenko
ok jason@
2004-10-01regenBrad Smith
2004-10-01add ids for Broadcom BCM5750/5751Brad Smith
From: FreeBSD
2004-10-01regenMichael Shalayeff
2004-10-01a few hp zx1 idsMichael Shalayeff
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-30when trying to locate the io register we must jump over memory BARs, whichJason Wright
are variable size. Do it correctly: jump by 8 for 64 bit BARs.
2004-09-30magic constants... bad... this isn't linux.Jason Wright
2004-09-30syncAlexander Yurchenko
2004-09-30A couple of new nvidia ethernet ids found in the linux driver.Alexander Yurchenko