mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove bogus i386/* includes.
This commit is contained in:
parent
27cb053198
commit
1e505cea7d
5 changed files with 6 additions and 21 deletions
|
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
* from: unknown origin, 386BSD 0.1
|
||||
* From Id: lpt.c,v 1.55.2.1 1996/11/12 09:08:38 phk Exp
|
||||
* $Id: nlpt.c,v 1.1 1997/08/14 13:57:40 msmith Exp $
|
||||
* $Id: nlpt.c,v 1.2 1997/08/16 14:05:31 msmith Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -80,9 +80,6 @@
|
|||
#include <machine/clock.h>
|
||||
#include <machine/lpt.h>
|
||||
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
|
||||
#include <sys/kernel.h>
|
||||
#endif /*KERNEL */
|
||||
|
||||
|
|
@ -249,7 +246,7 @@ nlpt_detect(struct lpt_data *lpt)
|
|||
u_char mask;
|
||||
int i, error;
|
||||
|
||||
status = IO_LPTSIZE;
|
||||
status = 1; /* assume success */
|
||||
|
||||
if ((error = lpt_request_ppbus(lpt, PPB_DONTWAIT))) {
|
||||
printf("nlpt: cannot alloc ppbus (%d)!\n", error);
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: ppb_base.c,v 1.1 1997/08/16 14:05:34 msmith Exp $
|
||||
*
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
|
|
@ -38,15 +38,11 @@
|
|||
#include <sys/syslog.h>
|
||||
|
||||
#include <machine/clock.h>
|
||||
#include <machine/lpt.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/pmap.h>
|
||||
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
|
||||
#include <dev/ppbus/ppbconf.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: ppbconf.c,v 1.1 1997/08/14 13:57:41 msmith Exp $
|
||||
* $Id: ppbconf.c,v 1.2 1997/08/16 14:05:35 msmith Exp $
|
||||
*
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
|
|
@ -38,15 +38,11 @@
|
|||
#include <sys/syslog.h>
|
||||
|
||||
#include <machine/clock.h>
|
||||
#include <machine/lpt.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/pmap.h>
|
||||
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
|
||||
#include <dev/ppbus/ppbconf.h>
|
||||
#include <dev/ppbus/ppb_1284.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: ppi.c,v 1.2 1997/08/16 14:05:36 msmith Exp $
|
||||
* $Id: ppi.c,v 1.3 1997/08/16 14:16:58 msmith Exp $
|
||||
*
|
||||
*/
|
||||
#include "ppi.h"
|
||||
|
|
@ -46,9 +46,6 @@
|
|||
#include <machine/stdarg.h>
|
||||
#include <machine/clock.h>
|
||||
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
|
||||
#include <sys/kernel.h>
|
||||
#endif /*KERNEL */
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: vpo.c,v 1.1 1997/08/14 13:57:44 msmith Exp $
|
||||
* $Id: vpo.c,v 1.2 1997/08/16 14:05:37 msmith Exp $
|
||||
*
|
||||
*/
|
||||
#include <sys/types.h>
|
||||
|
|
@ -40,7 +40,6 @@
|
|||
#include <machine/stdarg.h>
|
||||
#include <machine/clock.h>
|
||||
|
||||
#include <i386/isa/isa_device.h>
|
||||
#endif /* KERNEL */
|
||||
#include <scsi/scsi_all.h>
|
||||
#include <scsi/scsi_disk.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue