Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/ed/if_ed_cbus.c 150136 2005-09-14 19:03:14Z ru $
---
> * $FreeBSD: head/sys/dev/ed/if_ed_cbus.c 154924 2006-01-27 19:10:13Z imp $
57d56
< static int ed_probe_SIC98(device_t, int, int);
59a59
> static int ed_probe_EZ98(device_t, int, int);
63c63
< static int ed_probe_EZ98(device_t, int, int);
---
> static int ed_probe_SIC98(device_t, int, int);
790a791
> sc->sc_write_mbufs = ed_pio_write_mbufs;
890a892
> sc->sc_write_mbufs = ed_shmem_write_mbufs;
1139a1142
> sc->sc_write_mbufs = ed_shmem_write_mbufs;
1233a1237
> sc->sc_write_mbufs = ed_pio_write_mbufs;
1501c1505
< if (!ed_pio_testmem(sc, 16384, 1, flags)) {
---
> if (!ed_pio_testmem(sc, 16384, 1, flags))
1503d1506
< }
1513a1517
> sc->sc_write_mbufs = ed_pio_write_mbufs;