History log of /netbsd-src/sys/dev/microcode/aic7xxx/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 7bd5829e 29-Jun-2020 rin <rin@NetBSD.org>

No longer depend on libl.


# 3afd47d9 27-Jun-2020 jdolecek <jdolecek@NetBSD.org>

make this work with objdir, drop unused -ll


# 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 ...


# 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.


# e2578025 16-Jun-1998 cgd <cgd@NetBSD.org>

Point people to the correct Makefiles to build generated headers.
(Suggested by Manuel Bouyer.)


# 651b44e2 12-Jun-1998 cgd <cgd@NetBSD.org>

Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allow

Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install. (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change. Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.

show more ...


# fff05a68 05-Jan-1998 perry <perry@NetBSD.org>

RCSID Police.


# 035c4e9b 10-Aug-1996 mycroft <mycroft@NetBSD.org>

Compile the sequencer statically.