Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-14 | readd queue limiting code that was backed out yesterday. (ip_esp.c change | Jason Wright | |
seems to have fixed this). | |||
2000-06-13 | sync | Theo de Raadt | |
2000-06-13 | simplify | Theo de Raadt | |
2000-06-13 | sync | Chris Cappuccio | |
2000-06-13 | IBM Olympic Token Ring | Chris Cappuccio | |
2000-06-13 | backout previous 2 changes... causes panics down the line. | Jason Wright | |
2000-06-13 | Oops: initialize q to avoid using the unitialized value when the queue fills | Jason Wright | |
2000-06-13 | put an upperbound on queue length | Jason Wright | |
2000-06-13 | use the source length to calculate the output length instead of relying on | Jason Wright | |
the length in the descriptors (which is sometimes 0!). | |||
2000-06-13 | Fix from Manuel Bouyer | Chris Cappuccio | |
Don't falsely detect nonexistent drives | |||
2000-06-13 | clean 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-13 | Be more careful when setting up the mbufs for destination buffers | Jason Wright | |
(similiar to what's in ubsec) | |||
2000-06-13 | correct 5805 test | Theo de Raadt | |
2000-06-12 | ESP 3des now works, after squishing 4 bugs | Theo de Raadt | |
2000-06-12 | sync | Theo de Raadt | |
2000-06-12 | broadcom 5805 | Theo de Raadt | |
2000-06-12 | remove debugging prom dump, sorry | Michael Shalayeff | |
2000-06-12 | eeprom width detection code. | Michael Shalayeff | |
idea from netbsd tulip driver. there is problem w/ an983 card, but aaron@ said he'll work it out. aaron@ & jason@ ok. | |||
2000-06-12 | Fix ADMtek identity crisis (whoops, missed this file); thanks mickey@ | Aaron Campbell | |
2000-06-12 | Fix ADMtek identity crisis. | Aaron Campbell | |
2000-06-12 | sync | Aaron Campbell | |
2000-06-12 | Don't ask me why, but ADMtek changed the name of their PCI Ethernet controller | Aaron Campbell | |
from AN985 to AN983, and now their CardBus controller is named AN985. | |||
2000-06-12 | more registers for the upcoming code; NetBSD. | Federico G. Schwindt | |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt | |
2000-06-12 | esp support; commented out by now till i check the other archs. | Federico G. Schwindt | |
2000-06-11 | apparently in order to write to config registers 1-3 you need to enable it | Federico G. Schwindt | |
first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes. | |||
2000-06-10 | correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernel | Theo de Raadt | |
memory got corrupted. | |||
2000-06-10 | another vaddr used as paddr | Jason Wright | |
2000-06-10 | paddr not vaddr for mcr1 | Jason Wright | |
2000-06-09 | Add common routines for read/writing Cypress 82c693 control registers from | Chris 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-09 | Import pci_mapreg_type from NetBSD | Chris Cappuccio | |
2000-06-09 | Clean up this file a bit. | Aaron Campbell | |
2000-06-09 | Add support for 3c656, which is just the 3c575 + 56k modem. Thanks to | Aaron Campbell | |
xav@quakeserver.org for testing. | |||
2000-06-09 | sync | Aaron Campbell | |
2000-06-09 | Add 3c656 | Aaron Campbell | |
2000-06-08 | replace linked lists for event queue with circular buffer, | Michael Shalayeff | |
which gives two advantages -- faster and smaller. do not arc4_stir on pool overflow, it takes too much time, instead just hash data in and keep entropy count trim. some minor cleanups here and there. fixes overdropping of entropy on non-idle system load. provos@ ok | |||
2000-06-07 | from 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-07 | indent | Aaron Campbell | |
2000-06-06 | * correct some length checkings based on the specs; still a few to fix. | Federico G. Schwindt | |
* add 1 to number of memspaces since MS_COUNT it's minus 1. * print the correct function type in case of IOBUS. * clean cfe->flags if intface is present | |||
2000-06-06 | add some tuples from pc card standard 7.0; remove outdated comment. | Federico G. Schwindt | |
2000-06-05 | Untested busification of this driver done years ago. | Niklas Hallqvist | |
Noone ever answered my call for testers so here it goes.. helps ne problems as ne at 0x300 gets a bit whacked by eg's probe | |||
2000-06-05 | fix datasheet url | Chris Cappuccio | |
2000-06-03 | Move everything to where is supposed to be (reg definitions, etc). | Jason Wright | |
Add some of the skip logic. | |||
2000-06-03 | remove fxp_ether_ioctl(), and move it's processing to fxp_ioctl(). | Jason Wright | |
2000-06-02 | squeeze 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-02 | callback is always static | Theo de Raadt | |
2000-06-02 | make sure we are writing to the correct page; fixes a subtle bug which | Brandon Creighton | |
was breaking CE2 -- niklas says this fixes all sorts of other stuff too also, use my real name in copyright notice | |||
2000-05-31 | sync | Chris Cappuccio | |
2000-05-31 | Add some OPTi IDE controllers | Chris Cappuccio | |
2000-05-31 | Bug fix from NetBSD, plus some more DPRINTF(). | Aaron Campbell | |