Bug 480839
| Summary: | Please enable all CONFIG_ISDN_DIVAS* options in kernel (2 are missing) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | kernel | Assignee: | Jarod Wilson <jwilson> |
| Status: | CLOSED NOTABUG | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.3 | CC: | cebbert, davem, nhorman, pm-rhel, robert.scheck |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-09-03 14:28:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 480840 | ||
| Bug Blocks: | |||
|
Description
Robert Scheck
2009-01-20 20:27:52 UTC
This just got assigned over to me, since its just a config option change request, so taking a look... $ git grep ISDN_DIVAS drivers/isdn/hardware/eicon/Kconfig:config ISDN_DIVAS drivers/isdn/hardware/eicon/Kconfig:config ISDN_DIVAS_BRIPCI drivers/isdn/hardware/eicon/Kconfig: depends on ISDN_DIVAS drivers/isdn/hardware/eicon/Kconfig:config ISDN_DIVAS_PRIPCI drivers/isdn/hardware/eicon/Kconfig: depends on ISDN_DIVAS drivers/isdn/hardware/eicon/Kconfig:config ISDN_DIVAS_DIVACAPI drivers/isdn/hardware/eicon/Kconfig: depends on ISDN_DIVAS && ISDN_CAPI drivers/isdn/hardware/eicon/Kconfig:config ISDN_DIVAS_USERIDI drivers/isdn/hardware/eicon/Kconfig: depends on ISDN_DIVAS drivers/isdn/hardware/eicon/Kconfig:config ISDN_DIVAS_MAINT drivers/isdn/hardware/eicon/Kconfig: depends on ISDN_DIVAS && m drivers/isdn/hardware/eicon/Makefile:obj-$(CONFIG_ISDN_DIVAS) += divadidd.o divas.o drivers/isdn/hardware/eicon/Makefile:obj-$(CONFIG_ISDN_DIVAS_MAINT) += diva_mnt.o drivers/isdn/hardware/eicon/Makefile:obj-$(CONFIG_ISDN_DIVAS_USERIDI) += diva_idi.o drivers/isdn/hardware/eicon/Makefile:obj-$(CONFIG_ISDN_DIVAS_DIVACAPI) += divacapi.o drivers/isdn/hardware/eicon/Makefile:divas-$(CONFIG_ISDN_DIVAS_BRIPCI) += os_bri.o s_bri.o os_4bri.o s_4bri.o drivers/isdn/hardware/eicon/Makefile:divas-$(CONFIG_ISDN_DIVAS_PRIPCI) += os_pri.o s_pri.o drivers/isdn/hardware/eicon/diva.c:#ifdef CONFIG_ISDN_DIVAS_PRIPCI drivers/isdn/hardware/eicon/diva.c:#ifdef CONFIG_ISDN_DIVAS_BRIPCI drivers/isdn/hardware/eicon/diva.c:#ifdef CONFIG_ISDN_DIVAS_PRIPCI drivers/isdn/hardware/eicon/diva.c:#ifdef CONFIG_ISDN_DIVAS_BRIPCI drivers/isdn/hardware/eicon/divasmain.c:#ifdef CONFIG_ISDN_DIVAS_BRIPCI drivers/isdn/hardware/eicon/divasmain.c:#ifdef CONFIG_ISDN_DIVAS_PRIPCI Not seeing _HSI or _ANALOG variants, likely meaning the Red Hat Enterprise Linux 5 code predates those variants. We'd probably need a driver backport here to even have those flags to enable. Please open a new bug if you'd like to request that, but for not, closing this as NOTABUG, since all available CONFIG_ISDN_DIVAS* options are already enabled. |