summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-04-30Free one more resource on attach failure.Brad Smith
2006-04-29regenJonathan Gray
2006-04-29Add some more MCP04 ids, found in dmesg from ehunger at inventhorizon.comJonathan Gray
2006-04-28when setting the interface address, only call em_init() if the interfaceBrad Smith
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-28backout previous, Brad probably forgot to commit some bits hereMartin Reindl
2006-04-28regenSteven Mestdagh
2006-04-28add National Instruments PCI-GPIB card; ok kettenisSteven Mestdagh
2006-04-28check for IFF_RUNNING being set before calling vr_init().Brad Smith
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-27Quirk for MSI Megabook S270 audio output. Ok deraadt@.Matthieu Herrb
2006-04-27Match the ICH7-M DH in RAID mode and ask forJonathan Gray
2006-04-27regenJonathan Gray
2006-04-27ICH7-M DH in RAID mode, from ICH7 errata datasheet.Jonathan Gray
2006-04-26Remove ICH6M from case statements in IDE code now weJonathan Gray
2006-04-26Fix a typo in register definitions: looks like somebody copied theBrad Smith
2006-04-26not quite working driver for azalia audio (this is essentially AC97 for > 2005)Jason Wright
2006-04-26coverity, covsmerity: no reason to put an overly complex fix in here inJason Wright
2006-04-26ATI IXP 600 IDE. Hardware is not generally available yetJonathan Gray
2006-04-26regenJonathan Gray
2006-04-26ATI IXP 600 IDE/SATA ids.Jonathan Gray
2006-04-26Use %b in error flag printfs to describe meaning of error bits.Jonathan Gray
2006-04-26And commit the diff from the right system.Brad Smith
2006-04-26check for IFF_RUNNING being set before calling nfe_init().Brad Smith
2006-04-26Undo last commit.Marco Peereboom
2006-04-26don't return -1, just 1.Marco Peereboom
2006-04-26typoMarco Peereboom
2006-04-26Add subvendor and subsysid to the mix to differentiate between controllers.Marco Peereboom
2006-04-26syncMarco Peereboom
2006-04-26Rename PERC 5/i to PERC SAS so that we can differentiate between models.Marco Peereboom
2006-04-25Match PCI ids for Intel ICH7 SATA in AHCI mode.Jonathan Gray
2006-04-24regenJonathan Gray
2006-04-24Add id for 82801GBM SATA in AHCI mode.Jonathan Gray
2006-04-24add a missing return here.Brad Smith
2006-04-23some more ANSI, KNF and other tidying up.Brad Smith
2006-04-23regenBrad Smith
2006-04-23add the D-Link DRP32TXD CardBus id.Brad Smith
2006-04-23Allow Intel SATA to map compatibility interrupts.Jonathan Gray
2006-04-22Add support for the Adaptec RAID-On-Chip architecture. This in turnBrad Smith
2006-04-21repair intr establish error printfMichael Shalayeff
2006-04-21recognize the BCM5752 A2Brad Smith
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-04-20Make these compile again.Miod Vallat
2006-04-20ANSI function declarationsMartin Reindl
2006-04-19move the 82573E_KCS PCI id so it is grouped with the other 82573 ids.Brad Smith
2006-04-18- establish interrupt after all dma resouces are successfully allocatedMartin Reindl
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
2006-04-18regenBrad Smith
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
2006-04-17If there is a timeout while writing to the PHY inBrad Smith