joe
ee8382fbaf
MFNetBSD:
...
revision 1.40
date: 2000/10/10 12:37:01; author: augustss; state: Exp; lines: +4 -3
Don't free unallocated pointer in detach (can happen if detach happens
before attach has finished).
2002-04-01 20:32:50 +00:00
joe
b55c1de599
MFNetBSD:
...
revision 1.60
date: 2000/12/28 10:40:36; author: augustss; state: Exp; lines: +2 -1
#define for USB_2_0
2002-04-01 20:26:38 +00:00
joe
06c2b31c46
MFNetBSD:
...
revision 1.58
date: 2000/06/24 04:12:53; author: thorpej; state: Exp; lines: +5 -2
Kill SPLUSBCHECK -- it's not portable, and quite annoying on some
platforms which otherwise function just fine.
2002-04-01 20:23:50 +00:00
phk
1bcafdd129
Remove the disktab.h include file from the build.
2002-04-01 20:20:16 +00:00
joe
1659cf4006
MFNetBSD:
...
revision 1.130
date: 2000/12/18 15:55:30; author: tsutsui; state: Exp; lines: +2 -2
Add missed le32toh() in uhci_device_isoc_abort().
2002-04-01 20:18:21 +00:00
phk
c4cfde4a3b
Really sweep the broom on this one.
...
It's amazing how much cruft accumulate over the years...
2002-04-01 20:18:02 +00:00
joe
c01681e11a
MFNetBSD:
...
revision 1.129
date: 2000/12/16 16:09:24; author: augustss; state: Exp; lines: +4 -3
Don't repeat 'host controller halted' message. From OpenBSD.
2002-04-01 20:14:23 +00:00
jhb
81ff87afc2
Whitespace only change: use ANSI function declarations instead of K&R.
2002-04-01 20:13:31 +00:00
phk
07b4c10b28
Extend a hack to also hack around PC98's definition of __i386__
2002-04-01 20:13:03 +00:00
phk
c80e0bc56a
Remove various controller/disk type hacks for SMD, ST506 and ancient
...
SCSI stuff which have far outlived its sell by date.
2002-04-01 20:06:14 +00:00
joe
628953224b
MFNetBSD:
...
revision 1.127
date: 2000/11/22 05:50:59; author: soren; state: Exp; lines: +5 -5
In uhci_intr(), only warn about power state confusion if the
interrupt was actually for us.
2002-04-01 20:04:00 +00:00
phk
c4b43c0b29
This file is entirely bogus.
2002-04-01 20:03:31 +00:00
phk
0ac1443540
Point to the correct #include file.
2002-04-01 20:03:05 +00:00
joe
610d83202b
MFNetBSD: ohci.c rev 1.94, uhci.c rev 1.126
...
date: 2000/11/10 14:11:49; author: augustss;
Update frlengths after a isoc transfer.
Suggested by Yuri <yuri@tsoft.com>
2002-04-01 20:01:41 +00:00
jhb
e6e7f9944f
Wrap the arguments to CTR6() in parentheses so that the u_long casts work
...
properly for arguments that are expressions.
2002-04-01 19:44:13 +00:00
joe
a489313841
MFNetBSD: ohci.c rev 1.92, uhci.c rev 1.122 (part)
...
date: 2000/08/08 19:51:46; author: tv; state: Exp; lines: +24 -13
%b -> bitmask_snprintf()
Because this code is shared, add a macro for bitmask_snprintf()
that should expand to the equivalent snprintf() on non-NetBSD
systems. This is only used in ?HCI_DEBUG cases anyway.
2002-04-01 19:42:51 +00:00
joe
a1b45b6baa
MFNetBSD:
...
revision 1.86
date: 2001/05/16 04:50:11; author: lukem; state: Exp; lines: +1 -2
delint: remove unnecessary assignment to same objection (hidden
in #define)
2002-04-01 19:26:36 +00:00
jhb
ac0efb3769
Remove references to KTR_EXTEND.
...
Pointy-hat to: jake
2002-04-01 19:25:22 +00:00
joe
e60c370b22
constify
2002-04-01 19:22:04 +00:00
joe
a8d3735e78
Use ANSI prototypes and declarations.
...
Update $NetBSD$ idents to better reflect reality.
2002-04-01 19:01:09 +00:00
imp
97a1f83469
More diff reduction patches
2002-04-01 18:52:53 +00:00
dougb
3b51c999a4
The good news is that my initial PR was correct... the bad news is that I
...
was apparently smoking something when I committed the last fix, because as
ume was kindly enough to set me straight on, amd *will* start with no
arguments at all, as long as there is an /etc/amd.conf file for it to
read. What it won't do is start with *just* -p.
In any case, now it's fixed.
2002-04-01 18:33:45 +00:00
joe
810e37cb5c
Update $NetBSD$ idents to better reflect reality.
2002-04-01 18:31:16 +00:00
imp
702c781e57
Merge a little from NetBSD. This changes reduces the diffs between the
...
two a little, but more commits like this will follow.
2002-04-01 18:28:20 +00:00
imp
b0cf2465fe
Fix type from last commit
2002-04-01 18:26:32 +00:00
jhb
5f7d7d779b
Add long long casts so that this compiles on archs with 64-bit longs.
...
Pointy-hat to: phk
2002-04-01 18:23:58 +00:00
joe
f5fe87fccd
Merge from NetBSD:
...
revision 1.81
date: 2000/10/24 15:01:26; author: augustss; lines: +36 -10
Add a hack to try and figure out if the TI UTUSB41 hub is bus
powered despite claiming to be self powered (it's important to
know so that the power budget can be met).
2002-04-01 18:22:31 +00:00
imp
fa6285a0b1
Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 by
...
ichiro@netbsd.org
Obtained from: NetBSD
2002-04-01 18:07:05 +00:00
joe
ec9b97db7d
Merge from NetBSD: revision 1.72
...
Part of this got merged in a previous commit, but not all.
revision 1.72
date: 2000/04/14 14:13:56; author: augustss; state: Exp; lines: +34 -27
Make attach of ugen work as it should so product&vendor locators
can be used.
2002-04-01 18:03:00 +00:00
joe
5049ab3bd5
Update $NetBSD$ idents to reflect reality.
2002-04-01 17:54:07 +00:00
jhb
7205e92665
Fix style bug in previous commit.
2002-04-01 17:53:42 +00:00
joe
63534f6287
We might as well show the log message if we're going to produce the patch.
2002-04-01 17:51:27 +00:00
joe
07129623b0
Merge from NetBSD: Removed unnecessary variable declaration.
2002-04-01 17:49:12 +00:00
joe
f60d3cd982
Synchronise with the NetBSD version of this header file for formatting.
2002-04-01 17:43:28 +00:00
joe
e0ee14f187
Merge from NetBSD: usbdi.c rev 1.77, usbdi.h rev 1.44
...
date: 2000/09/23 21:02:04; author: augustss;
Add a way to do control transfers on other pipes than the default pipe.
2002-04-01 17:30:24 +00:00
joe
6239920c04
Use ANSI prototypes and declarations.
2002-04-01 17:24:49 +00:00
joe
deb8b2c1cc
Merge from NetBSD: Make it compile with USB_DEBUG.
2002-04-01 17:05:55 +00:00
joe
92833214d1
Install libusbhid.h during 'make includes'.
...
Requested by: jhb
MFC after: 3 days
2002-04-01 16:59:43 +00:00
joe
8a0194ddf9
Merge from NetBSD:
...
usb.c rev 1.43, usb_port.h rev 1.26, usb_subr.c rev 1.71
Some OpenBSD portability fixes.
2002-04-01 16:53:29 +00:00
joe
55a0ca2bd0
Merge from NetBSD:
...
usb.c 1.40:
revision 1.40
date: 2000/03/14 23:13:12; author: augustss; state: Exp; lines: +4 -1
Make sure the USB event thread discovers all devices first time
it call usb_discover(). It should now be possible to have the
root NFS mounted over a USB Ethernet Adapter.
2002-04-01 16:29:24 +00:00
ume
06385fadbc
Make `route add -inet6 default ::1 -ifp gif0' work actually.
...
The change between 1.13 and 1.14 is specific to AF_INET.
MFC after: 1 week
2002-04-01 16:17:13 +00:00
joe
dd3efa6636
Take an option flag to specify that we'd like a patch generated too.
2002-04-01 16:17:12 +00:00
ume
121ff2ebbe
When _kevent() returns with errno = EINTR and timeout is not
...
exceeded, it should be falldown to next_ns.
MFC after: 1 week
2002-04-01 16:09:45 +00:00
joe
7f6a824709
Merge from NetBSD:
...
usb_port.h (1.33), usbdi_util.c (1.32), usbdi_util.h (1.22):
----------------------------
date: 2000/06/01 14:37:51; author: augustss;
Improve some portability items.
----------------------------
2002-04-01 16:09:43 +00:00
joe
7aa5ae8371
Tidy up the formatting so that it's in the style of NetBSD's copy of
...
this file.
2002-04-01 15:37:00 +00:00
ume
4d5783c847
In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning an
...
entry that has the LLINFO flag but is not a neighbor cache entry.
Obtained from: KAME
MFC after: 1 week
2002-04-01 15:15:05 +00:00
joe
215142e442
Use ANSI prototypes and declarations.
2002-04-01 15:01:29 +00:00
phk
2eb9ff1941
Fix the makefile to match the repo-copy from tech to freebsd.
2002-04-01 13:58:14 +00:00
joe
5f32cce41e
Merge from NetBSD:
...
----------------------------
revision 1.26
date: 1999/11/28 22:49:53; author: augustss; state: Exp; lines: +12 -8
More USB_DEBUG and DIAGNOSTIC output.
----------------------------
2002-04-01 13:50:42 +00:00
joe
6cfa1c12f7
Merge from NetBSD:
...
----------------------------
revision 1.73
date: 2000/05/31 16:14:42; author: augustss; state: Exp; lines: +19 -6
Be more careful when setting the alternate interface so we don't
end up with nothing set at all if it fails.
----------------------------
2002-04-01 13:43:02 +00:00