summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-10-16 05:11:46 +0000
committerimp <imp@FreeBSD.org>1999-10-16 05:11:46 +0000
commite1bc0f1b8d596292bf45c8607c02889fe51fa26d (patch)
tree820c8ec1fc65545034bd000f73b5676cc4d8548d /sys/pccard/slot.h
parentc80f4f24245078056a7382cc0b5100280ca25b7b (diff)
downloadFreeBSD-src-e1bc0f1b8d596292bf45c8607c02889fe51fa26d.zip
FreeBSD-src-e1bc0f1b8d596292bf45c8607c02889fe51fa26d.tar.gz
Remove name field from controller information. Fix name setting in
pc98 case that I missed before. Attempt to get the irq for the PCIC first from the loader env var and second from the config system. I've been able to boot my laptop with a kernel that hardwired the irq to 10. This should allow boot -c to finally start working for pcic irq, but I've not tested that. Add $FreeBSD$ to slot.h.
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index 86dd76b..07e4d0d 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -31,6 +31,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef _PCCARD_SLOT_H
@@ -72,7 +74,6 @@ struct slot_ctrl {
int maxio; /* Number of allowed I/O windows */
int irqs; /* IRQ's that are allowed */
u_int *imask; /* IRQ mask for the PCIC controller */
- char *name; /* controller name */
/*
* The rest is maintained by the mainline PC-CARD code.
OpenPOWER on IntegriCloud