summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_port.h
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2000-08-26 20:08:40 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2000-08-26 20:08:40 +0000
commitae97f58a10c52051eb3cfeb5afc2cea2eeadffeb (patch)
tree0f2f69e2a21b46e0711672762b9ebc3aa264b17d /sys/dev/usb/usb_port.h
parent841e005741a8dcb32a106f13731c7dd1e832d2b7 (diff)
Add support for detach of xe and aue.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r--sys/dev/usb/usb_port.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index 5fd97ead99f..4b288daf577 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usb_port.h,v 1.16 2000/07/04 11:44:25 fgsch Exp $ */
+/* $OpenBSD: usb_port.h,v 1.17 2000/08/26 20:08:39 nate Exp $ */
/* $NetBSD: usb_port.h,v 1.28 2000/03/30 08:53:31 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */
@@ -229,7 +229,6 @@ __CONCAT(dname,_detach)(self, flags) \
typedef int usb_malloc_type;
-#define mii_attach(x1,x2,x3,x4,x5,x6) mii_phy_probe(x1,x2,x3)
#define Ether_ifattach(ifp, eaddr) ether_ifattach(ifp)
#define if_deactivate(x)
#define IF_INPUT(ifp, m) do { \