History log of /src/sys/dev/microcode/aic7xxx/aicasm.c |
Revision | | Date | Author | Comments |
1.14 |
| 01-Sep-2023 |
andvar | fix typos in comments, mainly s/innner/inner/.
|
1.13 |
| 24-May-2022 |
andvar | fix various typos in comment, documentation and log messages.
|
1.12 |
| 25-Oct-2021 |
ryo | For "num_critical_sections", now output not only the "static const int" variable but also macro definition.
|
1.11 |
| 24-Jul-2021 |
andvar | Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. Also fixed some additional typos in comments, found on review of same files or typos.
|
1.10 |
| 27-Jun-2020 |
jdolecek | branches: 1.10.6; constify, NFCI
|
1.9 |
| 15-Aug-2016 |
maxv | This thing is completely buggy. There is a use-after-free and NULL pointer dereference. Just fix the uaf, and add a comment. Not tested, but obvious enough; found by brainy.
|
1.8 |
| 27-Dec-2009 |
jakllsch | branches: 1.8.22; 1.8.40; Free memory when done with it. From Henning Petersen in PR/42522.
|
1.7 |
| 18-Mar-2009 |
cegger | Ansify function definitions w/o arguments. Generated with sed.
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.74; 1.6.84; 1.6.90; merge ktrace-lwp.
|
1.5 |
| 14-Jul-2003 |
lukem | add missing __RCSID()
|
1.4 |
| 19-Apr-2003 |
fvdl | branches: 1.4.2; Newer aic sequencer assembler. From FreeBSD, written by Justin Gibbs. Ported to NetBSD by Pascal Renauld at Network Storage Solutions, Inc. Some Makefile changes by me.
The 79xx code isn't yet used, driver for that to follow shortly.
|
1.3 |
| 22-Jan-2001 |
jdolecek | make patches[] const
|
1.2 |
| 18-Jan-2001 |
jdolecek | constify
|
1.1 |
| 15-Mar-2000 |
fvdl | branches: 1.1.6; New ahc driver, a port of Justin Gibbs' FreeBSD driver. This adds support for the U2W chips, and U160 controllers.
|
1.1.6.3 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.1.6.2 |
| 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.1.6.1 |
| 15-Mar-2000 |
bouyer | file aicasm.c was added on branch thorpej_scsipi on 2000-11-20 11:41:33 +0000
|
1.4.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.90.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.6.84.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.6.74.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.6.74.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.8.40.1 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|
1.8.22.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.10.6.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|