Update Copyright notices for new year. (should have been in last commit).
This commit is contained in:
parent
0448bdfcb8
commit
64a3876fef
@ -2,7 +2,7 @@
|
||||
* FreeBSD, EISA product support functions
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-1998, 2000, 2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* FreeBSD, PCI product support functions
|
||||
*
|
||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs
|
||||
* Copyright (c) 1995-2001 Justin T. Gibbs
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Product specific probe and attach routines for:
|
||||
* 27/284X and aic7770 motherboard SCSI controllers
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-1998, 2000, 2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -14,6 +14,9 @@
|
||||
* 2. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* Alternatively, this software may be distributed under the terms of the
|
||||
* GNU Public License ("GPL").
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Core routines and tables shareable across OS platforms.
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -1378,6 +1378,7 @@ ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel)
|
||||
return (tstate);
|
||||
}
|
||||
|
||||
#ifdef AHC_TARGET_MODE
|
||||
/*
|
||||
* Free per target mode instance (ID we respond to as a target)
|
||||
* transfer negotiation data structures.
|
||||
@ -1401,6 +1402,7 @@ ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force)
|
||||
free(tstate, M_DEVBUF);
|
||||
ahc->enabled_targets[scsi_id] = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Called when we have an active connection to a target on the bus,
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Core definitions and data structures shareable across OS platforms.
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Aic7xxx register and scratch ram definitions.
|
||||
*
|
||||
* Copyright (c) 1994-2000 Justin Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Adaptec 274x/284x/294x device driver firmware for Linux and FreeBSD.
|
||||
*
|
||||
* Copyright (c) 1994-2000 Justin Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Bus independent FreeBSD shim for the aic7xxx based adaptec SCSI controllers
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -2,7 +2,7 @@
|
||||
* FreeBSD platform specific driver option settings, data structures,
|
||||
* function declarations and includes.
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Inline routines shareable across OS platforms.
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Bus independent FreeBSD shim for the aic7xxx based adaptec SCSI controllers
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -2,7 +2,7 @@
|
||||
* FreeBSD platform specific driver option settings, data structures,
|
||||
* function declarations and includes.
|
||||
*
|
||||
* Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs.
|
||||
* Copyright (c) 1994-2001 Justin T. Gibbs.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -3,7 +3,7 @@
|
||||
* 3940, 2940, aic7895, aic7890, aic7880,
|
||||
* aic7870, aic7860 and aic7850 SCSI controllers
|
||||
*
|
||||
* Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 Justin T. Gibbs
|
||||
* Copyright (c) 1995-2000 Justin T. Gibbs
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
Loading…
x
Reference in New Issue
Block a user