mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fixed cut&paste error.
Submitted by: davidg
This commit is contained in:
parent
8962635a7b
commit
8a82d62d7f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3834
3 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.70 1994/10/20 00:08:20 phk Exp $
|
||||
* $Id: syscons.c,v 1.71 1994/10/23 21:27:36 wollman Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
@ -346,7 +346,7 @@ static struct kern_devconf kdc_sc[NSC] = { {
|
|||
&kdc_isa0, /* parent */
|
||||
0, /* parentdata */
|
||||
DC_UNKNOWN, /* not supported */
|
||||
"Parallel printer adapter"
|
||||
"Graphics console"
|
||||
} };
|
||||
|
||||
static inline void
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.70 1994/10/20 00:08:20 phk Exp $
|
||||
* $Id: syscons.c,v 1.71 1994/10/23 21:27:36 wollman Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
@ -346,7 +346,7 @@ static struct kern_devconf kdc_sc[NSC] = { {
|
|||
&kdc_isa0, /* parent */
|
||||
0, /* parentdata */
|
||||
DC_UNKNOWN, /* not supported */
|
||||
"Parallel printer adapter"
|
||||
"Graphics console"
|
||||
} };
|
||||
|
||||
static inline void
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.70 1994/10/20 00:08:20 phk Exp $
|
||||
* $Id: syscons.c,v 1.71 1994/10/23 21:27:36 wollman Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
@ -346,7 +346,7 @@ static struct kern_devconf kdc_sc[NSC] = { {
|
|||
&kdc_isa0, /* parent */
|
||||
0, /* parentdata */
|
||||
DC_UNKNOWN, /* not supported */
|
||||
"Parallel printer adapter"
|
||||
"Graphics console"
|
||||
} };
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Reference in a new issue