summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-08-06 09:15:54 +0000
committerdfr <dfr@FreeBSD.org>1998-08-06 09:15:54 +0000
commita90f51195aac4c0aeb53796dfaf8a568408b9b8c (patch)
tree89e9159f24c3845aafd7edd9604a82559aff5389 /sys/alpha
parentc6de79f7a597571af387deda446358c6851e794e (diff)
downloadFreeBSD-src-a90f51195aac4c0aeb53796dfaf8a568408b9b8c.zip
FreeBSD-src-a90f51195aac4c0aeb53796dfaf8a568408b9b8c.tar.gz
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.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/console.h3
-rw-r--r--sys/alpha/include/mouse.h3
-rw-r--r--sys/alpha/include/pc/bios.h3
-rw-r--r--sys/alpha/include/pc/display.h1
-rw-r--r--sys/alpha/include/pc/msdos.h1
5 files changed, 8 insertions, 3 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index 7503746..efcf45f 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -25,7 +25,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: console.h,v 1.37 1998/07/06 06:29:06 imp Exp $
+ * $Id$
+ * from: i386/include console.h,v 1.38
*/
#ifndef _MACHINE_CONSOLE_H_
diff --git a/sys/alpha/include/mouse.h b/sys/alpha/include/mouse.h
index 27ec8e1..3e63ba7 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_
diff --git a/sys/alpha/include/pc/bios.h b/sys/alpha/include/pc/bios.h
index 4e47eae..6e13692 100644
--- a/sys/alpha/include/pc/bios.h
+++ b/sys/alpha/include/pc/bios.h
@@ -23,7 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bios.h,v 1.1 1997/08/01 06:04:59 msmith Exp $
+ * $Id$
+ * from: i386/include/pc bios.h,v 1.2
*/
/*
diff --git a/sys/alpha/include/pc/display.h b/sys/alpha/include/pc/display.h
index 9e64a3f..f13c374 100644
--- a/sys/alpha/include/pc/display.h
+++ b/sys/alpha/include/pc/display.h
@@ -2,6 +2,7 @@
* IBM PC display definitions
*
* $Id$
+ * from: i386/include/pc display.h,v 1.4
*/
/* Color attributes for foreground text */
diff --git a/sys/alpha/include/pc/msdos.h b/sys/alpha/include/pc/msdos.h
index ea221c7..078238e 100644
--- a/sys/alpha/include/pc/msdos.h
+++ b/sys/alpha/include/pc/msdos.h
@@ -4,6 +4,7 @@
* how to decipher DOS disk structures in coexisting with DOS
*
* $Id$
+ * from: i386/include/pc msdos.h,v 1.4
*/
#define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */
OpenPOWER on IntegriCloud