Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-03 | bcom 5822 | Jason Wright | |
2002-08-31 | regen, bad gluk@ | Michael Shalayeff | |
2002-08-31 | a strange aironet and a couple of ti bridges | Michael Shalayeff | |
2002-08-30 | Support 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-30 | Promise Ultra133 TX2v2 aka FastTrak TX2000 EIDE controller. | Grigoriy Orlov | |
from Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-08-20 | sync | Nathan Binkert | |
2002-08-20 | New intel gigE devices from Henric Jungheim <henric@henric.info> | Nathan Binkert | |
2002-08-17 | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | mjacob | |
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-15 | sync | Theo de Raadt | |
2002-08-15 | re-org rcc devices | Theo de Raadt | |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel | |
ok millert@, rogue ok pjanzen@ | |||
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell | |
2002-08-05 | the supported agp chipset list is md-configured, not mi | Michael Shalayeff | |
2002-08-01 | whoops, last write tracker should be updated on every write to avoid the ↵ | Jason Wright | |
burst write problem on 7811. | |||
2002-07-31 | aaron: sync THEN access =) | Jason Wright | |
2002-07-31 | regen | Michael Shalayeff | |
2002-07-31 | a few devices from compaq presario 700la; from jcortes@openbsd.org.mx | Michael Shalayeff | |
2002-07-29 | dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ ok | Michael Shalayeff | |
2002-07-29 | regen | Todd C. Miller | |
2002-07-29 | PCI_PRODUCT_USR2_WL11000P not PCI_PRODUCT_USR2_USR11000P | Todd C. Miller | |
2002-07-29 | It is WL11000P, not USR11000P. Woohoo, we save a byte! | Todd C. Miller | |
2002-07-29 | regen | Michael Shalayeff | |
2002-07-29 | another rcc ide and change the osb4 ide name (not used right now), from netbsd | Michael Shalayeff | |
2002-07-29 | hifn 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-27 | Was missing product entries for the PERC_3DI_2 and PERC_3DI_3 ID's. Now the | Aaron Campbell | |
RAID in Dell PowerEdge 2650 machines will be configured. | |||
2002-07-27 | Sync. -moj | Mats O Jansson | |
2002-07-27 | VIA VT6202 is USB 2.0. -moj | Mats O Jansson | |
2002-07-27 | Sync. -moj | Mats O Jansson | |
2002-07-27 | New VIA device. -moj | Mats O Jansson | |
2002-07-27 | Sync. -moj | Mats O Jansson | |
2002-07-27 | New Promise device. -moj | Mats O Jansson | |
2002-07-26 | Recognize additional gem pci id, from NetBSD. | Dale Rahn | |
2002-07-26 | sync | Dale Rahn | |
2002-07-26 | More 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-25 | house cleaning, also fix a couple of incorrect bit definitions in the | Jason Wright | |
(currently unused) pk engine | |||
2002-07-23 | from 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-23 | Don't use a magic constant | Jason Wright | |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn | |
portions of the tree. | |||
2002-07-23 | Turn READ/WRITE into function calls (driver was getting too bloated with | Jason 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-22 | uninitialized variable; pointed out by sam@errno.com | Jason Wright | |
2002-07-21 | Flip on the LEDs on a 7811 when each of the rings is active (and turn them | Jason Wright | |
off when not), I should really get a life. | |||
2002-07-21 | Deal with the fact that one of the 7811 revisions cannot correctly handle | Jason 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/write | Jason 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-18 | regen | Michael Shalayeff | |
2002-07-18 | emulex lp8000 | Michael Shalayeff | |
2002-07-17 | Missing splx, and rearrange a bit. | Jason Wright | |
2002-07-16 | ack my employer | Jason Wright | |
2002-07-16 | Two 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-16 | Add support for DES and 3DES singleton operations | Jason Wright | |