Josef Karthauser
b74ee36d30
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
John Baldwin
0f8870a2b9
Remove references to KTR_EXTEND.
...
Pointy-hat to: jake
2002-04-01 19:25:22 +00:00
Josef Karthauser
a4c63369dd
constify
2002-04-01 19:22:04 +00:00
Josef Karthauser
174ea84839
Use ANSI prototypes and declarations.
...
Update $NetBSD$ idents to better reflect reality.
2002-04-01 19:01:09 +00:00
Warner Losh
8fcb428045
More diff reduction patches
2002-04-01 18:52:53 +00:00
Doug Barton
41cf829909
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
Josef Karthauser
8271e9b194
Update $NetBSD$ idents to better reflect reality.
2002-04-01 18:31:16 +00:00
Warner Losh
922e111715
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
Warner Losh
282607088a
Fix type from last commit
2002-04-01 18:26:32 +00:00
John Baldwin
3837db64a7
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
Josef Karthauser
b47a67cb20
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
Warner Losh
c92b317966
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
Josef Karthauser
8d6c171c25
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
Josef Karthauser
84aa7f035a
Update $NetBSD$ idents to reflect reality.
2002-04-01 17:54:07 +00:00
John Baldwin
4269e184e8
Fix style bug in previous commit.
2002-04-01 17:53:42 +00:00
Josef Karthauser
57e778ac14
We might as well show the log message if we're going to produce the patch.
2002-04-01 17:51:27 +00:00
Josef Karthauser
cf39046c9d
Merge from NetBSD: Removed unnecessary variable declaration.
2002-04-01 17:49:12 +00:00
Josef Karthauser
44b382cbc0
Synchronise with the NetBSD version of this header file for formatting.
2002-04-01 17:43:28 +00:00
Josef Karthauser
d262a59fb2
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
Josef Karthauser
b588f0eca0
Use ANSI prototypes and declarations.
2002-04-01 17:24:49 +00:00
Josef Karthauser
7b51deb455
Merge from NetBSD: Make it compile with USB_DEBUG.
2002-04-01 17:05:55 +00:00
Josef Karthauser
388f4c1dd0
Install libusbhid.h during 'make includes'.
...
Requested by: jhb
MFC after: 3 days
2002-04-01 16:59:43 +00:00
Josef Karthauser
167145ddc0
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
Josef Karthauser
0f657c164b
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
Hajimu UMEMOTO
c61cd599ec
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
Josef Karthauser
0b6b585a31
Take an option flag to specify that we'd like a patch generated too.
2002-04-01 16:17:12 +00:00
Hajimu UMEMOTO
3d246faa5a
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
Josef Karthauser
c0fdce4463
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
Josef Karthauser
85b64f4cea
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
Hajimu UMEMOTO
3c404a323c
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
Josef Karthauser
dd78396c46
Use ANSI prototypes and declarations.
2002-04-01 15:01:29 +00:00
Poul-Henning Kamp
75451b1858
Fix the makefile to match the repo-copy from tech to freebsd.
2002-04-01 13:58:14 +00:00
Josef Karthauser
981149d059
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
Josef Karthauser
21034e3fc8
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
Josef Karthauser
04b496f565
Merge from NetBSD:
...
----------------------------
revision 1.117
date: 2000/05/30 09:26:06; author: augustss; lines: +7 -1
As a safety, check that the controller is not suspended when we get
an interrupt.
----------------------------
2002-04-01 13:36:09 +00:00
John Hay
a4c6b91603
Add an entry for "PCCOM dual port RS232/422/485".
...
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
MFC after: 1 week
2002-04-01 13:33:43 +00:00
Josef Karthauser
55b7d12d51
Merge from NetBSD:
...
----------------------------
revision 1.90
date: 2000/05/08 18:28:46; author: thorpej; lines: +8 -3
Quiet some uninitialized variable warnings that do in fact
look legitimate.
----------------------------
2002-04-01 13:28:49 +00:00
Josef Karthauser
3b53380927
Add a clarifying comment (from NetBSD).
...
Update the $NetBSD$ ident to reflect reality.
2002-04-01 13:26:27 +00:00
Josef Karthauser
a5450efd66
Merge from NetBSD:
...
ohci.c (1.85), ohcireg.h (1.17):
----------------------------
date: 2000/04/01 09:27:35; author: augustss;
Add a delay before reading the number of ports from the controller to
avoid getting 0 from it.
----------------------------
2002-04-01 13:21:43 +00:00
Josef Karthauser
6688a3fdbe
Merge from NetBSD:
...
ohci.c (1.83), ohcireg.h (1.16), ohcivar.h (1.21)
===================================================================
date: 2000/03/29 01:46:26; author: augustss;
A first stab at support for isochronous transfers.
===================================================================
2002-04-01 13:18:11 +00:00
Giorgos Keramidas
7e7f3df61d
Run find.1 through ispell.
...
PR: docs/36601
Submitted by: Joshua Goodall <joshua@roughtrade.net>
MFC after: 3 days
2002-04-01 12:41:14 +00:00
Dag-Erling Smørgrav
0f3ac1c96f
This commit was generated by cvs2svn to compensate for changes in r93526,
...
which included commits to RCS files with non-trunk default branches.
2002-04-01 12:20:48 +00:00
Dag-Erling Smørgrav
a65dc9cb60
Fix braino in code path for new items (perforce change 8760).
...
Based on a patch submitted by Joe Marcus Clarke <marcus@marcuscom.com>.
Sponsored by: DARPA, NAI LabS
cvs: ----------------------------------------------------------------------
2002-04-01 12:20:48 +00:00
David Malone
9bd5ae8568
1) Use FBSDID for vendor string.
...
2) Change an int for a size_t, as that's what it is mainly used for.
3) Add some braces to keep gcc happy.
2002-04-01 11:06:00 +00:00
David Malone
450435a11d
Don't use gcc specific flags.
2002-04-01 10:54:11 +00:00
David Malone
ebdb213b72
1) Clean up vendor and ID strings.
...
2) include stdlib.h for atoi.
3) staticise and constify.
4) add some missing prototypes.
5) add some parens to keep gcc happy.
2002-04-01 10:49:11 +00:00
David Malone
4a213d4ae9
Const the code.
2002-04-01 10:45:09 +00:00
Mike Barcroft
5c8137de46
Fix some whitespace style bugs.
2002-04-01 09:45:05 +00:00
David E. O'Brien
0d8875ff46
Fix SCM ID's.
2002-04-01 09:39:07 +00:00
Murray Stokely
ad34746bef
Remove 'tech'. Repo-copied to 'freebsd'
...
Reminded by: joe
2002-04-01 09:08:24 +00:00