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:
parent
0dd9b7dc5f
commit
d9144c32f2
|
@ -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"
|
.include "../Makefile.inc"
|
||||||
|
|
||||||
TEMPL_DIR?= ${.CURDIR}/../common
|
TEMPL_DIR?= ${.CURDIR}/../common
|
||||||
TEMPL_FILE?= lkm_isa.c.tmpl
|
TEMPL_FILE?= lkm_isa.c.tmpl
|
||||||
|
|
||||||
LKM_ISA_IO_PORT?= 0x290
|
LKM_ISA_IO_PORT?= -1
|
||||||
LKM_ISA_SIZE?= 0
|
LKM_ISA_SIZE?= 0
|
||||||
LKM_ISA_IOMEM?= -1
|
LKM_ISA_IOMEM?= -1
|
||||||
LKM_ISA_IOSIZE?= 0
|
LKM_ISA_IOSIZE?= 0
|
||||||
|
|
|
@ -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}/../../../..
|
S= ${.CURDIR}/../../../..
|
||||||
.PATH: $S/dev/isa
|
.PATH: $S/dev/isa
|
||||||
|
@ -7,7 +7,6 @@ KMOD= nsclpcsio
|
||||||
SRCS= nsclpcsio_isa.c lkm_isa.c
|
SRCS= nsclpcsio_isa.c lkm_isa.c
|
||||||
NOMAN= # yes
|
NOMAN= # yes
|
||||||
|
|
||||||
LKM_ISA_IO_PORT= 0 # Driver tries to guess the I/O port
|
|
||||||
LKM_ISA_DRVNAME= nsclpcsio
|
LKM_ISA_DRVNAME= nsclpcsio
|
||||||
LKM_ISA_DRVNAME_CA= nsclpcsio_isa
|
LKM_ISA_DRVNAME_CA= nsclpcsio_isa
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue