aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/isareg.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2000-07-18 09:01:09 +0000
committerDoug Rabson <dfr@FreeBSD.org>2000-07-18 09:01:09 +0000
commit6a5be8627cd58dd879210811dab5212e2d35bc7d (patch)
tree6c70fd31e463e1d9006fb8a12a7b112a51866fa9 /sys/isa/isareg.h
parentb0fe2da816ed39e9946ddca0e21ed659d8b2c920 (diff)
downloadsrc-6a5be8627cd58dd879210811dab5212e2d35bc7d.tar.gz
src-6a5be8627cd58dd879210811dab5212e2d35bc7d.zip
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>
Notes
Notes: svn path=/head/; revision=63403
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 532da43a4d12..e14e71643baf 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 */