summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-03-11regenMarco Peereboom
2006-03-11Fix DRAC names.Marco Peereboom
2006-03-11syncMarco Peereboom
2006-03-11Add DRAC4Marco Peereboom
2006-03-11regenBrad Smith
2006-03-11fix the orderBrad Smith
2006-03-10Clean up unused definitions. ok miod@Matthieu Herrb
2006-03-10in bge_intr() also check the PCI State register to see if thereBrad Smith
2006-03-10ansi. no binary change.Jonathan Gray
2006-03-09unbreak the tree. i dunno how this compiled on my box at home.David Gwynne
2006-03-08amdpmreg.h is only used by amdpm.c, so merge the header into the c file.David Gwynne
2006-03-08Fix device id typo introduced in r1.41; found the hard way by Daniel Hamlin.Miod Vallat
2006-03-08tweak the debug macros a bitDavid Gwynne
2006-03-08fix support for the smbus controller on nforce 1 chipsets. only try toDavid Gwynne
2006-03-07whitespace fixesDavid Gwynne
2006-03-07advertisment -> advertisement; from leonardo chiquitto filhoJason McIntyre
2006-03-07regenJonathan Gray
2006-03-07Add id for the serial interface to the UMTS/GPRS/GSM modem onJonathan Gray
2006-03-07regenJonathan Gray
2006-03-07Add a few entries found in submitted dmesgs.Jonathan Gray
2006-03-06syncTheo de Raadt
2006-03-06ricoh sd/mmc controllerTheo de Raadt
2006-03-06Make UDMA on the VT8237 work again.Mark Kettenis
2006-03-05Sprinkle some tabs and a little cleaning.Brad Smith
2006-03-05tabs are holier than spaces.Brad Smith
2006-03-04don't set the interface pointer twice in tl_init().Brad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04add PCI sub-ids for ACER, FSC, Intel and NEC products.Brad Smith
2006-03-04remove the colon between "address" and the MAC address.Brad Smith
2006-03-04- Use sc->sc_dev.dv_xname everywhere.Brad Smith
2006-03-02Put the PHY update/reset call in nfe_init back to the spot it was atJonathan Gray
2006-02-27Increase delay value, fixes pr5018.Alexander Yurchenko
2006-02-27Workaround for bridge attachment where nothing lives behind these 'rare'Dale Rahn
2006-02-26Disable alipm(4) on sparc64 if not running at the recommended 74KHz clock, toMark Kettenis
2006-02-26use sc->sc_dev.dv_xname consistently.Damien Bergamini
2006-02-26prettify + u_int{8,16,32}_t -> uint{8,16,32}_tDamien Bergamini
2006-02-26regenBrad Smith
2006-02-26fix some of the ATI names.Brad Smith
2006-02-26Let if_nfe.c compile again by putting declaration of ifp inside #ifdefKenneth R Westerback
2006-02-26Don't define NFE_DEBUG by default.Jonathan Gray
2006-02-26clean up if there is a failure to attach.Brad Smith
2006-02-26store the shutdown hook pointer in the softc struct.Brad Smith
2006-02-26vic(4) is PCI only so make it look like a typical PCI only driver.Brad Smith
2006-02-26- set baud rate in ixgb_update_link_status().Brad Smith
2006-02-25add vic(4) config glue. The driver is not yet enabled.Reyk Floeter
2006-02-25Add vic(4), a driver for the VMware vmxnet network interface. This isReyk Floeter
2006-02-25syncDamien Bergamini
2006-02-25ids for intel pro/wireless 3945ABGDamien Bergamini
2006-02-24Make ServerWorks SATA less chatty. Sprinkle some KNF while I'm there.Mark Kettenis
2006-02-24update link status here.Brad Smith