Ugh. I am not having a good day. Remove debugging #ifdef that accidentally

crept into the last commit.
This commit is contained in:
Bill Paul 2004-01-12 21:40:05 +00:00
parent a14b52fe81
commit 22c48a5f23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124450

View File

@ -477,14 +477,12 @@ ndis_convert_res(arg)
if (brl != NULL) {
SLIST_FOREACH(brle, brl, link) {
switch (brle->type) {
#ifdef notdef
case SYS_RES_IOPORT:
prd->cprd_type = CmResourceTypePort;
prd->u.cprd_port.cprd_start.np_quad =
brle->start;
prd->u.cprd_port.cprd_len = brle->count;
break;
#endif
case SYS_RES_MEMORY:
prd->cprd_type = CmResourceTypeMemory;
prd->u.cprd_port.cprd_start.np_quad =