From 7d674f8643a965c74481fd991a896ebfd12cfcf0 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Sat, 7 Sep 1996 17:51:54 +0000 Subject: [PATCH] Unused file. --- sys/i386/include/laptops.h | 106 ------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 sys/i386/include/laptops.h diff --git a/sys/i386/include/laptops.h b/sys/i386/include/laptops.h deleted file mode 100644 index 7bf48e67d57..00000000000 --- a/sys/i386/include/laptops.h +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Machine-depend parameters for laptop machines - * - * Copyright (c) 1996, HOSOKAWA, Tatsumi - */ - -/* - * Laptop machines has more incompatibilities and machine-specific - * parameters than the desktop machines. - */ - -#ifndef _LAPTOPS_H_ -#define _LAPTOPS_H_ - -#ifdef LAPTOP - - -/* - * Machine-dependent options - */ - -#ifdef HINOTE /* Digital Hinote */ -#ifndef COMPAT_APM10 -#define COMPAT_APM10 -#endif /* COMPAT_APM10 */ -#endif /* HINOTE */ - -#ifdef DHULTRA /* Digital Hinote Ultra */ -/* (update BIOS to 1.41 or later) */ -#endif /* DHULTRA */ - -#ifdef TP230 /* IBM ThinkPad 230 Series */ -#ifndef SIO_IRQ_BUG -#define SIO_IRQ_BUG -#endif /* SIO_IRQ_BUG */ -#ifndef FORCE_APM10 -#define FORCE_APM10 -#endif /* FORCE_APM10 */ -#ifndef PCIC_NOCLRREGS -#define PCIC_NOCLRREGS -#endif /* PCIC_NOCLRREGS */ -#endif /* TP230 */ - -#ifdef TP230FBW /* IBM ThinkPad 230 FBW Series */ -#ifndef SIO_IRQ_BUG -#define SIO_IRQ_BUG -#endif /* SIO_IRQ_BUG */ -#ifndef PCIC_NOCLRREGS -#define PCIC_NOCLRREGS -#endif /* PCIC_NOCLRREGS */ -#endif /* TP230FBW */ - -#ifdef TP530 /* IBM ThinkPad 530 Series */ -#ifndef APM_DSVALUE_BUG -#define APM_DSVALUE_BUG -#endif /* APM_DSVALUE_BUG */ -#endif /* TP530 */ - -#ifdef WINBOOKPRO /* Sotec WinbookPro */ -#ifndef FORCE_APM10 -#define FORCE_APM10 -#endif /* FORCE_APM10 */ -#ifndef APM_NO_ENGAGE -#define APM_NO_ENGAGE -#endif /* APM_NO_ENGAGE */ -#ifndef APM_SUSPEND_POSTPONE -#define APM_SUSPEND_POSTPONE -#endif /* APM_SUSPEND_POSTPONE */ -#ifndef APM_DISABLE_BUG -#define APM_DISABLE_BUG -#endif /* APM_DISABLE_BUG */ -#endif /* WINBOOKPRO */ - -#ifdef GW2KLIBERTY /* Gateway 2K Liberty */ -#ifndef FORCE_APM10 -#define FORCE_APM10 -#endif /* FORCE_APM10 */ -#endif /* GW2KLIBERTY */ - -#ifdef JETMINI /* Panasonic Pronote Jet Mini */ -#ifndef FORCE_APM10 -#define FORCE_APM10 -#endif /* FORCE_APM10 */ -#endif /* JETMINI */ - -#ifdef CONTURA /* COMPAQ CONTURA Series */ -#ifndef PCIC_NOCLRREGS -#define PCIC_NOCLRREGS -#endif /* PCIC_NOCLRREGS */ -#ifndef APM_SUSPEND_DELAY -#define APM_SUSPEND_DELAY -#endif /* APM_SUSPEND_DELAY */ -#endif /* CONTURA */ - -#ifdef ELITE /* COMPAQ ELITE Series */ -#ifndef PCIC_NOCLRREGS -#define PCIC_NOCLRREGS -#endif /* PCIC_NOCLRREGS */ -#ifndef APM_SUSPEND_DELAY -#define APM_SUSPEND_DELAY -#endif /* APM_SUSPEND_DELAY */ -#endif /* ELITE */ - -#endif /* LAPTOP */ - -#endif /* _LAPTOPS_H_ */