summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2000-06-17knfJason Wright
2000-06-17Add support for AMD 53c974.Federico G. Schwindt
2000-06-17Do not disable the com port as sson as it is attached. Make compile again.Niklas Hallqvist
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-06-16undo latest problem. breaks the sparc. diff is too large, we are not debuggi...Theo de Raadt
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
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
2000-06-13Fix from Manuel BouyerChris Cappuccio
2000-06-13clean up Cypress section (obviously nobody has used these w/OpenBSD)Chris Cappuccio
2000-06-13Be more careful when setting up the mbufs for destination buffersJason Wright
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-12remove debugging prom dump, sorryMichael Shalayeff
2000-06-12eeprom width detection code.Michael Shalayeff
2000-06-12Fix ADMtek identity crisis (whoops, missed this file); thanks mickey@Aaron Campbell
2000-06-12Fix ADMtek identity crisis.Aaron Campbell
2000-06-12syncAaron Campbell
2000-06-12Don't ask me why, but ADMtek changed the name of their PCI Ethernet controllerAaron Campbell
2000-06-12more registers for the upcoming code; NetBSD.Federico G. Schwindt
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-12esp support; commented out by now till i check the other archs.Federico G. Schwindt
2000-06-11apparently in order to write to config registers 1-3 you need to enable itFederico G. Schwindt
2000-06-10correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernelTheo de Raadt
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
2000-06-09Import pci_mapreg_type from NetBSDChris Cappuccio
2000-06-09Clean up this file a bit.Aaron Campbell
2000-06-09Add support for 3c656, which is just the 3c575 + 56k modem. Thanks toAaron Campbell
2000-06-09syncAaron Campbell
2000-06-09Add 3c656Aaron Campbell
2000-06-08replace linked lists for event queue with circular buffer,Michael Shalayeff
2000-06-07from freebsd(wpaul):Jason Wright
2000-06-07indentAaron Campbell
2000-06-06* correct some length checkings based on the specs; still a few to fix.Federico G. Schwindt
2000-06-06add some tuples from pc card standard 7.0; remove outdated comment.Federico G. Schwindt
2000-06-05Untested busification of this driver done years ago.Niklas Hallqvist
2000-06-05fix datasheet urlChris Cappuccio
2000-06-03Move everything to where is supposed to be (reg definitions, etc).Jason Wright