summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-03-10 05:43:29 +0000
committerimp <imp@FreeBSD.org>2000-03-10 05:43:29 +0000
commit9e00c5a8a4336dd50e1395c09a41b863715add04 (patch)
treeb174a47fb5155379e277c15d593fbd192772021b /sys/pccard/slot.h
parent195345c22ce4534433beb65ed1bb210c249264c1 (diff)
downloadFreeBSD-src-9e00c5a8a4336dd50e1395c09a41b863715add04.zip
FreeBSD-src-9e00c5a8a4336dd50e1395c09a41b863715add04.tar.gz
Add support for PnP ISA cards, and some laptop PnP support:
o break out some of the probe routine the allocation of resources into an attach routine o Recognize PnP ids o Allocate IRQ per card rather than per system o Better polling reporting o Remove unneeded include files in slot.h o store a pseudo unit number on each device we find. o Pass a unit number to interrupt/timeout routine and use it for polling the hardware. Tested on: My VAIO and with the Linksys pccard reader. Approved by: jkh
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index 068834a..6221b4c 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -46,7 +46,6 @@
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
-#include <i386/isa/isa_device.h>
/*
* Controller data - Specific to each slot controller.
OpenPOWER on IntegriCloud