#
3963cf7e |
| 25-Oct-2021 |
ryo <ryo@NetBSD.org> |
fix build failure of "multiple definition"
|
#
e9572cd9 |
| 19-Sep-2021 |
andvar <andvar@NetBSD.org> |
fix various typos in comments, messages and documentation.
|
#
9291f130 |
| 27-Jun-2020 |
jdolecek <jdolecek@NetBSD.org> |
make sure to strip leading '$' from NetBSD rcs id so that it won't be replaces by cvs, and regen the headers again
|
#
c0179c28 |
| 25-Nov-2006 |
christos <christos@NetBSD.org> |
spell precede; from Zafer
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
f31bd063 |
| 27-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
7e92a810 |
| 19-Apr-2003 |
fvdl <fvdl@NetBSD.org> |
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,
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.
show more ...
|
#
7026bf4e |
| 02-Jun-2002 |
lukem <lukem@NetBSD.org> |
Use SLIST_*() instead of accessing slh_first,sle_next directly.
XXX: this program currently doesn't parse macros that cross the EOL with \ (there are a couple in sys/dev/scsipi/scsi_message.h). with
Use SLIST_*() instead of accessing slh_first,sle_next directly.
XXX: this program currently doesn't parse macros that cross the EOL with \ (there are a couple in sys/dev/scsipi/scsi_message.h). with that issue temporarily worked around, this change generates the same output as the version of aicasm without this change.
show more ...
|
#
1e4647a1 |
| 15-Mar-2000 |
fvdl <fvdl@NetBSD.org> |
New ahc driver, a port of Justin Gibbs' FreeBSD driver. This adds support for the U2W chips, and U160 controllers.
|