Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-07-16 | - Add bus_dmamap_sync() in appropriate places for EA | Jason Wright | |
- move the input workq stuff into it's own function (it's going to be subdivided further to handle non-hash operations). | |||
2002-07-16 | - Add a kthread for handling EA requests so that we have a context where we | Jason Wright | |
can call bus_dmamem_{map/unmap} safely, this is because this chip has (you'll love this...) NO support for scatter-gather - implement enough of the crypto(9) api to support the simple/stateless operations: SHA1 and MD5 simple hash - remove debugging EA queue handling | |||
2002-07-15 | remove a bunch of debugging printfs and disable agp_debug; prompted by millert@ | Michael Shalayeff | |
2002-07-13 | no need to redefine pci vendors here since we have 'em, comment on two ↵ | Michael Shalayeff | |
screwed entries | |||
2002-07-13 | regen | Michael Shalayeff | |
2002-07-13 | a few bktr vendors, from various sources | Michael Shalayeff | |
2002-07-13 | fix ioctl processing logic; problem reported by postman pechkin | Michael Shalayeff | |
2002-07-13 | define PCI_COMMAND_STATUS_BITS for printfs, according to the enlisted defines | Michael Shalayeff | |
2002-07-13 | pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ↵ | Michael Shalayeff | |
does not work | |||
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff | |
only i810 driver was tested though. based on the netbsd's lkm, initially ported by hunter@dg.net.ua and later made into shape by mickey. testing by art@ and millert@ . | |||
2002-07-11 | add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly. | Jason Wright | |
(shoulda caught this before like I caught const'fying it, oh well) | |||
2002-07-11 | Convert the cmd and response queues to be endian aware, also prepare for new ↵ | Jason Wright | |
firmware version. | |||
2002-07-10 | Use the correct COR offset for pcmcia card; noted by Warner Losh | Todd C. Miller | |
2002-07-10 | shorten address printout | Theo de Raadt | |
2002-07-10 | sync | Theo de Raadt | |
2002-07-10 | shorten name | Theo de Raadt | |
2002-07-10 | ICH4 support; ok gluk@ | Markus Friedl | |
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt | |
2002-07-08 | Another missing bit (appears to make the 582x series work like the 580x series | Jason Wright | |
as far as key setups go). | |||
2002-07-08 | 5821 has two additional bits that must be ack'd (note they don't have | Jason Wright | |
corresponding enable bits... they are always on... dain bramage). | |||
2002-07-08 | tl* multicast filter is broken. use ALLMULTI for now. | Jun-ichiro itojun Hagino | |
2002-07-06 | HPT 372, 372A and 374. Only HPT372 was tested. | Grigoriy Orlov | |
Mostly from NetBSD. deraadt@ ok. | |||
2002-07-06 | regen | Grigoriy Orlov | |
2002-07-06 | HPT372/4 | Grigoriy Orlov | |
2002-07-05 | Never call crp_callback directly, use crypto_done() instead | Jason Wright | |
2002-07-05 | KNF (no space after casts) | Jason Wright | |
2002-07-05 | Typo; stobe -> strobe | Aaron Campbell | |