summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2000-03-30instrument bad crp's and bad crp callbacks, tooJason Wright
2000-03-30add some instrumentation for tracking input (commands/bytes) and outputJason Wright
(results/bytes) as well as "ring full" and "other" errors rework hifn_process so that in the event of a ring full or other error, the error type is set in the descriptor and the callback is executed.
2000-03-30auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?))Jason Wright
2000-03-29- update copyrightsJason Wright
- remove all ability to block (no more tsleep/wakeup)
2000-03-29remove round-robin use of the boards. We're depending on the upper layerJason Wright
being more intelligent about allocation in the future.
2000-03-29syncTheo de Raadt
2000-03-29more intel 840 stuffTheo de Raadt
2000-03-29Long over due checkpoint:Jason Wright
o register the hifn as handling DES and 3DES (no md5 or sha1 yet) depending on whether the board is unlocked (none, half, or full) o Fix many KNF nits o print the amount of memory correctly and don't print the number of sessions o set command and result buffer sizes correctly o reclaim the descriptor rings so new commands and buffers can be added o remove some bogus checks on the command buffer o add new variables mac_process_len and crypt_process_len to hifn_command_t o fix calculation in hifn_mbuf to generate the pa/len array for src/dst o simplify the code for setting up the jump descriptor o rework the hifn_intr routine to interrupt at IPL_IMP and simplify it's results processing o more to come...
2000-03-29ifmedia for rayMichael Shalayeff
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).
2000-03-28Allow wss to configure @irq 5, which is the default irq for quite a fewMarc Espie
laptops.
2000-03-28fix netbsd rcsid upMichael Shalayeff
2000-03-28syncTheo de Raadt
2000-03-28simplifyTheo de Raadt
2000-03-28syncChris Cappuccio
2000-03-28more VIA devices [NetBSD]Chris Cappuccio
2000-03-28syncTheo de Raadt
2000-03-28more yamahaTheo de Raadt
2000-03-27syncTheo de Raadt
2000-03-27anotherTheo de Raadt
2000-03-27don't include rcsid in compileJason Wright
2000-03-27Need a newline now.Aaron Campbell
2000-03-27Remove the al and ax drivers; these cards now supported by the dc driver.Aaron Campbell
2000-03-26regenMichael Shalayeff
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers.
2000-03-26Fix typos.Aaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26Whoops.Aaron Campbell
2000-03-26Whoops, missed a file. BTW, these drivers came from NetBSD sources but wereAaron Campbell
originally developed by Bill Paul of FreeBSD.
2000-03-26Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26Add 3COM460.Aaron Campbell
2000-03-26Fix an obvious typo.Aaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
2000-03-26Regen.Aaron Campbell
2000-03-26New devices; from NetBSD.Aaron Campbell
2000-03-24syncTheo de Raadt
2000-03-24newer qlc devicesTheo de Raadt
2000-03-24From NetBSD:Chris Cappuccio
Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map() Support for AMD 756 IDE controller
2000-03-23new timeout code from netbsd; also remove trailing spaces and tabs, spaces ↵Michael Shalayeff
in tabs
2000-03-22single line attach messageTheo de Raadt
2000-03-22eissed another renamning of result_status -> result_flagsJason Wright
2000-03-22fix arguments to failure printf's (correct numbers and types)Jason Wright
2000-03-22Oops... catch up with variable renaming in header fileJason Wright
2000-03-22raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, ↵Michael Shalayeff
from netbsd
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22convert some spaces to tabs and make variable names the same as theJason Wright
surrounding comments
2000-03-22syncTheo de Raadt
2000-03-22add new adaptec modelsTheo de Raadt