diff options
author | non <non@FreeBSD.org> | 2001-11-03 08:55:34 +0000 |
---|---|---|
committer | non <non@FreeBSD.org> | 2001-11-03 08:55:34 +0000 |
commit | a0da3013c6b8329da400c8f28b2e55525f0b4aa0 (patch) | |
tree | c779f68e2a8463f8d4db5b6ca794d6adb2d04cbb /sys/dev/nsp/nspvar.h | |
parent | 5d791806c8067b623a51e47e1cdf6d4e9863b3f9 (diff) | |
download | FreeBSD-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.h | 2 |
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 */ |