summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adwmcode.c
AgeCommit message (Collapse)Author
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-10-21Correct NULL abuse.fvdl
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-07-07bzero -> memsetthorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove redundant vm includes.mrg
2000-05-27Change AdwInitCarriers in adwmcode.cdante
Add new AdwInitCarriers prototype in adwmcode.h All of the supported adapters are now initialized calling a unique common function
2000-05-26Fix a bug introduced in last commit which caused a painc due todante
re-enqueueing an already free ccb. Prepare the background to have a unique initialization function for all of the supported host adapters. Rename a lot of #define in a more sane way. Move Carriers initialization and defines in adwmcode.{c,h} Don't lose Carrier nodes in case of a BUS/Chip reset explicitly invoked after a DMA failure. XXX - DMA failure still arise when AdvanSys U[2]W host adapters are used in conjunction with Intel 82443BX Host Bridge/Controller (rev. 0x03). !?!Have to understand why!?!
2000-04-30Add new microcode for all of the supported boards.dante
Fix minor glitches. Add preliminary support for ASB-3940U3W host adapters; it might work w/ autotermination on. ASB-3940U3W support is not yet tested due to lack of board.
2000-02-03Add AdvanSys U2W (LVD) boards supportdante
1998-09-26Add support for AdvanSys Ultra Wide boards ABP-9xxUWdante