summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11- change Intel PRO/100 VE (3) to 82801DB LANBrad Smith
2005-12-11recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000Brad Smith
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10sk_shutdown -> skc_shutdown and register the shutdown function withBrad Smith
2005-12-10shrink dmesg entry by one line by merging the chipset revision intoBrad Smith
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10re-add bge_shutdown() but also register the function withBrad Smith
2005-12-10Check dm_nsegs > 0 rather than dm_segs > 0 when deciding if there areKenneth R Westerback
2005-12-10remove an unused mbuf struct from vr_encap(), leftover from Jason's bus_dma c...Brad Smith
2005-12-10regenJonathan Gray