Remove USB_DO_ATTACH

This commit is contained in:
imp 2007-06-17 07:34:34 +00:00
parent 965185503b
commit 320b30047e

View File

@ -126,9 +126,6 @@ __CONCAT(dname,_detach)(device_t self)
#define USB_GET_SC(dname, unit, sc) \
sc = devclass_get_softc(__CONCAT(dname,_devclass), unit)
#define USB_DO_ATTACH(dev, bdev, parent, args, print, sub) \
(device_probe_and_attach((bdev)) == 0 ? (bdev) : 0)
#include <sys/syslog.h>
/*
#define logprintf(args...) log(LOG_DEBUG, args)