summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2005-12-25regenBrad Smith
2005-12-25fix orderingBrad Smith
2005-12-25Don't allow slave devices to do polling during autoconf.Alexander Yurchenko
2005-12-25Force polling if interrupts not available.Alexander Yurchenko
2005-12-25Move all PIIX register definitions to a separate file.Alexander Yurchenko
2005-12-25Do not make the whole sc_i2c_xfer structure volatile, only theAlexander Yurchenko
2005-12-25Regen.Alexander Yurchenko
2005-12-25Consistent device ids for piix pm controllers.Alexander Yurchenko
2005-12-24Driver for Acer Labs M7101 power management controllerMark Kettenis
2005-12-24piixpm now provides i2cbus attribute. Reminded by deraadt@.Alexander Yurchenko
2005-12-24Rewrite piixpm(4) driver. It doesn't support acpi timer anymore, if weAlexander Yurchenko
2005-12-24clear RUNNING here to do a full init.Brad Smith
2005-12-23regenBrad Smith
2005-12-23- add JMicron vendor ID and SATA II chipset product id.Brad Smith
2005-12-22re-work PHY setup, media handling and dual-port detection.Brad Smith
2005-12-20Superfluous stuff.Claudio Jeker
2005-12-20Do bus scanning only if underlying controller asked for it.Alexander Yurchenko
2005-12-19New Intel ICH SMBus driver to be used with the iic(4) framework.Alexander Yurchenko
2005-12-19Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere.Claudio Jeker
2005-12-19Check or chop the timeslot map if the map or mode is changed. There is no wayClaudio Jeker
2005-12-19Be not too verbose else the debug output would stall a box if the wrongClaudio Jeker
2005-12-18Add bits string for smbus host status register to be able toAlexander Yurchenko
2005-12-18Add SMBus controller registers.Alexander Yurchenko
2005-12-18if not a newer chip then print i82557, all fxp's attached to the ICHBrad Smith
2005-12-17more PCI ids.Brad Smith
2005-12-17regenBrad Smith
2005-12-17add a few more fxp PCI ids.Brad Smith
2005-12-17This driver had no chances to work. Still has some issues.Alexander Yurchenko
2005-12-17regenBrad Smith
2005-12-17add ICH7 fxp PCI id.Brad Smith
2005-12-17Replace 'while (j>=0)' constructs with safer, more KNF friendly for()Kenneth R Westerback
2005-12-17Don't dynamically assign ring size, simplifies ring structuresJonathan Gray
2005-12-17Split length and flags up into seperate variables inJonathan Gray
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-16fix error printf's.Brad Smith
2005-12-16remove unused code to use IO space.Brad Smith
2005-12-15merge printing of the revision and the interrupt string into one printf.Brad Smith
2005-12-15Fix error printf()s.Kenneth R Westerback
2005-12-15Missing break and initializations found by lint.Kenneth R Westerback
2005-12-14We aren't likely to need to keep track of crypted/decrypted ringJonathan Gray
2005-12-14Initial bits for an nvidia nforce Ethernet driver.Jonathan Gray
2005-12-13- Add a whole bunch of new PCI ids.Brad Smith
2005-12-13use consistent naming for members of the softc structDavid Gwynne
2005-12-13the megaraid i4 and my dell perc 3/dc share the same vendor and productDavid Gwynne
2005-12-13if_san_common.cCan Erkin Acar
2005-12-12knfDavid Gwynne
2005-12-12If a PCI-X card is detected then set bge_pcix.Brad Smith
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11a whole bunch of ciss(4) PCI ids.Brad Smith