cvs commit: src/sys/dev/exca exca.c

2007-03-23 Thread John Baldwin
jhb 2007-03-23 17:15:07 UTC FreeBSD src repository Modified files: sys/dev/exca exca.c Log: - Fix exca_(io|mem)_map() to return proper errno values. - Change exca_activate_resource() to call BUS_ACTIVATE_RESOURCE() before calling exca_(io|mem)_map() since the la

cvs commit: src/sys/dev/exca exca.c

2007-02-24 Thread Warner Losh
imp 2007-02-24 15:56:06 UTC FreeBSD src repository Modified files: sys/dev/exca exca.c Log: exca->pccarddev should always be non-null now. Only call it when the device is actually attached. Revision ChangesPath 1.27 +1 -1 src/sys/dev/exca/exca

cvs commit: src/sys/dev/exca exca.c src/sys/dev/pccbb pccbb.c

2007-02-14 Thread Warner Losh
imp 2007-02-15 07:22:27 UTC FreeBSD src repository Modified files: sys/dev/exca exca.c sys/dev/pccbbpccbb.c Log: It turns out that it is easier to not NULL out pccard and cardbus device pointers. They don't change as the children device drivers come

cvs commit: src/sys/dev/exca exca.c

2006-09-23 Thread Warner Losh
imp 2006-09-24 00:26:34 UTC FreeBSD src repository Modified files: sys/dev/exca exca.c Log: Cleanup sloppy ifdef. Revision ChangesPath 1.25 +1 -5 src/sys/dev/exca/exca.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/dev/exca exca.c

2006-03-09 Thread Warner Losh
imp 2006-03-09 16:28:24 UTC FreeBSD src repository Modified files: sys/dev/exca exca.c Log: Don't dereference an uninitialized pointer. Revision ChangesPath 1.24 +4 -1 src/sys/dev/exca/exca.c ___ cvs-al