summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-06-11remove all FreeBSD/NetBSD specific code because we willRobert Nagy
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-09print regulatory domain in dmesg output.Damien Bergamini
2007-06-08Add support for the Digi Neo 8-port serial adapter.Marc Balmer
2007-06-08sync.Marc Balmer
2007-06-08Add Digi International Digi Neo 8 (8 serial ports). From Pedro Almeida.Marc Balmer
2007-06-06the copyright holder changed the license from "dual bsd/gpl" to beReyk Floeter
2007-06-06Remove IPS_D_INTR debug level, IPS_D_XFER is good enough.Alexander Yurchenko
2007-06-06comment an unused function (wpi_setup_beacon).Damien Bergamini
2007-06-06- #undef the correct macroDamien Bergamini
2007-06-06make sensors framework usage consistent with other drivers; ok damien@Constantine A. Murenin
2007-06-06syncDamien Bergamini
2007-06-06Remove incorrect entry for Intel PRO/Wireless 3945ABG.Damien Bergamini
2007-06-05Major wpi(4) update:Damien Bergamini
2007-06-02Add support for ICH8M IDE.Jonathan Gray
2007-06-02regenJonathan Gray
2007-06-02Add some devices found on an Intel 965GM/ICH8M laptop.Jonathan Gray
2007-06-01initialize the ringsReyk Floeter
2007-06-01Only probe phy's at address 0; gets rid of bogus phy's on theMark Kettenis
2007-05-31further improvement of the bus space i/o. firmware loading, booting,Reyk Floeter
2007-05-31enable all debugging messages by default if the driver is compiled withReyk Floeter
2007-05-31fix the myx_write functionReyk Floeter
2007-05-31add myx(4)Reyk Floeter
2007-05-31initial bits of a new driver for the Myricom Myri-10G Lanai-Z8E 10GbReyk Floeter
2007-05-31only call em_init() when IFF_UP is set, not unconditional.Henning Brauer
2007-05-311000 != 0x1000 (4096)Chris Kuethe
2007-05-30Move the knob for the interrupt throttling register next to the knobs forChris Kuethe
2007-05-30fix the ether_aton-like function to print the correct lladdr (swap bytes)Reyk Floeter
2007-05-30my (dlg says crappy) laptop requires some more delays in port_reset orTed Unangst
2007-05-29sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediaTodd T. Fries
2007-05-29Fix bus_dmamap_sync size argument.Alexander Yurchenko
2007-05-28fix C++ style commentChris Kuethe
2007-05-28make it compile on i386Reyk Floeter
2007-05-28Enable interrupt holdoff on DP83816 chips. This significantly improvesChris Kuethe
2007-05-28Bump timeout.Alexander Yurchenko
2007-05-28Decrease max number of commands to 128.Alexander Yurchenko
2007-05-28Start adding copperhead chipset support. Not tested at all.Alexander Yurchenko
2007-05-28Add more MII glue. Still not working but I want to get this into the tree.Claudio Jeker
2007-05-28Fix timeout loop in ips_poll().Alexander Yurchenko
2007-05-28Better debug printf.Alexander Yurchenko
2007-05-28Initial bits of if_media and mii support.Claudio Jeker
2007-05-28use memcpy when copying to/from the fifos, apparently gcc can do a betterDavid Gwynne
2007-05-28Provide a separate DMA-able command frame buffer for each CCB to preventAlexander Yurchenko
2007-05-28Sprincle some more scsi_done().Alexander Yurchenko
2007-05-28Release CCB before calling scsi_done(). Thanks dlg@ for the tip.Alexander Yurchenko
2007-05-27Add basic error detection.Alexander Yurchenko
2007-05-27Better debug printf.Alexander Yurchenko
2007-05-27A completely rewritten ips driver. Still work in progress but alreadyAlexander Yurchenko
2007-05-27Attach ifp to che(4) by cheating a bit -- at least in dlg's opinion.Claudio Jeker
2007-05-27move bus_space funcs out of the way, sprinkle some knf.David Gwynne