History log of /netbsd-src/sys/dev/tc/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# 4824a8d9 18-Sep-2001 ad <ad@NetBSD.org>

Beef up the stic X interface, and tighten a few screws here and there.


# 29dc8fc7 30-Jun-2001 tron <tron@NetBSD.org>

Install "dev/tc/sfbreg.h" which is required for building the Alpha X11
server.


# c6da2452 16-May-2001 ad <ad@NetBSD.org>

Put back /usr/include/dev/tc/sticreg.h.


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

Put back all header files defining ioctls


# 553c5108 17-Dec-2000 ad <ad@NetBSD.org>

Add wscons drivers for the DEC PixelStamp graphics accelerators.


# 87eac961 04-Jul-2000 nisimura <nisimura@NetBSD.org>

Make sure to settle tcdsreg.h and tcdsvar.h in /usr/include/dev/tc/.


# ffe9ca74 24-Sep-1999 nisimura <nisimura@NetBSD.org>

Add 'sfbreg.h' to the list of files installed in /usr/include/dev/tc/.


# ce7a13c6 13-Apr-1999 ad <ad@NetBSD.org>

Remove px driver pending write of fully-functional MI driver.


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


# c1c41f6b 02-Mar-1996 cgd <cgd@NetBSD.org>

add ability to define TCVERBOSE, and get "human names" about "known"
but unconfigured (or unsupported) devices printed at boot time.
The device list is woefully incomplete, because i didn't put much

add ability to define TCVERBOSE, and get "human names" about "known"
but unconfigured (or unsupported) devices printed at boot time.
The device list is woefully incomplete, because i didn't put much time
in it, and because i don't know good "human names" for many TC devices.

show more ...