summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2009-03-13Process command completion errors while polling, too.Alexander Yurchenko
2009-03-13regenKevin Lo
2009-03-13add nVidia GeForce 9300M CSKevin Lo
2009-03-12In the most common case -- array failure -- move error message underAlexander Yurchenko
2009-03-12Advanced error checking.Alexander Yurchenko
2009-03-12For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE.Alexander Yurchenko
2009-03-11Rework command polling to be able to sleep if no SCSI_NOSLEEP flagAlexander Yurchenko
2009-03-10regenDamien Bergamini
2009-03-10cleanup the mess in Intel WiFi Link PCI Ids.Damien Bergamini
2009-03-10Print scsi xfer flags in debug output.Alexander Yurchenko
2009-03-10Rearrange physical drive state bits checking so that bioctl getsAlexander Yurchenko
2009-03-10Add some more debug.Alexander Yurchenko
2009-03-10Add ips_intrds() function to be able to disable interrupts on hardware.Alexander Yurchenko
2009-03-10Limit registers space size to some reasonable value.Alexander Yurchenko
2009-03-09Completely rework command processing:Alexander Yurchenko
2009-03-07regenJonathan Gray
2009-03-07Mobility Radeon HD 3400 from Eric JACQUOT and someJonathan Gray
2009-03-06Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.Alexander Yurchenko
2009-03-05Demacro the inteldrm ring macros too, making them use bus_space_writeOwain Ainsworth
2009-03-05De-macro the ring manipulation macros in favour of functions. Saves aOwain Ainsworth
2009-03-05Additional paranoia for the indirect buffer checking.Owain Ainsworth
2009-03-05Do a similar thing to inteldrm re removing the old vblank crtcOwain Ainsworth
2009-03-05Kill a bunch of (long long long) dead ioctls.Owain Ainsworth
2009-03-05Remove the stats_boxes counters and associated code from radeondrm.Owain Ainsworth
2009-03-05Add support for IBM ServeRAID-8k. Thanks to Sergey PrysiazhnyiAlexander Yurchenko
2009-03-04don't bus_space_unmap() sc->mt_ioh with the wrong bus tagAlexandre Ratchov
2009-03-03shorten sizes of variables to the required number of bits, and removeTheo de Raadt
2009-03-03attempt support for a single-port variant of the NetMos NM9835 by lookingTheo de Raadt
2009-03-03regenAlexander Yurchenko
2009-03-03Add IBM Remote Supervisor Adapter found on lpinto's machine.Alexander Yurchenko
2009-03-01Switch more info printfs to debug. The average user doesn't want to seeOwain Ainsworth
2009-03-01Time to turn off debug by default. It shrinks ramdisk as a bonus.Alexander Yurchenko
2009-03-01Add sensors support.Alexander Yurchenko
2009-03-01- add missing letoh32Alexander Yurchenko
2009-02-27set interrupt moderation timer for tx; otherwise interrupt always for txKevin Lo
2009-02-26fix the multicast code; tested by sthen@Kevin Lo
2009-02-25Fix up multicast support, from brad.Jonathan Gray
2009-02-25On full mask revision 2 or later default toJonathan Gray
2009-02-25add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E).Kevin Lo
2009-02-24The original SiS chips seem to have an bug that marks VLAN tagged packetsClaudio Jeker
2009-02-23regenJonathan Gray
2009-02-23Match on the SAS1078DE which appears to be used in at least theJonathan Gray
2009-02-23- fix test for IPv4 checksumKevin Lo
2009-02-22Make Yukon-2 FE+ (88E8040, 88E8042) work.Mark Kettenis
2009-02-19Don't use scsi_xfer if we don't run a command came from the scsi layer.Alexander Yurchenko
2009-02-18Disable all IGPGART chipsets in radeondrm for release.Owain Ainsworth
2009-02-17- add more bioctl support, now physical drives info availableAlexander Yurchenko
2009-02-17Don't leak the dmamap on freeing memory.Owain Ainsworth
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-16Kill ring.high_mark. it's unused.Owain Ainsworth