Add code segment for PMAGD, which is under development this moment.
This commit is contained in:
parent
7408da7619
commit
062c4f6e22
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: tcasic.c,v 1.32 2000/12/23 13:11:57 tron Exp $ */
|
/* $NetBSD: tcasic.c,v 1.33 2001/02/22 07:46:01 nisimura Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
|
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
|
||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||||
|
|
||||||
__KERNEL_RCSID(0, "$NetBSD: tcasic.c,v 1.32 2000/12/23 13:11:57 tron Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: tcasic.c,v 1.33 2001/02/22 07:46:01 nisimura Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
@ -173,6 +173,7 @@ tcasicprint(aux, pnp)
|
|||||||
|
|
||||||
#include "cfb.h"
|
#include "cfb.h"
|
||||||
#include "sfb.h"
|
#include "sfb.h"
|
||||||
|
#include "sfbp.h"
|
||||||
#ifdef notyet
|
#ifdef notyet
|
||||||
#include "px.h"
|
#include "px.h"
|
||||||
#include "pxg.h"
|
#include "pxg.h"
|
||||||
@ -180,6 +181,7 @@ tcasicprint(aux, pnp)
|
|||||||
|
|
||||||
extern void sfb_cnattach __P((tc_addr_t));
|
extern void sfb_cnattach __P((tc_addr_t));
|
||||||
extern void cfb_cnattach __P((tc_addr_t));
|
extern void cfb_cnattach __P((tc_addr_t));
|
||||||
|
extern void sfbp_cnattach __P((tc_addr_t));
|
||||||
extern void px_cnattach __P((tc_addr_t));
|
extern void px_cnattach __P((tc_addr_t));
|
||||||
extern void pxg_cnattach __P((tc_addr_t));
|
extern void pxg_cnattach __P((tc_addr_t));
|
||||||
extern int tc_checkslot __P((tc_addr_t, char *));
|
extern int tc_checkslot __P((tc_addr_t, char *));
|
||||||
@ -194,6 +196,9 @@ struct cnboards {
|
|||||||
#if NCFB > 0
|
#if NCFB > 0
|
||||||
{ "PMAG-BA ", cfb_cnattach },
|
{ "PMAG-BA ", cfb_cnattach },
|
||||||
#endif
|
#endif
|
||||||
|
#if NSFBP > 0
|
||||||
|
{ "PMAGD ", sfbp_cnattach },
|
||||||
|
#endif
|
||||||
#ifdef notyet
|
#ifdef notyet
|
||||||
#if NPX > 0
|
#if NPX > 0
|
||||||
{ "PMAG-CA ", px_cnattach },
|
{ "PMAG-CA ", px_cnattach },
|
||||||
|
Loading…
Reference in New Issue
Block a user