elad
2867b68bc3
integrate kauth.
2006-05-14 21:42:26 +00:00
christos
c0fdc5190f
XXX: GCC uninitialized
2006-05-14 05:42:43 +00:00
mrg
0337fbac37
make [OU]READ[124]() real inline functions instead of macros.
2006-05-12 01:25:00 +00:00
mrg
187c39fd03
in uaudio_process_as() initialise ai.aformat and ai.ifaceh.
2006-05-11 19:09:25 +00:00
rpaulo
a2a222b5c1
Don't use a private variable for storing the desired ssid, the net80211 layer
...
provides that.
From OpenBSD.
2006-05-08 17:12:42 +00:00
christos
de067efed8
Revert previous panic change, I'll fix it differently.
2006-04-15 01:07:51 +00:00
christos
84d09c873a
Coverity CID 1356: Add KASSERT for NULL deref.
2006-04-14 22:25:42 +00:00
christos
9a52196c1d
Coverity CID 1131: Avoid NULL pointer dereference.
2006-04-14 17:27:08 +00:00
christos
b6fca780b3
Coverity CID 729: Remove dead code.
2006-04-14 17:21:17 +00:00
christos
4656123e9c
Use c instead of s->cur.
2006-04-14 17:18:59 +00:00
christos
24da938ec7
Coverity CID 1115: It is quite pointless to have a DIAGNOSTIC panic that
...
checks a variable for being NULL, and if we are not in DIAGNOSTIC code, to
just dereference it causing a crash!
2006-04-14 17:07:23 +00:00
christos
d8ff0a7b54
Coverity CID 1132: avoid NULL derefs.
2006-04-14 17:04:06 +00:00
christos
96408ef538
Coverity CID 730: Ifdef dead code appropriately.
2006-04-14 17:00:55 +00:00
christos
a2b69f5e33
Coverity CID 1354: Add a KASSERT to convince coverity that there is no NULL
...
pointer dereference.
2006-04-14 16:41:53 +00:00
christos
457f653f3f
Coverity CID 1355: Add a KASSERT to convince coverity that this is not NULL.
2006-04-14 16:39:33 +00:00
christos
2fa8f13ac7
Coverity CID 1133: Abort quickly if we don't have a buffer in all the cases.
2006-04-14 16:31:27 +00:00
christos
cd2eb11f45
Coverity CID 2330: Spell out that we are going to use the memory we allocated.
2006-04-14 16:26:46 +00:00
scw
41f5e2c5dd
Add "goto done;" in the usbd_open_pipe(IN) failure case.
...
Coverity CID 2854, via Martin Husemann.
2006-04-11 23:08:08 +00:00
scw
6bf84bea06
Apply the correct fix for Coverity CID 2862.
2006-04-11 23:07:22 +00:00
christos
888007e5cb
Coverity CID 2861: Check for out_data before cancelling.
2006-04-11 14:08:51 +00:00
christos
a0ceb940b3
Coverity CID 2862: Don't initialize crc with garbage from the stack. For
...
now set it to 0.
2006-04-11 14:05:46 +00:00
scw
aefe7288c0
Add utoppy* at uhub?
2006-04-03 08:53:22 +00:00
scw
34b4a96dbb
Add a kernel driver and userland program for the Topfield TF5000PVR range
...
of digital video recorders popular in Europe and Australia.
These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.
2006-04-03 08:15:48 +00:00
scw
842f766ad5
Regen.
2006-04-03 07:15:01 +00:00
scw
310e551bbb
Add vendor id for Topfield Co., Ltd.
...
Add product id for the TF5000PR range of digital video recorders.
2006-04-03 07:14:03 +00:00
christos
c7ffec83be
Only do the software reset if we are dying, like we do in ohci and ehci.
...
Pointed out by SAITOH Masanobu
2006-03-31 17:31:13 +00:00
rpaulo
17b738113a
regen
2006-03-31 09:40:58 +00:00
rpaulo
e04240018f
regen
2006-03-31 08:43:07 +00:00
rpaulo
b4142a7b0e
PR 33173: Add Dell TrueMobile 350 Bluetooth USB Adapter. From Jason White.
2006-03-31 08:41:56 +00:00
christos
162bcf9406
If dying, return after doing the software part [as noted in the comment
...
but not done]. Pointed out by Greg Troxel.
2006-03-30 19:08:31 +00:00
thorpej
2be6494fc9
Use device_cfdata().
2006-03-29 04:16:44 +00:00
thorpej
39cd836ee1
Use device_unit().
2006-03-28 17:38:24 +00:00
christos
229fa64dde
regen
2006-03-26 17:58:42 +00:00
christos
4db902eee0
PR/33154: DHOYASHIKI Shinichi: umidi quirks for Roland UM-3EX
2006-03-26 17:58:19 +00:00
gdt
d31e45961d
Add ids for Qualcomm MSM5500 as found in Kyocera KPC650.
...
Makes Kyocera KPC650 work with Verizon EVDO service.
(Removing the card results in a kernel page fault; this seems to be a
cardbus ohci issue, not a ugensa issue.)
2006-03-25 14:15:45 +00:00
gdt
bd920a1cc8
regen
2006-03-25 14:13:57 +00:00
gdt
12b4da9d32
add defines for vendor and product ids found in Kyocera KPC650 EVDO
...
card, with a QUALCOMM MSM5500 chip. These differ from the same chip
in the Airprime card, so I've added a _K suffix to the constants.
Add Gnu Radio USRP. This might be a private or unofficial allocation,
but I'll assume it's better to have it included.
2006-03-25 14:12:19 +00:00
david
f68eabdfe8
Free allocated memory if attach fails.
...
From Coverity CID 2329
2006-03-19 22:30:56 +00:00
jmmv
c7259b72b2
Fix apostrophe key on Spanish keyboards.
2006-03-18 17:33:16 +00:00
christos
9d6d828103
regen
2006-03-13 16:30:41 +00:00
christos
6a955644f8
kern/33071: Dave J. Barnes: Recognize ADMtek ADM8515 USB2.0 Ethernet Converter
2006-03-13 16:29:58 +00:00
jmcneill
cd5f1cb627
Add bit definitions for PCI_LEGSUP register.
2006-03-10 17:18:54 +00:00
dyoung
e9dba3e91c
Rename BIT(n) macro to _BIT(n) to avoid a conflict with forthcoming
...
bit-twiddling macros.
2006-03-08 00:14:20 +00:00
augustss
94cd2a4171
Use polling while shutting down the host controller since interrupts
...
cannot be trusted at this point. From Iain Hibbert <plunky@rya-online.net>.
2006-03-05 23:12:58 +00:00
christos
1b2709754a
cleanup more SET/CLR/ISSET lossage
2006-03-05 17:33:33 +00:00
jmmv
2d776141d4
Add keysyms for f13, f14, f15 and f16 (as reported by an Apple USB Spanish
...
keyboard). Somebody with a US keyboard should check if these are applicable
in that case too.
Fix mapping of the ccedilla/rightbrace key on Spanish keyboards. Looks like
as if that key can be reported by two different keycodes.
2006-03-05 16:08:18 +00:00
nakayama
0cd845d575
Avoid shadowing globals on sparc64.
2006-03-04 01:22:31 +00:00
yamt
ec5a93183a
merge yamt-uio_vmspace branch.
...
- use vmspace rather than proc or lwp where appropriate.
the latter is more natural to specify an address space.
(and less likely to be abused for random purposes.)
- fix a swdmover race.
2006-03-01 12:38:10 +00:00
wiz
1ad8067cb3
Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),
...
forwarded by jmc@openbsd.
2006-02-25 00:58:34 +00:00
hira
02f699b68e
Fix typo (Prolofic -> Prolific).
2006-02-22 10:41:35 +00:00