Many of the alpha low level console drivers still have bogus compile time
dependencies on syscons. Bandaid for now.
This commit is contained in:
parent
edd154566e
commit
bbf7bd333d
@ -45,7 +45,7 @@
|
||||
#include <alpha/pci/irongatereg.h>
|
||||
#include <alpha/pci/irongatevar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -109,7 +109,7 @@ api_up1000_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -91,8 +91,7 @@
|
||||
|
||||
#include <pci/pcivar.h>
|
||||
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -219,7 +218,7 @@ dec_1000a_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include <alpha/pci/apecsreg.h>
|
||||
#include <alpha/pci/apecsvar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
#endif
|
||||
@ -140,7 +140,7 @@ dec_2100_a50_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <alpha/pci/t2var.h>
|
||||
#include <alpha/pci/t2reg.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
#endif
|
||||
@ -125,7 +125,7 @@ dec_2100_a500_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <pci/pcivar.h>
|
||||
#include <alpha/pci/lcavar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
#endif
|
||||
@ -151,7 +151,7 @@ dec_axppci_33_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
#include <alpha/pci/ciavar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -128,7 +128,7 @@ dec_eb164_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -65,7 +65,7 @@
|
||||
#include <alpha/pci/apecsreg.h>
|
||||
#include <alpha/pci/apecsvar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -153,7 +153,7 @@ dec_eb64plus_cons_init()
|
||||
}
|
||||
|
||||
case 3:
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
/* graphics adapter console */
|
||||
sccnattach();
|
||||
#else
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <alpha/pci/ciareg.h>
|
||||
#include <alpha/pci/ciavar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -131,7 +131,7 @@ dec_kn20aa_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -55,7 +55,7 @@
|
||||
#include <alpha/pci/pci_kn300.h>
|
||||
#endif
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -126,7 +126,7 @@ dec_kn300_cons_init()
|
||||
break;
|
||||
|
||||
case 3:
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include <alpha/pci/ciareg.h>
|
||||
#include <alpha/pci/ciavar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -128,7 +128,7 @@ st550_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <pci/pcivar.h>
|
||||
#include <alpha/pci/tsunamivar.h>
|
||||
|
||||
#include "sc.h"
|
||||
#include "opt_dev_sc.h"
|
||||
|
||||
#ifndef CONSPEED
|
||||
#define CONSPEED TTYDEF_SPEED
|
||||
@ -113,7 +113,7 @@ st6600_cons_init()
|
||||
case 3:
|
||||
/* display console ... */
|
||||
/* XXX */
|
||||
#if NSC > 0
|
||||
#ifdef DEV_SC
|
||||
sccnattach();
|
||||
#else
|
||||
panic("not configured to use display && keyboard console");
|
||||
|
@ -45,6 +45,7 @@ SC_NORM_REV_ATTR opt_syscons.h
|
||||
SC_PIXEL_MODE opt_syscons.h
|
||||
SC_RENDER_DEBUG opt_syscons.h
|
||||
SC_TWOBUTTON_MOUSE opt_syscons.h
|
||||
DEV_SC
|
||||
|
||||
VGA_ALT_SEQACCESS opt_vga.h
|
||||
VGA_DEBUG opt_vga.h
|
||||
|
Loading…
Reference in New Issue
Block a user