OQO ether port confirmed to be working

This commit is contained in:
itojun 2005-03-03 08:10:01 +00:00
parent f81c9770f3
commit 4bb7e85761
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_url.c,v 1.14 2005/03/02 11:35:07 itojun Exp $ */
/* $NetBSD: if_url.c,v 1.15 2005/03/03 08:10:01 itojun Exp $ */
/*
* Copyright (c) 2001, 2002
* Shingo WATANABE <nabe@nabechan.org>. All rights reserved.
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_url.c,v 1.14 2005/03/02 11:35:07 itojun Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_url.c,v 1.15 2005/03/03 08:10:01 itojun Exp $");
#include "opt_inet.h"
#include "opt_ns.h"
@ -164,10 +164,8 @@ static const struct url_type {
{{ USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_LCS8138TX}, 0},
/* Micronet SP128AR */
{{ USB_VENDOR_MICRONET, USB_PRODUCT_MICRONET_SP128AR}, 0},
#if 0
/* OQO model 01 */
{{ USB_VENDOR_OQO, USB_PRODUCT_OQO_ETHER01}, 0},
#endif
};
#define url_lookup(v, p) ((struct url_type *)usb_lookup(url_devs, v, p))