aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-09-25 17:29:02 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-09-25 17:29:02 +0000
commit784733e9ecb7b3cbb1655b9026841f7bcbcba164 (patch)
tree8e8df6b8855e2f7de9677060885f3b8f4df5e5d2
parent87b0140cdf82d3735d6b5bdc220088338cd7362b (diff)
Notes
-rw-r--r--sys/dev/sf/if_sf.c2
-rw-r--r--sys/dev/vr/if_vr.c2
-rw-r--r--sys/pci/if_al.c2
-rw-r--r--sys/pci/if_dm.c2
-rw-r--r--sys/pci/if_rl.c2
-rw-r--r--sys/pci/if_sf.c2
-rw-r--r--sys/pci/if_sis.c2
-rw-r--r--sys/pci/if_tl.c2
-rw-r--r--sys/pci/if_vr.c2
-rw-r--r--sys/pci/if_wb.c2
-rw-r--r--sys/pci/if_xl.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index f9e9d3afccfbf..59d9a89fc6ad1 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -766,7 +766,7 @@ static int sf_attach(dev)
/* Allocate the descriptor queues. */
sc->sf_ldata = contigmalloc(sizeof(struct sf_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->sf_ldata == NULL) {
printf("sf%d: no memory for list buffers!\n", unit);
diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c
index 18e7bdff147ca..59c354fd06c67 100644
--- a/sys/dev/vr/if_vr.c
+++ b/sys/dev/vr/if_vr.c
@@ -756,7 +756,7 @@ static int vr_attach(dev)
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sc->vr_ldata = contigmalloc(sizeof(struct vr_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->vr_ldata == NULL) {
printf("vr%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_al.c b/sys/pci/if_al.c
index 91046e0b48af5..246a58e91edb6 100644
--- a/sys/pci/if_al.c
+++ b/sys/pci/if_al.c
@@ -923,7 +923,7 @@ static int al_attach(dev)
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sc->al_ldata = contigmalloc(sizeof(struct al_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->al_ldata == NULL) {
printf("al%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_dm.c b/sys/pci/if_dm.c
index 13a9e7f944f53..96cd885d089d2 100644
--- a/sys/pci/if_dm.c
+++ b/sys/pci/if_dm.c
@@ -847,7 +847,7 @@ static int dm_attach(dev)
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sc->dm_ldata = contigmalloc(sizeof(struct dm_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->dm_ldata == NULL) {
printf("dm%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 41483c0d3931c..a2e789d2b3c59 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -912,7 +912,7 @@ static int rl_attach(dev)
}
sc->rl_cdata.rl_rx_buf = contigmalloc(RL_RXBUFLEN + 32, M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->rl_cdata.rl_rx_buf == NULL) {
printf("rl%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c
index f9e9d3afccfbf..59d9a89fc6ad1 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -766,7 +766,7 @@ static int sf_attach(dev)
/* Allocate the descriptor queues. */
sc->sf_ldata = contigmalloc(sizeof(struct sf_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->sf_ldata == NULL) {
printf("sf%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index fbe57edc671cb..68550a799abc8 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -655,7 +655,7 @@ static int sis_attach(dev)
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sc->sis_ldata = contigmalloc(sizeof(struct sis_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->sis_ldata == NULL) {
printf("sis%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 9c5ca1ef251dd..d7a776cb3adb0 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -1223,7 +1223,7 @@ static int tl_attach(dev)
* Now allocate memory for the TX and RX lists.
*/
sc->tl_ldata = contigmalloc(sizeof(struct tl_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->tl_ldata == NULL) {
bus_teardown_intr(dev, sc->tl_irq, sc->tl_intrhand);
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 18e7bdff147ca..59c354fd06c67 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -756,7 +756,7 @@ static int vr_attach(dev)
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sc->vr_ldata = contigmalloc(sizeof(struct vr_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->vr_ldata == NULL) {
printf("vr%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index 06043e07d8601..e4efc84b9c95e 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -928,7 +928,7 @@ static int wb_attach(dev)
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sc->wb_ldata = contigmalloc(sizeof(struct wb_list_data) + 8, M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->wb_ldata == NULL) {
printf("wb%d: no memory for list buffers!\n", unit);
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 855f7cf269712..8b1e06a512366 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1306,7 +1306,7 @@ static int xl_attach(dev)
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
sc->xl_ldata = contigmalloc(sizeof(struct xl_list_data), M_DEVBUF,
- M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0);
+ M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0);
if (sc->xl_ldata == NULL) {
printf("xl%d: no memory for list buffers!\n", unit);