diff options
author | Doug Rabson <dfr@FreeBSD.org> | 1998-08-06 09:15:54 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 1998-08-06 09:15:54 +0000 |
commit | 08b66b448332100f2b6d3aafef998895c1517ea5 (patch) | |
tree | f5461337ed11e225e464a7fa6ad59b9f168b8f42 /sys/alpha/include/mouse.h | |
parent | 11afcc8f9f96d657b8e6f7547c02c1957331fc96 (diff) |
Port syscons to the alpha. The driver itself has moved to sys/isa as it will
hopefully become a portable driver usable by all architectures. The api
support files have had to be copied to sys/alpha/include since userland
programs expect to find them in <machine/*.h>.
All the revision history of the i386 syscons has been retained by a
repository copy.
Notes
Notes:
svn path=/head/; revision=38138
Diffstat (limited to 'sys/alpha/include/mouse.h')
-rw-r--r-- | sys/alpha/include/mouse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/mouse.h b/sys/alpha/include/mouse.h index 27ec8e1fe94a..3e63ba760f12 100644 --- a/sys/alpha/include/mouse.h +++ b/sys/alpha/include/mouse.h @@ -20,7 +20,8 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mouse.h,v 1.9 1997/12/07 08:08:50 yokota Exp $ + * $Id$ + * from: i386/include mouse.h,v 1.10 */ #ifndef _MACHINE_MOUSE_H_ |