diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-29 08:37:02 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-29 08:37:02 +0000 |
| commit | 4d2d7654872db3b0613403f613d5f8975e78800b (patch) | |
| tree | 1550178adc3ee255b3199175d7c01dd52f06c676 /sys/pc98/i386 | |
| parent | aedbf2687d2ceb237261034b36827491abb27528 (diff) | |
Notes
Diffstat (limited to 'sys/pc98/i386')
| -rw-r--r-- | sys/pc98/i386/machdep.c | 8 | ||||
| -rw-r--r-- | sys/pc98/i386/userconfig.c | 6 |
2 files changed, 3 insertions, 11 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 73725c7f9287..282b74dc4853 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.9 1996/10/09 21:45:56 asami Exp $ + * $Id: machdep.c,v 1.10 1996/10/23 07:25:00 asami Exp $ */ #include "npx.h" @@ -257,12 +257,6 @@ cpu_startup(dummy) */ setup_netisrs(&netisr_set); -/* -#ifdef ISDN - DONET(isdnintr, NETISR_ISDN); -#endif -*/ - /* * Allocate space for system data structures. * The first available kernel virtual address is in "v". diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index 9022390b673b..ba5da41c8ce5 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -46,7 +46,7 @@ ** (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: userconfig.c,v 1.7 1996/10/09 21:46:01 asami Exp $ + ** $Id: userconfig.c,v 1.8 1996/10/23 07:25:04 asami Exp $ **/ /** @@ -283,8 +283,6 @@ static DEV_INFO device_info[] = { {"cy", "Cyclades multiport async adapter", 0, CLS_COMMS}, #endif {"lpt", "Parallel printer port", 0, CLS_COMMS}, -{"nic", "ISDN driver", 0, CLS_COMMS}, -{"nnic", "ISDN driver", 0, CLS_COMMS}, #ifndef PC98 {"gp", "National Instruments AT-GPIB/TNT driver", 0, CLS_COMMS}, #endif @@ -2249,7 +2247,7 @@ visuserconfig(void) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.7 1996/10/09 21:46:01 asami Exp $ + * $Id: userconfig.c,v 1.8 1996/10/23 07:25:04 asami Exp $ */ #include "scbus.h" |
