Do not LKM_ISA_IO_PORT to 0x290 by default, some drivers try to guess it

and there's no much sense in adding it.
This commit is contained in:
xtraeme 2007-09-11 07:41:26 +00:00
parent 0dd9b7dc5f
commit d9144c32f2
2 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile.inc,v 1.5 2007/09/09 13:52:23 xtraeme Exp $
# $NetBSD: Makefile.inc,v 1.6 2007/09/11 07:41:26 xtraeme Exp $
.include "../Makefile.inc"
TEMPL_DIR?= ${.CURDIR}/../common
TEMPL_FILE?= lkm_isa.c.tmpl
LKM_ISA_IO_PORT?= 0x290
LKM_ISA_IO_PORT?= -1
LKM_ISA_SIZE?= 0
LKM_ISA_IOMEM?= -1
LKM_ISA_IOSIZE?= 0

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2007/09/09 05:46:28 xtraeme Exp $
# $NetBSD: Makefile,v 1.3 2007/09/11 07:41:26 xtraeme Exp $
S= ${.CURDIR}/../../../..
.PATH: $S/dev/isa
@ -7,7 +7,6 @@ KMOD= nsclpcsio
SRCS= nsclpcsio_isa.c lkm_isa.c
NOMAN= # yes
LKM_ISA_IO_PORT= 0 # Driver tries to guess the I/O port
LKM_ISA_DRVNAME= nsclpcsio
LKM_ISA_DRVNAME_CA= nsclpcsio_isa