summaryrefslogtreecommitdiffstats
path: root/sys/dev/nsp/nspvar.h
diff options
context:
space:
mode:
authornon <non@FreeBSD.org>2001-11-03 08:55:34 +0000
committernon <non@FreeBSD.org>2001-11-03 08:55:34 +0000
commita0da3013c6b8329da400c8f28b2e55525f0b4aa0 (patch)
treec779f68e2a8463f8d4db5b6ca794d6adb2d04cbb /sys/dev/nsp/nspvar.h
parent5d791806c8067b623a51e47e1cdf6d4e9863b3f9 (diff)
downloadFreeBSD-src-a0da3013c6b8329da400c8f28b2e55525f0b4aa0.zip
FreeBSD-src-a0da3013c6b8329da400c8f28b2e55525f0b4aa0.tar.gz
Remove PAO3 dependent part.
This will not affect either -current nor -stable.
Diffstat (limited to 'sys/dev/nsp/nspvar.h')
-rw-r--r--sys/dev/nsp/nspvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/nsp/nspvar.h b/sys/dev/nsp/nspvar.h
index e7a348101c..621b7a5 100644
--- a/sys/dev/nsp/nspvar.h
+++ b/sys/dev/nsp/nspvar.h
@@ -58,7 +58,6 @@ struct nsp_softc {
bus_space_tag_t sc_memt;
bus_space_handle_t sc_memh;
-#if __FreeBSD_version >= 400001
int port_rid;
int irq_rid;
int mem_rid;
@@ -67,7 +66,6 @@ struct nsp_softc {
struct resource *mem_res;
void *nsp_intrhand;
-#endif /* __FreeBSD_version */
#endif /* __FreeBSD__ */
int sc_tmaxcnt; /* timeout count */
OpenPOWER on IntegriCloud