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