Go ahead and allow ports as high as 0xfff to be used for pccard

devices.  Only some devices support above 0x400, but since you have to
explicitly enable this range, you are assumed to know what you are
doing.
This commit is contained in:
Warner Losh 2003-08-03 06:17:06 +00:00
parent b245ac95cf
commit 926c662984
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118381

View File

@ -189,7 +189,7 @@ void set_socket(int);
void stat_changed(struct slot *);
void process_client(void);
#define IOPORTS 0x400
#define IOPORTS 0x1000 /* allow most of the low ports */
#define MEMUNIT 0x1000
#define MEMSTART 0xA0000
#define MEMEND 0x100000