History log of /netbsd-src/sys/dev/isa/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 65d06f3f 27-Jan-2019 maxv <maxv@NetBSD.org>

Remove the satlink driver. It was disabled everywhere, had no man page and
no use either. Spotted by thorpej in PR/21345, ok christos.


# 2721c612 09-Dec-2016 christos <christos@NetBSD.org>

put back spkrio.h for compat


# 5c277ab4 09-Dec-2016 christos <christos@NetBSD.org>

move spkrio.h out of isa


# d3627477 02-Apr-2008 dyoung <dyoung@NetBSD.org>

Certain misguided people have complained, NetBSD only runs rare or
"retro" computers, but NetBSD also runs a growing number of rare
and retro add-on cards. With this patch, NetBSD supports the IDEC

Certain misguided people have complained, NetBSD only runs rare or
"retro" computers, but NetBSD also runs a growing number of rare
and retro add-on cards. With this patch, NetBSD supports the IDEC
Supervision/16, a black&white image capture board for the 16-bit
ISA bus. Approximate date of manufacture: 1991. Total instances
known to be in use throughout the world: one.

Coming soon; isvctl(8), the utility program for capturing 8-bit,
512x480 images at speeds of up to 6 frames per second.

show more ...


# 745ab257 11-Apr-2001 jdolecek <jdolecek@NetBSD.org>

Put back all header files defining ioctls


# 70f969e6 23-Mar-2001 briggs <briggs@NetBSD.org>

if_wereg.h is no longer here.


# a5e3251d 16-Oct-2000 thorpej <thorpej@NetBSD.org>

Register definitions for the Middle Digital, Inc. PC-Weasel
serial console board.


# 783a9476 19-Mar-2000 rh <rh@NetBSD.org>

Track name change espvar.h -> esp_isavar.h so 'make includes' works again.


# 878fa479 04-Dec-1999 sommerfeld <sommerfeld@NetBSD.org>

Fix "make includes" since pckbc moved to dev/ic from dev/isa
(Hi, Jason!)


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