freebsd-dev/sys/dev/atkbdc
Peter Wemm a6b8513096 Don't free(sc) before returning an error from probe, it does not "belong"
to us, subr_bus.c will free it.  This bug (panic: freeing already free)
was exposed by kern/subr_bus.c rev 1.54

Not explicitly approved by: jkh (but this is a showstopper and fallout of
the above approved change)
2000-03-01 19:30:36 +00:00
..
atkbd_atkbdc.c Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
atkbd_isa.c Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
atkbd.c - Be slightly more cautious and try to make more sure the keyboard 2000-02-11 01:22:30 +00:00
atkbdc_isa.c Do not add children (atkbd and psm) if they are disabled. 2000-02-25 11:40:31 +00:00
atkbdc_subr.c Do not add children (atkbd and psm) if they are disabled. 2000-02-25 11:40:31 +00:00
atkbdc.c Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
atkbdcreg.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
atkbdreg.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
psm.c Don't free(sc) before returning an error from probe, it does not "belong" 2000-03-01 19:30:36 +00:00