Commit Graph

203406 Commits

Author SHA1 Message Date
njoly
598b81ec2e Fix SYSCALL_DEBUG build. 2011-07-22 10:02:08 +00:00
uch
5c1ba4adfa Fixed the problem that partition size over 8GiB(v7fs filesystem limit) failed newfs. 2011-07-22 09:15:10 +00:00
wiz
0fc1088390 Remove Xr to nonexisting intro(4), xref ifconfig.if(5) instead of non-existing hostname.if(5),
remove trailing empty line.
2011-07-22 08:38:43 +00:00
jruoho
6cb748f4b5 Re-regen. 2011-07-22 07:45:20 +00:00
jruoho
44a037e9d9 Fix typo in the previous (HAUPPAUGE2 instead of HAUPPAUGE). 2011-07-22 07:45:02 +00:00
jruoho
26638f6e78 Regen. 2011-07-22 07:42:04 +00:00
jruoho
63421f1166 Add the Hauppauge WinTV Nova-T USB 2.0 DVB-T adapters with the DiB7700M,
DiB7700P, DIB7000PC, and DiB7070P bridges from DiBcom.
2011-07-22 07:40:57 +00:00
jruoho
1e7e299c69 Do not unnecessarily maintain a state between suspend and resume. 2011-07-22 04:15:05 +00:00
macallan
01485d66fb #include "opt_cputype.h"
for ENABLE_MIPS_16KB_PAGE
2011-07-21 23:03:39 +00:00
njoly
25d67743ed Fix RADEONFB_DEBUG build. 2011-07-21 15:25:14 +00:00
joerg
31b6de9f44 Try fixing stand.h include. Add RCS ID. 2011-07-21 11:04:24 +00:00
joerg
8bdfce0a67 machine/stdarg.h and machine/varargs.h are gone 2011-07-21 11:02:48 +00:00
tsutsui
6f57be1369 Add and return WSKBD_TYPE_LUNA and WSDISPLAY_TYPE_LUNA on WS*_GTYPE ioctls.
XXX: should we still sync <sys/dev/wsconsio.h> and src/sbin/wsconsctl/util.c?
2011-07-21 10:33:17 +00:00
tsutsui
1cebe5b4a9 Build luna68k's X.Org server using wsfb driver.
(XXX: needs more hacks to make it actually functional)
2011-07-21 10:20:25 +00:00
tsutsui
248af3bb25 Changes put for luna68k X.Org mono server demo at OSC 2011 Kansai @ Kyoto:
- sprinkle volatile around register access
 - initialize pallete for WHITE on BLACK text
 - add WSDISPLAYIO_LINEBYTES ioctl(2)
 - fix index count in omsetcmap()
 - make omfbmmap() return cookie for OMFB_FB_RADDR to make
   X.Org wsfb driver work on 1bpp framebuffer memory
    (XXX: should revisit later)
 - make WSDISPLAYIO_GINFO always return 1bpp to avoid pallete mangled
   by X.Org server initialization
    (XXX: should revisit later)
2011-07-21 10:06:59 +00:00
jakllsch
48eee3bc59 Add wmieeepc(4) to amd64 GENERIC. 2011-07-21 04:05:14 +00:00
jakllsch
dd87e5f4cb Add dtv* at dtvbus? because I'll get weird looks if I introduce a #if NDTV > 0,
and also if I don't un-Break the build.
2011-07-21 04:00:25 +00:00
mrg
9bbb3dca38 apply some -Wno-error. there are char * vs. const char * issues that
GCC 4.5 complains about, that are fixed in newer eg, MesaLib.
2011-07-21 03:36:29 +00:00
mrg
3f11e25c49 build GMP, MPFR and MPC as private libraries just for GCC. don't
install the headers or librarys into the system.

someone who really cares could make them shlibs again and have them
installed into eg, /usr/lib/gcc.  not convinced it is worth it.
2011-07-21 03:13:30 +00:00
mrg
7eaea50bea regenerate. 2011-07-21 03:10:24 +00:00
mrg
3e58ee3a4e obsolete arm/bus.h for armeb as well. 2011-07-21 03:05:13 +00:00
mrg
9196b27585 add some missing dependancies. there are probably a bunch more make
hasn't spat at me yet.
2011-07-21 03:01:26 +00:00
jym
3c92ae0499 Modify exec test to be more resilient regarding partial exec protection:
skip test instead of returning a failure that could be misinterpreted.

Suggested by Jukka in private mail.
2011-07-20 22:53:44 +00:00
jakllsch
d9c8ec0dfd Add support for HP Media Vault MV2100/MV5100 series Marvell Orion board. 2011-07-20 22:53:38 +00:00
jakllsch
5dd9fe36b5 Add config(5) fragment for MI bluetooth(4) drivers. 2011-07-20 22:42:59 +00:00
jakllsch
deb5a6cb54 Bring usbdevices.config in line with i386 GENERIC (this is now a superset).
uhmodem(4) and xboxcontroller(4) have been left commented out, as they do
no appear in GENERIC.  However some ucom(4) drivers that are not in GENERIC
have been added for no particular reason.
2011-07-20 22:33:46 +00:00
dyoung
2c48f7f4ce Remove redundant, static inline bus_space(9) declarations
from sh3/bus_funcs.h and move the non-inline definitions to
sh3/sh3_machdep.c.
2011-07-20 21:30:13 +00:00
jakllsch
8e572f244a Start making usbdevices.config more generically useful by commenting out the
MD host controller attachments.
2011-07-20 21:08:30 +00:00
jakllsch
8e89fca548 Note urndis(4). 2011-07-20 20:54:24 +00:00
jakllsch
318322babb Add urndis(4) manual page. 2011-07-20 20:51:11 +00:00
dyoung
5e9249a659 Move macros _BUS_SPACE_WRITE(), _BUS_SPACE_WRITE_MULTI(), et
cetera, into <hpcsh/bus_util.h> for both hpcsh/bus_space.c and
dev/hd64461/hd64461pcmcia.c to use them.

(I haven't had a close look at what hd64461pcmcia.c is doing, but I have
a hunch that it is a good use for bus_space_tag_create(9).)
2011-07-20 20:46:49 +00:00
jakllsch
51f0e1bb1b Note the two new drivers I recently worked on. 2011-07-20 20:38:29 +00:00
jakllsch
f59ca6245d Add cxdtv(4) and urndis(4). Also, two slight cosmetic changes. 2011-07-20 20:29:54 +00:00
jakllsch
643db323cb Add urndis(4). 2011-07-20 20:27:41 +00:00
jakllsch
68f09cd908 Add urndis(4). 2011-07-20 20:00:29 +00:00
jakllsch
4fb1d4c377 Add urndis(4) driver for USB networking devices implementing the
Microsoft RNDIS specification.  From OpenBSD.
2011-07-20 19:59:49 +00:00
tron
71477abcdc Fix uninitialized variables reported by GCC 4.5. 2011-07-20 19:51:57 +00:00
ryoon
34f09a59dc Fix PR kern/42570
* Graphire uses the descriptor as same as Graphire 3.
  This is confirmed by USB analysis on Windows.
  That is done with Wacom's official device driver and USB Snoopy.

* Old rev. 1.1 descriptor supports stylus only, probably 4D mouse
  is not supported. Graphire 3's one probably supports 4D mouse.

* Graphire also needs 0x0202 sending.
2011-07-20 19:27:53 +00:00
njoly
bec33204fe Remove unneeded `Either' word in EFAULT error description. 2011-07-20 17:51:25 +00:00
jakllsch
7753a3f045 regen. 2011-07-20 17:07:03 +00:00
jakllsch
7ba579ff03 Add vendor HTC, and HTC and Samsung Android products. 2011-07-20 17:06:00 +00:00
jakllsch
40f02cfb3a Add UIPROTO_RNDIS. 2011-07-20 16:53:27 +00:00
apb
268db49650 Make u3g driver recognise Huawei E1820.
(u3ginit already recognised it.)
2011-07-20 14:41:39 +00:00
apb
c00cc7eaeb regen for Huawei E1820 2011-07-20 14:40:22 +00:00
apb
b761597ea3 Add Huawei E1820 "Mobile Broadband" USB cellular data adapter 2011-07-20 14:38:04 +00:00
matt
b5e6df8ad4 Suppress a GCC 4.5 warning. 2011-07-20 13:21:12 +00:00
matt
22e9efb140 Flash is only 16MB in size. 2011-07-20 13:20:26 +00:00
macallan
33f3feb81b add per ivec event counters 2011-07-20 12:06:00 +00:00
tsutsui
3984c9c934 Fix thinko. src/sys/conf/mkldscript.sh requires $OBJDUMP, not $ELF2AOUT.
(note generated faked a.out kernels can still be loaded and work fine)
2011-07-20 12:00:04 +00:00
hannken
9f9c02f1cd Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC
as zero.  Make it advertise one (no_trunc == true).

Names longer than NAME_MAX (255) will never pass namei() btw.

Fixes PR #43670 (msdosfs claims support for filenames longer than {NAME_MAX},
                 but fails)
2011-07-20 11:52:00 +00:00