summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-10-12Don't use BIOS configuration data when no seeprom is available. LetsKenneth R Westerback
2004-10-11regenMichael Shalayeff
2004-10-11add support for Planex GW-NS11H; from Jonathan Gray <jsg@goblin.cx>Michael Shalayeff
2004-10-10Work around "overlapped command" issue on devices that are slower than U320. ...Marco Peereboom
2004-10-10Use the correct API for /dev/sequencer. From Alexandre Ratchov.Jonathan Gray
2004-10-10regenBrad Smith
2004-10-10add an Intel PCI modem entryBrad Smith
2004-10-09When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr.Brad Smith
2004-10-09remove redundant checks for MII_TICK case which mii_phy_tick()Brad Smith
2004-10-09Allow a little time for the reset to settle in before we start pollingBrad Smith
2004-10-09add master flag support for 1000baseT and autonegotiation support for 1000baseX.Brad Smith
2004-10-08If the hotplug queue is full, bump the tail pointer in the circular buffer.Dale Rahn
2004-10-08don't print media infoBrad Smith
2004-10-07Add driver for generic ten-bit interfaces (1000BASE-{LX,SX} fibre interfaces)Brad Smith
2004-10-07add constants for 1000Base-X duplex negotiation.Brad Smith
2004-10-07*phy -> *scBrad Smith
2004-10-07cardbusdevs -> pcidevsBrad Smith
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
2004-10-05- switch to pci_matchbyid()Alexander Yurchenko
2004-10-05- check if pm space is enabledAlexander Yurchenko
2004-10-05Don't reset the chip on attach. This solves the problem with fansAlexander Yurchenko
2004-10-05pretty dmesg printTheo de Raadt
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
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
2004-10-02regenBrad Smith
2004-10-02another Broadcom idBrad Smith
2004-10-01Fix off-by-BAR in IO space finding.Alexander Yurchenko
2004-10-01regenBrad Smith
2004-10-01add ids for Broadcom BCM5750/5751Brad Smith
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