summaryrefslogtreecommitdiffstats
path: root/sys/isa/isareg.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-07-18 09:01:09 +0000
committerdfr <dfr@FreeBSD.org>2000-07-18 09:01:09 +0000
commit5aef58d7b9d8523da7d5c51472067b91b09bd239 (patch)
treed607ec799631b59af355708f699bd1aa8039aa43 /sys/isa/isareg.h
parentcc48e301037a7473b6f5da1ca019ad6ac61a1ebe (diff)
downloadFreeBSD-src-5aef58d7b9d8523da7d5c51472067b91b09bd239.zip
FreeBSD-src-5aef58d7b9d8523da7d5c51472067b91b09bd239.tar.gz
Add smc37c935 chipset support and clean up the code which tries to
allocate a short port range in some alpha configurations. Submitted by: "Andrew M. Miklic" <miklic@udlkern.fc.hp.com>, Mark Abene <phiber@radicalmedia.com>
Diffstat (limited to 'sys/isa/isareg.h')
-rw-r--r--sys/isa/isareg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h
index 532da43..e14e716 100644
--- a/sys/isa/isareg.h
+++ b/sys/isa/isareg.h
@@ -164,7 +164,8 @@
the additional 4 can be used by the specific chipset is now done in the ppc
code by ppc_probe()... */
-#define IO_LPTSIZE 4 /* LPT controllers, Alpha only uses 4 */
+#define IO_LPTSIZE_EXTENDED 8 /* "Extended" LPT controllers */
+#define IO_LPTSIZE_NORMAL 4 /* "Normal" LPT controllers */
#define IO_MDASIZE 12 /* Monochrome display controllers */
#define IO_NPXSIZE 16 /* 80387/80487 NPX registers */
OpenPOWER on IntegriCloud