summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2002-09-03bcom 5822Jason Wright
2002-08-31regen, bad gluk@Michael Shalayeff
2002-08-31a strange aironet and a couple of ti bridgesMichael Shalayeff
2002-08-30Support for PDC20271 and PDC20276.Grigoriy Orlov
Enable UDMA6 for Ultra133 chips (PDC20269, PDC20271 and PDC20276). PDC20271 and PDC20276 not tested, but Free/NetBSD's source code claims that they works the same as the PDC20269. from Alexander Yurchenko <grange@rt.mipt.ru> csapuntz@ ok.
2002-08-30Promise Ultra133 TX2v2 aka FastTrak TX2000 EIDE controller.Grigoriy Orlov
from Alexander Yurchenko <grange@rt.mipt.ru>
2002-08-20syncNathan Binkert
2002-08-20New intel gigE devices from Henric Jungheim <henric@henric.info>Nathan Binkert
2002-08-17Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob
running ABOUT FIRMWARE with some that were started by BIOS downloads). Fix the incorrect parsing of the Risc2Host isr. For RIO_16, fast posting command completion, and fast post CTIO completion, the upper half of Risc2Host is a copy of mailbox #1- *not* mailbox #0.
2002-08-15syncTheo de Raadt
2002-08-15re-org rcc devicesTheo de Raadt
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
ok millert@, rogue ok pjanzen@
2002-08-08Use & to test if bits are set, not &&; art@ ok.Aaron Campbell
2002-08-05the supported agp chipset list is md-configured, not miMichael Shalayeff
2002-08-01whoops, last write tracker should be updated on every write to avoid the ↵Jason Wright
burst write problem on 7811.
2002-07-31aaron: sync THEN access =)Jason Wright
2002-07-31regenMichael Shalayeff
2002-07-31a few devices from compaq presario 700la; from jcortes@openbsd.org.mxMichael Shalayeff
2002-07-29dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ okMichael Shalayeff
2002-07-29regenTodd C. Miller
2002-07-29PCI_PRODUCT_USR2_WL11000P not PCI_PRODUCT_USR2_USR11000PTodd C. Miller
2002-07-29It is WL11000P, not USR11000P. Woohoo, we save a byte!Todd C. Miller
2002-07-29regenMichael Shalayeff
2002-07-29another rcc ide and change the osb4 ide name (not used right now), from netbsdMichael Shalayeff
2002-07-29hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, ↵Jason Wright
so play it safe and apply the workaround on all 7811's.
2002-07-27Was missing product entries for the PERC_3DI_2 and PERC_3DI_3 ID's. Now theAaron Campbell
RAID in Dell PowerEdge 2650 machines will be configured.
2002-07-27Sync. -mojMats O Jansson
2002-07-27VIA VT6202 is USB 2.0. -mojMats O Jansson
2002-07-27Sync. -mojMats O Jansson
2002-07-27New VIA device. -mojMats O Jansson
2002-07-27Sync. -mojMats O Jansson
2002-07-27New Promise device. -mojMats O Jansson
2002-07-26Recognize additional gem pci id, from NetBSD.Dale Rahn
2002-07-26syncDale Rahn
2002-07-26More Apple pci devs, from NetBSD.Dale Rahn
2002-07-25- some KNF.Federico G. Schwindt
- comment out debugging printf for i810. - remove checks for failure if malloc is used with M_WAITOK. mickey@ ok.
2002-07-25house cleaning, also fix a couple of incorrect bit definitions in theJason Wright
(currently unused) pk engine
2002-07-23from reading sam@errno.com's code:Jason Wright
- TRDY and RETRY register definitions were backwards - move TRDY/RETRY setup into its own function
2002-07-23Don't use a magic constantJason Wright
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
portions of the tree.
2002-07-23Turn READ/WRITE into function calls (driver was getting too bloated withJason Wright
inline macro's; if hifn wanted to make it possible to write a very efficient driver they would have fixed the bugs in the chips). Also, invalidate the burst write checks when a read is executed.
2002-07-22uninitialized variable; pointed out by sam@errno.comJason Wright
2002-07-21Flip on the LEDs on a 7811 when each of the rings is active (and turn themJason Wright
off when not), I should really get a life.
2002-07-21Deal with the fact that one of the 7811 revisions cannot correctly handleJason Wright
burst writes (bridges may coalesce sequential writes into a burst) by inserting a read (I know, icky!) in between sequential writes. Thanks to sam@errno.com, GTGI, and Hifn for helping track this one down.
2002-07-21- Deal with the fact that nsp2k's bridge can't deal with burst read/writeJason Wright
by detecting conditions that could generate one from a sequential access on the parent bridge and generating a harmless nop (scratch registers are just plain nice to have) - also, commit work in progress for dealing with modexp properly, one parameter still left to compute, tho.
2002-07-18regenMichael Shalayeff
2002-07-18emulex lp8000Michael Shalayeff
2002-07-17Missing splx, and rearrange a bit.Jason Wright
2002-07-16ack my employerJason Wright
2002-07-16Two fixes from sam@errno.com:Jason Wright
- fix a reference after free on the src mbuf in hifn_callback() - prevent a mbuf leak on error in hifn_crypto()
2002-07-16Add support for DES and 3DES singleton operationsJason Wright