diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-18 20:26:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-18 20:26:01 +0000 |
commit | 182c6137347e75771c270ea8638542a85a18f7b1 (patch) | |
tree | bee7fbbb1f191b76924a7ff40bf2225b663ea589 | |
parent | 0b3188495a6a821ce58ae4d3091d63458744a562 (diff) |
new device supported
-rw-r--r-- | share/man/man4/axe.4 | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4 index d499334376a..f89185282c4 100644 --- a/share/man/man4/axe.4 +++ b/share/man/man4/axe.4 @@ -29,7 +29,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $ -.\" $OpenBSD: axe.4,v 1.5 2004/08/17 23:49:14 jaredy Exp $ +.\" $OpenBSD: axe.4,v 1.6 2004/09/18 20:26:00 deraadt Exp $ .\" .Dd April 20, 2003 .Dt AXE 4 @@ -55,6 +55,8 @@ LinkSys USB200M Netgear FA120 .It Buffalo(MELCO) LUA-U2-KTX +.It +Sitecm LN029 .El .Pp The AX88172 is a USB 2.0 device which contains a 10/100 diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 3ed399f4e4e..0fdb28faf40 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.104 2004/08/13 22:13:55 deraadt Exp $ +$OpenBSD: usbdevs,v 1.105 2004/09/18 20:26:00 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1402,6 +1402,7 @@ product SIRIUS ROADSTER 0x0001 NetComm Roadster II 56 /* Sitecom products */ product SITECOM CN104 0x2068 CN104 +product SITECOM LN029 0x182d LN029 /* SmartBridges products */ product SMARTBRIDGES SMARTLINK 0x0001 SmartLink Ethernet |