Commit Graph

194301 Commits

Author SHA1 Message Date
uebayasi
0074f46521 uebayasi-xip: add mdsetimage directories. 2010-11-04 04:33:35 +00:00
dyoung
ac87baf848 usb_port.h was deleted, no need to skip it when computing tags. 2010-11-04 03:15:50 +00:00
dyoung
6f854a73d6 usb_port.h was deleted, no need to mention it here. 2010-11-04 03:14:54 +00:00
dyoung
c2faba51fd Poison any code that still uses <dev/usb/usb_port.h> by removing the
empty header file.
2010-11-04 01:59:21 +00:00
dyoung
8db16c6f4b Remove temporary #inclusion of <dev/usb/usb_port.h>. 2010-11-04 01:58:07 +00:00
agc
9104ca5d0a check return values from memory allocation routines in symmetric key
initialisation. return an error if allocation failed.

modify symmetric key initialisation function signature to return an
indication of success or failure.

get rid of one-time typedef for function definitions; their indirection
does not add any extra insight, and just obfuscates the declarations.
2010-11-04 01:18:34 +00:00
dyoung
ac5fdd0fec Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera.  These files produce the same assembly
(according to objdump -d) before and after the change, except for minor
differences in moscom.c, uark.c, and xboxcontroller.c which I traced
to line-number shifts and KASSERT() invocation in the child-detachment
routines---e.g., moscom_childdet().
2010-11-03 23:46:35 +00:00
dyoung
9e07a65353 Add to ALL some USB drivers that are never compiled, otherwise:
moscom(4), uark(4), uhmodem(4), uyurex(4).
2010-11-03 23:24:14 +00:00
dyoung
95e20b0de7 Change a stray USBDEVNAME to device_xname(). Only affects DIAGNOSTIC
kernels.
2010-11-03 22:59:40 +00:00
wiz
6dd1a66b52 Use man links for lua and xz. 2010-11-03 22:40:51 +00:00
dyoung
49337c8880 Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera.  These files produce the same assembly
(according to objdump -d) before and after the change
2010-11-03 22:34:23 +00:00
dyoung
e74917f4cf Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera.  These files produce the same assembly
(according to objdump -d) before and after the change, except for
if_cue.c where two adjacent instructions inexplicably change order.

Straggler from last: commit corresponding header files.
2010-11-03 22:30:50 +00:00
dyoung
68c8418c63 Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),
USB_MATCH(), et cetera.  These files produce the same assembly
(according to objdump -d) before and after the change, except for
if_cue.c where two adjacent instructions inexplicably change order.
2010-11-03 22:28:31 +00:00
christos
1197565d44 add otus 2010-11-03 21:46:36 +00:00
christos
fb0d4bcc11 make that u_int, because it is passed as a socket option. 2010-11-03 21:44:46 +00:00
christos
83aa96a1a6 remove USB_ macros per dyoung. 2010-11-03 21:07:24 +00:00
christos
caf800370b regen 2010-11-03 20:46:58 +00:00
christos
b57fc8a05d ifdef unused 2010-11-03 20:46:33 +00:00
christos
226b4f9316 restore missing, sort, fix whitespace 2010-11-03 20:46:15 +00:00
christos
b32d0df211 disable string again 2010-11-03 20:20:12 +00:00
christos
d8b9636df1 actual location of firmware files. 2010-11-03 20:11:33 +00:00
christos
adf584bad0 add otus 2010-11-03 20:09:09 +00:00
christos
cd748e0aa3 mention otus 2010-11-03 20:07:11 +00:00
christos
92607a7ba2 From: Anon Ymous
add a few constants so that if_otus.c compiles.
2010-11-03 20:05:21 +00:00
christos
fddfc9bc13 regen 2010-11-03 20:03:54 +00:00
christos
958efcff99 From Anon Ymous:
Port of the otus driver from OpenBSD.  This driver supports USB 2.0
wireless network devices based on Atheros Communications AR9001U
chipset.  It claims to support several AR9001U based adapters, but has
only been tested with a NetGear WNDA3100 adapter (0x0846/0x9010).

XXX: The EDCA support is currently missing from our network stack
(hopefully coming soon), but the driver hooks for it are there.
2010-11-03 20:03:02 +00:00
christos
7ab9ff9cb8 add otus 2010-11-03 19:59:34 +00:00
christos
ad95e31a0b from openbsd. 2010-11-03 19:58:17 +00:00
christos
c7f267ae62 add otus. 2010-11-03 18:57:32 +00:00
christos
ce1a2860b6 Add otus firmware from:
http://damien.bergamini.free.fr/packages/openbsd/otus-firmware-1.0.tgz
2010-11-03 18:52:44 +00:00
uebayasi
4c3b75a463 Fix build of IXM1200 too. Pointed out by cegger, thanks. 2010-11-03 16:59:19 +00:00
plunky
5cf5f72e75 this page title is CDBW 2010-11-03 16:17:48 +00:00
christos
0f10aa9dce add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
how many bugs this found :-)
2010-11-03 16:10:19 +00:00
christos
d3d3da9ee3 add a clearenv test. 2010-11-03 16:09:43 +00:00
christos
3954ad831d Handle the case where a program attempted to cleanup the environment by
setting *environ = NULL;
2010-11-03 15:01:07 +00:00
njoly
94dfcbab95 unobsolete usr/lib/sparc/libmagic.so 2010-11-03 14:37:56 +00:00
jakllsch
689f59981c Make nfe(4) detachable. 2010-11-03 14:03:40 +00:00
wiz
5140adc8f3 Sort sections. 2010-11-03 12:21:50 +00:00
njoly
e6ad238d2c +xz.debug 2010-11-03 12:15:54 +00:00
nakayama
7075a3643b Add a workaround for 48-bit LBA DMA access bug on M5229 rev. <= 0xc4.
- use DMA in 28-bit LBA addressing.
- use PIO in 48-bit LBA addressing.

Idea and message are from FreeBSD, and tested on M5229 rev. 0xc3 in
my Sun Netra X1 with 160GB drive.
2010-11-03 11:46:30 +00:00
plunky
a4d969557b In server mode, relax the requirement to specify a channel number. If
one is not given, attempt to allocate the first unused one.
2010-11-03 08:27:27 +00:00
kiyohara
84b6554108 Calculate IRQ from swiz, if bus != 0. 2010-11-03 05:23:11 +00:00
kiyohara
193f24869a Enable wss(4) at port 0x82c.
Also enable audio.
2010-11-03 05:19:29 +00:00
jruoho
d8a7c8c6ce Fill cpu_info::ci_acpiid also on Xen. 2010-11-03 04:34:51 +00:00
uebayasi
c87cbe9fca genfs_getpages: restore vm_page array correctly in PGO_LOCKED error
code path.
2010-11-03 04:32:50 +00:00
agc
eb60d56a8c Clean up the test home directory in "make distclean"
Patch from Peter Pentchev in PR 44025.
2010-11-03 02:40:34 +00:00
agc
9e52ba5c80 Escape hyphens properly in manual pages, so that groff can handle them.
Patch from Peter Pentchev in PR 44026.
2010-11-03 02:36:12 +00:00
agc
40764fcb17 Don't call exit(3) from library context - brought in with the initial
import, so pink (rather than red) face here.

Pointed out by Peter Pentchev in PR 44027. Thanks!
2010-11-03 02:27:56 +00:00
macallan
7e5689a504 pull in rasops8 for radeonfb, while there defflag a bunch of options and
make them all use the same prefix
2010-11-03 00:49:02 +00:00
christos
0118eafd5d PR/44030: Onno van der Linden: ifreqn2o gets called with the parameters the
wrong way around in /sys/net/if.c
2010-11-02 22:34:21 +00:00