summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2000-04-26Enable SIOCSIFMTU, as it is supported by if.c and ifconfig nowChris Cappuccio
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
2000-04-26Fix for if_vlan (FreeBSD)Chris Cappuccio
2000-04-26Remove one of my completely incomprehensible debugging printf's.Aaron Campbell
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-25if we have to allocate a new mbuf, don't forget to copy the header info fromJason Wright
2000-04-25fixing the frontend means fixing the backend too... add a countdown whenJason Wright
2000-04-25use the size of the allocation, not the minimum of what was requested andJason Wright
2000-04-24syncTheo de Raadt
2000-04-24oopsTheo de Raadt
2000-04-24syncTheo de Raadt
2000-04-24serverworks is very private with their info...Theo de Raadt
2000-04-23freesession takes u_int64_tAngelos D. Keromytis
2000-04-20Fix function prototype so it compiles again.Aaron Campbell
2000-04-19split out mbuf scatter gather functionTheo de Raadt
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright
2000-04-18copyrightJason Wright
2000-04-18remove #ifdef {free,net}bsd stuffJason Wright
2000-04-16syncTheo de Raadt
2000-04-16rename an RCC productTheo de Raadt
2000-04-16syncTheo de Raadt
2000-04-15pcidevs.hTheo de Raadt
2000-04-15more gearTheo de Raadt
2000-04-14not EXPORTJason Wright
2000-04-14syncTheo de Raadt
2000-04-14bluesteel networks productsTheo de Raadt
2000-04-14syncTheo de Raadt
2000-04-14indentTheo de Raadt
2000-04-14Some documentation for future generations of maintainersConstantine Sapuntzakis
2000-04-13Add support for Adaptec 2930U2 controller.Steve Murphree
2000-04-13remove bit definitions and associated macros for hifn_command.flags since itJason Wright
2000-04-13- let hifn_process() compute the mask bits for the command descriptorsJason Wright
2000-04-13remove unnecessary variableJason Wright
2000-04-13- complete rewrite of hifn_write_command() to avoid copies by removing theJason Wright
2000-04-13Add support for Adaptec 2930U2 controller.Steve Murphree
2000-04-13Add support for Adaptec 2930U2 controller.Steve Murphree
2000-04-13Remove printf from interrupt handler...Constantine Sapuntzakis
2000-04-13match netsec 7751 card, and oh golly gee, will ya look at that, it'sTheo de Raadt
2000-04-13NeoMagic 256AV/ZX audio driverConstantine Sapuntzakis
2000-04-13syncTheo de Raadt
2000-04-13RCC/ServerWorks productsTheo de Raadt
2000-04-13syncJason Wright
2000-04-13netsecJason Wright
2000-04-12syncTheo de Raadt
2000-04-12another RCC bridgeTheo de Raadt
2000-04-12syncTheo de Raadt
2000-04-12rename PEQUR to RCC, and add other chipsTheo de Raadt
2000-04-11- add support for buffers that are not aligned (or end on a non 4byte boundary)Jason Wright