Removed a very very old hack (I disabled it in PAO long time ago)
that existed in original PC-card driver for FreeBSD 2.0 (maybe). This prevents from utilizing flags for drivers.
This commit is contained in:
parent
6be40c9535
commit
f22ff34fba
@ -26,7 +26,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id: cardd.c,v 1.34 1999/02/05 16:00:17 kuriyama Exp $";
|
||||
"$Id: cardd.c,v 1.37 1999/07/23 02:01:19 hosokawa Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
@ -553,7 +553,6 @@ setup_slot(struct slot *sp)
|
||||
strcpy(drv.name, drvp->kernel);
|
||||
drv.unit = drvp->unit;
|
||||
drv.irqmask = 1 << sp->irq;
|
||||
drv.flags = 0x80;
|
||||
if (sp->flags & MEM_ASSIGNED) {
|
||||
drv.mem = sp->mem.addr;
|
||||
drv.memsize = sp->mem.size;
|
||||
|
Loading…
Reference in New Issue
Block a user