summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2000-06-28sync with NetBSD v1.7Kenneth R Westerback
2000-06-27Make this driver work. When I ported it from FreeBSD, somehow a line got leftAaron Campbell
out. :-( It was never noticed until now since I didn't have an actual D-Link 550TX card to test with. Thanks to Gardner Cohen for sending me one of these.
2000-06-26interface can be faked for cmd chipsChris Cappuccio
2000-06-26from NetBSDChris Cappuccio
support CMD 648/649 UDMA66 controllers fix promise UDMA66 cable check
2000-06-20call crypto_done()Jason Wright
2000-06-20After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;Aaron Campbell
that is done in ether_input(); jason@ ok
2000-06-19syncChris Cappuccio
2000-06-19new cmd ide controllersChris Cappuccio
2000-06-19oops, nuke unused variableJason Wright
2000-06-19oops, add macbuf to the queue structureJason Wright
2000-06-19add authentication-only handling (easy setup).Jason Wright
remove most of the parameters from ubsec_callback() since they can be found later. ok, so ubsec can now authenticate to itself (doesn't like software, tho)
2000-06-18syncOleg Safiullin
2000-06-18oopsOleg Safiullin
2000-06-18syncOleg Safiullin
2000-06-18add GeForce256Oleg Safiullin
2000-06-18syncTheo de Raadt
2000-06-18match 82559ERTheo de Raadt
2000-06-18new type of fxpTheo de Raadt
2000-06-18Use the same field data types as the reference code and adjust offsetsJason Wright
appropriately. Byte swap key/iv fields because they are given to us as "network order", but the chip operates as little endian. coffset is in WORDS not bytes
2000-06-17knfJason Wright
2000-06-15syncHakan Olsson
2000-06-15Nvidia GeForce256 DDRHakan Olsson
2000-06-14readd queue limiting code that was backed out yesterday. (ip_esp.c changeJason Wright
seems to have fixed this).
2000-06-13syncTheo de Raadt
2000-06-13simplifyTheo de Raadt
2000-06-13syncChris Cappuccio
2000-06-13IBM Olympic Token RingChris Cappuccio
2000-06-13backout previous 2 changes... causes panics down the line.Jason Wright
2000-06-13Oops: initialize q to avoid using the unitialized value when the queue fillsJason Wright
2000-06-13put an upperbound on queue lengthJason Wright
2000-06-13use the source length to calculate the output length instead of relying onJason Wright
the length in the descriptors (which is sometimes 0!).
2000-06-13clean up Cypress section (obviously nobody has used these w/OpenBSD)Chris Cappuccio
also sync w/NetBSD support map memory mapped or IO mapped controllers program DMA modes for Cypress controllers support for OPTi chipsets (82C621 and compatible 82C568/82D568)
2000-06-13Be more careful when setting up the mbufs for destination buffersJason Wright
(similiar to what's in ubsec)
2000-06-13correct 5805 testTheo de Raadt
2000-06-12ESP 3des now works, after squishing 4 bugsTheo de Raadt
2000-06-12syncTheo de Raadt
2000-06-12broadcom 5805Theo de Raadt
2000-06-12Fix ADMtek identity crisis (whoops, missed this file); thanks mickey@Aaron Campbell
2000-06-12syncAaron Campbell
2000-06-12Don't ask me why, but ADMtek changed the name of their PCI Ethernet controllerAaron Campbell
from AN985 to AN983, and now their CardBus controller is named AN985.
2000-06-10correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernelTheo de Raadt
memory got corrupted.
2000-06-10another vaddr used as paddrJason Wright
2000-06-10paddr not vaddr for mcr1Jason Wright
2000-06-09Add common routines for read/writing Cypress 82c693 control registers fromChris Cappuccio
NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-isa and usb)
2000-06-09Import pci_mapreg_type from NetBSDChris Cappuccio
2000-06-07from freebsd(wpaul):Jason Wright
Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support for cards with 2MB of on-board SRAM.
2000-06-05fix datasheet urlChris Cappuccio
2000-06-03Move everything to where is supposed to be (reg definitions, etc).Jason Wright
Add some of the skip logic.
2000-06-02squeeze basic framework into place. process generates SIMPLEQ of requests,Theo de Raadt
they get fed in, irq recovers old one, feeds new one in, callback schreds and calls back to crypto(9)... mac result buffers and packet offsets need work.
2000-06-02callback is always staticTheo de Raadt