summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2003-09-03match a bunch more bge devices. May not work completely, but they're noJason Wright
more broken than before; ok deraadt.
2003-09-03bunch more bcm57xx devices and correct altima devices (from netbsd); ok deraadtJason Wright
2003-09-03support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ↵Jason Wright
com; ok deraadt.
2003-09-03bcm 5823Jason Wright
2003-08-31remove bogus cache test. Suggested by drahn@, ok mickey@, miod@.Matthieu Herrb
2003-08-27this bit is defined as prefetchable and not cachable and thus rename and use ↵Michael Shalayeff
appropriately
2003-08-23switch to ether_input_mbuf; krw@ testing and ok.Federico G. Schwindt
2003-08-22need to flip the operands wordwise for big endian machines. modexp worksJason Wright
on ppc now.
2003-08-21sys/types.h is not really needed w/ sys/param.hMichael Shalayeff
2003-08-21remove extra header file <sys/systm.h>. ok mickey@Kevin Lo
2003-08-20How about we NOT stomp all over memory past the end of the result buffer.Jason Wright
(Now modexp runs for non-1k/2k operations)
2003-08-20- The safenet chip really likes it's big nums to be written to differentJason Wright
parts of memory... picky picky ;) - zero the bignum memory after copying out the result (one less copy of sensitive material floating around...)... Why don't vendors provide a bit you can toggle that does this? - Oh, and modexp now works.
2003-08-20most of the infrastructure to support public key operation. This is justJason Wright
a snapshot of work in progress (doesn't work correctly yet).
2003-08-20regenMichael Shalayeff
2003-08-20some more mysons; from form@; deraadt@ okMichael Shalayeff
2003-08-19missing break.Mike Pechkin
jason@ ok
2003-08-19cleanup; from form@Michael Shalayeff
2003-08-19cleanup; from form@Michael Shalayeff
2003-08-19prefer memory mappings (to io)Michael Shalayeff
2003-08-19use pci_mapreg_map() to map the regs and some cleanups; form@ okMichael Shalayeff
2003-08-19myson mtd803 ether and enable mtdphy no; form netbsd via form@Michael Shalayeff
2003-08-16AN983 needs 64BIT_HASH too, fixes multicastHenning Brauer
From: jared r r spiegel <jrrs@gateway.nodeless.net>
2003-08-15- remove ahc dependency, convert smc93cx6 into an attribute.Federico G. Schwindt
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok.
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@
2003-08-14correct length maskJason Wright
2003-08-14add more delays during initJason Wright
2003-08-14remove magic swapping constants in favor of the #defines I added a fewJason Wright
minutes ago (could have sworn I hit ^X^S).
2003-08-14- remove some uneeded junk (mainly leftovers from ubsec cut/paste)Jason Wright
- fix interrupt printing - make shared structure entries volatile to ensure ordering - swap the key, iv, and mackey arguments appropriately - treat particle descriptor as two 32 elements (necessary for swabbing) - set the endian control byte correctly and flip off swabbing on the packet data (now works on macppc)
2003-08-14kill unneeded caddr_t casts for *_copybackJason Wright
2003-08-12- Don't need the bus_dma callback cruft as we have everything necessary in theJason Wright
map structure. - pull in some of sam's debugging stuff so that #define SAFE_DEBUG will compile - set the dst <- src when uio && nicealign && uniform
2003-08-12cleaning: remove sc_flags and FBSDID junkJason Wright
also: let safe_uniform() check all of the elements
2003-08-12syncAlexander Yurchenko
2003-08-12TI cardbus controller found on my new laptopAlexander Yurchenko
ok deraadt@
2003-08-12safenet 1141 driver from freebsd (sam at errno):Jason Wright
this is a completely hacked up version, complaints should be to me not sam =)
2003-08-12move verify_cksum() to ahc; krw@ ok.Federico G. Schwindt
2003-08-12add/update my copyrightNathan Binkert
2003-08-11make dmesg prints closer to the rest of the driversMichael Shalayeff
2003-08-11make sure to not attach the card if the int cannot be established and repair ↵Michael Shalayeff
the dmesg outputs
2003-08-11cleanup dmesg outputMichael Shalayeff
2003-08-08x is probably just as random as letoh32(x), don't bother byte swapping the ↵Jason Wright
numbers from the RNG.
2003-08-07syncTheo de Raadt
2003-08-07remove junk vendors (might have deleted a few by accident, will re-add as ↵Theo de Raadt
needed)
2003-08-07syncTheo de Raadt
2003-08-07remove a bunch of junkTheo de Raadt
2003-08-06typoTheo de Raadt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-08-04syncMarkus Friedl
2003-08-04soekris tweaksMarkus Friedl
2003-08-02regen.Federico G. Schwindt
2003-08-02ADMtek 8211 WLAN id.Federico G. Schwindt