Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/isa/isareg.h 50477 1999-08-28 01:08:13Z peter $
---
> * $FreeBSD: head/sys/isa/isareg.h 60544 2000-05-14 13:47:57Z dfr $
160c160,168
< #define IO_LPTSIZE 8 /* LPT controllers, some use only 4 */
---
>
> /* The following line was changed to support more architectures (simpler
> chipsets (like those for Alpha) only use 4, but more complex controllers
> (usually modern i386's) can use an additional 4; the probe to see if
> 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 */
>