From: Ben Gras Date: Wed, 25 Oct 2006 13:39:53 +0000 (+0000) Subject: More memory for these drivers X-Git-Tag: v3.1.3~159 X-Git-Url: http://zhaoyanbai.com/repos/%22/xml/v3/mem/static/gitweb.css?a=commitdiff_plain;h=21ed84647994deda2a0fd1b7da42ab5497c70946;p=minix.git More memory for these drivers --- diff --git a/drivers/dp8390/Makefile b/drivers/dp8390/Makefile index 7228d212c..de9883398 100644 --- a/drivers/dp8390/Makefile +++ b/drivers/dp8390/Makefile @@ -21,7 +21,7 @@ OBJ = 3c503.o dp8390.o ne2000.o rtl8029.o wdeth.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 32k $(DRIVER) + install -S 64k $(DRIVER) # install with other drivers install: /usr/sbin/$(DRIVER) diff --git a/drivers/fxp/Makefile b/drivers/fxp/Makefile index e72c71fdd..7ae75237c 100644 --- a/drivers/fxp/Makefile +++ b/drivers/fxp/Makefile @@ -21,7 +21,7 @@ OBJ = fxp.o mii.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 8k $(DRIVER) + install -S 32k $(DRIVER) # install with other drivers install: /usr/sbin/$(DRIVER) diff --git a/drivers/lance/Makefile b/drivers/lance/Makefile index c8bb1070f..2e81959a2 100644 --- a/drivers/lance/Makefile +++ b/drivers/lance/Makefile @@ -22,7 +22,7 @@ OBJ = lance.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 8k $(DRIVER) + install -S 16k $(DRIVER) # install with other drivers install: /usr/sbin/$(DRIVER) diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 00b2b1c4e..e24f056c2 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -21,7 +21,7 @@ OBJ = main.o pci.o pci_table.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 16k $(DRIVER) + install -S 32k $(DRIVER) # install with other drivers install: /usr/sbin/$(DRIVER) diff --git a/drivers/rtl8139/Makefile b/drivers/rtl8139/Makefile index b2eb7e183..1890aa444 100644 --- a/drivers/rtl8139/Makefile +++ b/drivers/rtl8139/Makefile @@ -22,7 +22,7 @@ OBJ = rtl8139.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 50kw $(DRIVER) + install -S 64kw $(DRIVER) # install with other drivers install: /usr/sbin/$(DRIVER)