History log of /src/sys/dev/ic/adwmcode.c |
Revision | | Date | Author | Comments |
1.19 |
| 25-Sep-2022 |
thorpej | Remove unnecessary include of <sys/malloc.h>.
|
1.18 |
| 15-Dec-2019 |
tsutsui | Remove clause 3 and 4 leftovers from TNF licenses in more sources.
Confirmed by martin@ in PR/54760.
|
1.17 |
| 23-Nov-2009 |
rmind | branches: 1.17.64; 1.17.70; Remove some unecessary includes sys/user.h header.
|
1.16 |
| 14-Mar-2009 |
dsl | Change about 4500 of the K&R function definitions to ANSI ones. 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.)
|
1.15 |
| 19-Oct-2007 |
ad | branches: 1.15.20; 1.15.28; 1.15.34; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.14 |
| 11-Dec-2005 |
christos | branches: 1.14.30; 1.14.44; 1.14.46; 1.14.50; merge ktrace-lwp.
|
1.13 |
| 27-Feb-2005 |
perry | branches: 1.13.4; nuke trailing whitespace
|
1.12 |
| 13-Feb-2004 |
wiz | branches: 1.12.8; 1.12.10; Uppercase CPU, plural is CPUs.
|
1.11 |
| 21-Oct-2003 |
fvdl | Correct NULL abuse.
|
1.10 |
| 15-Nov-2001 |
lukem | branches: 1.10.16; don't need <sys/types.h> when including <sys/param.h>
|
1.9 |
| 13-Nov-2001 |
lukem | add/cleanup RCSID
|
1.8 |
| 07-Jul-2001 |
thorpej | branches: 1.8.2; bzero -> memset
|
1.7 |
| 28-Jun-2000 |
mrg | branches: 1.7.2; remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
|
1.6 |
| 26-Jun-2000 |
mrg | remove redundant vm includes.
|
1.5 |
| 27-May-2000 |
dante | Change AdwInitCarriers in adwmcode.c Add new AdwInitCarriers prototype in adwmcode.h All of the supported adapters are now initialized calling a unique common function
|
1.4 |
| 26-May-2000 |
dante | branches: 1.4.2; Fix a bug introduced in last commit which caused a painc due to 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!?!
|
1.3 |
| 30-Apr-2000 |
dante | Add new microcode for all of the supported boards. 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.
|
1.2 |
| 03-Feb-2000 |
dante | Add AdvanSys U2W (LVD) boards support
|
1.1 |
| 26-Sep-1998 |
dante | branches: 1.1.12; Add support for AdvanSys Ultra Wide boards ABP-9xxUW
|
1.1.12.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.4.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.7.2.3 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.7.2.2 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.7.2.1 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
1.8.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.10.16.4 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.10.16.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.10.16.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.10.16.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.12.10.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.12.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.13.4.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.14.50.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.14.46.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.14.44.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.14.30.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.15.34.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.15.28.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.15.20.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.15.20.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.17.70.1 |
| 18-Dec-2019 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #570):
sys/compat/netbsd32/netbsd32_compat_50_sysv.c: revision 1.3 sys/dev/raidframe/rf_compat50.h: revision 1.6 sys/arch/emips/emips/bus_space.c: revision 1.3 sys/compat/net/if.h: revision 1.5 sys/arch/emips/stand/common/bootinfo.c: revision 1.2 sys/compat/common/sysv_msg_50.c: revision 1.5 sys/compat/common/kern_time_30.c: revision 1.8 sys/arch/emips/stand/common/bootinfo.h: revision 1.2 sys/arch/ia64/include/bus.h: revision 1.4 sys/arch/ia64/ia64/bus_space.c: revision 1.2 sys/compat/common/sysv_shm_50.c: revision 1.5 sys/dev/ic/adw.h: revision 1.15 sys/compat/common/uipc_syscalls_50.c: revision 1.10 sys/arch/emips/ebus/flash_ebus.c: revision 1.22 sys/dev/ic/adv.h: revision 1.15 sys/dev/ic/adwmcode.c: revision 1.18 sys/dev/ic/advlib.c: revision 1.29 sys/arch/hpcarm/include/kloader.h: revision 1.3 sys/dev/usb/uberry.c: revision 1.16 sys/compat/common/sysv_sem_50.c: revision 1.5 sys/compat/netbsd32/netbsd32_compat_50.c: revision 1.43 sys/dev/ic/advlib.h: revision 1.21 sys/dev/ic/adv.c: revision 1.50 sys/compat/netinet6/in6_var.h: revision 1.5 sys/arch/hpc/stand/hpcboot/arm/arm_sa1100_asm.asm: revision 1.2 sys/arch/emips/include/loadfile_machdep.h: revision 1.3 sys/arch/emips/stand/common/prom_iface.c: revision 1.7 sys/dev/ic/adw.c: revision 1.56 sys/dev/ic/adwmcode.h: revision 1.12 sys/dev/ic/advmcode.c: revision 1.10 sys/arch/emips/ebus/ace_ebus.c: revision 1.22 sys/compat/netbsd32/netbsd32_compat_60.c: revision 1.5 sys/dev/raidframe/rf_compat50.c: revision 1.13 sys/arch/x68k/dev/intiovar.h: revision 1.15 sys/dev/usb/uipad.c: revision 1.8 sys/arch/zaurus/include/kloader.h: revision 1.3 sys/arch/emips/stand/common/bootxx.c: revision 1.2 sys/dev/ic/adwlib.h: revision 1.23 sys/dev/ic/adwlib.c: revision 1.44 sys/compat/netbsd32/netbsd32_compat_16.c: revision 1.3 sys/arch/amigappc/include/intr.h: revision 1.27 sys/arch/x68k/dev/mfp.c: revision 1.27 sys/arch/arm/at91/at91dbgu.c: revision 1.17 sys/dev/ic/advmcode.h: revision 1.7 sys/compat/ultrix/ultrix_exec.h: revision 1.7 sys/compat/common/vfs_syscalls_50.c: revision 1.24 sys/arch/mips/cavium/octeon_dma.c: revision 1.3 sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0_asm.asm: revision 1.2
Remove clause 3 and 4 from TNF licenses. Ok'ed by martin@ in PR/54760.
Remove clause 3 and 4 leftovers from TNF licenses in more sources. Confirmed by martin@ in PR/54760.
|
1.17.64.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|