Commit Graph

96362 Commits

Author SHA1 Message Date
gmcgarry c08c4f3cf3 Don't redefine INFINITY. 2008-08-29 00:40:42 +00:00
gmcgarry 3c9a95916d Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC. 2008-08-29 00:02:21 +00:00
drochner 6ea9cc30bf add a "break" so that the isoc setup code doesn't access uninitialized
data if the frames allocated by a client driver don't use up all the
microframes within a frame
2008-08-28 23:08:00 +00:00
jmcneill fc513621ad Ignore HID and audio interfaces on iPhone, iPod Touch, and iPhone 3G. Maybe
we'll have better luck driving it with ugen(4)..
2008-08-28 21:43:11 +00:00
jmcneill d722f149b1 Regen. 2008-08-28 21:41:51 +00:00
jmcneill 42ecdc8c24 Add iPhone, iPod Touch, and iPhone 3G product IDs. 2008-08-28 21:41:19 +00:00
christos 44c100dd00 - more void * removal
- bcopy -> memcpy
- memmove -> memcpy
- explicitly initialize size to 0 on memory allocation failure.
2008-08-28 19:33:24 +00:00
martin d38a14761e use device_private() to get the softc 2008-08-28 19:17:55 +00:00
dyoung 734473836e Do not cast to void * unnecessarily. 2008-08-28 18:43:58 +00:00
tsutsui 7421586212 Restore Technical manual's URL. 2008-08-28 16:47:10 +00:00
skrll 2958809c8c Whitespace. 2008-08-28 08:45:26 +00:00
skrll 6a21cfdeb4 ANSIfy 2008-08-28 08:25:46 +00:00
uebayasi 77444ed2d8 Missing "\n" in log(9) messages. 2008-08-28 07:58:05 +00:00
yamt 75734d288f process_stoptrace: fix a locking botch. 2008-08-28 06:23:42 +00:00
yamt 3599fd99a8 remove now unused spc_dunlock. 2008-08-28 06:21:22 +00:00
yamt 52bfe81965 cpu_xc_offline: fix races with eg. sleepq_remove. 2008-08-28 06:18:26 +00:00
jmcneill ebf54f79dc Add support for keylargo-style mediabays, as found in eg. PowerBook3,1 2008-08-28 04:05:50 +00:00
martin 5c26a4b510 Turn a printf into a DEB 2008-08-27 22:05:13 +00:00
tls 8004f1493b Add __format__printf__ attribute to vsyslog_r -- it appears to have been
accidentally omitted from the original OpenBSD code.
2008-08-27 21:17:28 +00:00
drochner 7bfac24f7b allocate a char major # for video (gsoc project) 2008-08-27 14:59:55 +00:00
jmcneill 5297b0caca PR#39414: No audio from awacs on PowerBook G3 (Firewire/Pismo)
Don't enable parallel output on PowerBook3,1 models.
2008-08-27 14:31:46 +00:00
matt 7dfcaf179b Add CPU_CORTEXA8 2008-08-27 11:18:40 +00:00
matt b44c8df8f6 Add support Cortex-A8. Pretend they are ARM11s. Support new cache sizing
method introduced with Cortex-A8.
2008-08-27 11:07:49 +00:00
matt 51b80a6c0f Add new CPU Cache register definitions for Cortex-A8. 2008-08-27 11:04:23 +00:00
matt b1623157a5 Cleanup OMAP2 files. Change most omap2430* to omap2_*. This is in
preperation for the OMAP 3530 (OMAP 3) support.  Some 3530 definitions
added.
2008-08-27 11:03:09 +00:00
christos 7e9751de7d explicitly define constants to 1, from Andy Shevchenko 2008-08-27 08:58:16 +00:00
christos 80a5932343 setup _POSIX2_C_BIND per SUSv3, from Andy Shevchenko 2008-08-27 08:56:49 +00:00
christos e9d445137d Make _POSIX_TZNAME_MAX=6 per SUSv3, from Andy Shevchenko 2008-08-27 08:53:55 +00:00
christos f4f1ff39a4 Writing 0 bytes on an O_APPEND file should not affect the offset 2008-08-27 06:28:09 +00:00
christos 520c3612c2 better debugging messages. 2008-08-27 05:40:25 +00:00
christos dba33e96d9 pmf_register. 2008-08-27 05:39:01 +00:00
christos 85aaf2d241 regen 2008-08-27 05:37:00 +00:00
christos 7ba0de70e3 Add one more cardbus bridge 2008-08-27 05:35:38 +00:00
christos 91ca465c78 device_t changes, pmf, minor knf. 2008-08-27 05:33:47 +00:00
macallan 88d57c1556 add options OPENPIC_DISTRIBUTE 2008-08-26 16:55:48 +00:00
macallan 5eb6bd1c4f allow wildcard for addr so we can have spdmem* at iic? addr ? 2008-08-26 16:29:14 +00:00
macallan a26fbe2eae add battery and smartbat at pmu 2008-08-26 16:27:07 +00:00
macallan 600cca055e throw out some obsolete PIC_ options, explain why ofb is disabled 2008-08-26 16:24:45 +00:00
macallan deb7150174 add spdmem(4) 2008-08-26 16:20:17 +00:00
macallan 43538d7982 throw out options OPENPIC
Now the G5 kernel builds again with new style PIC code enabled
2008-08-26 16:18:49 +00:00
macallan a872905132 let ibmcpc pull in openpic stuff 2008-08-26 16:17:14 +00:00
macallan 1f157c8247 add memory at mainbus, for spdmem 2008-08-26 16:14:45 +00:00
macallan 2211ccf058 add spdmem(4) support
From Marco Trillo
2008-08-26 16:11:18 +00:00
pgoyette d664f40b97 Clean up previous: add bit definitions for some new fields, and use "old"
style bitmask_printf(9) format string for consistency with the rest of the
file.  No functional change.

OK cegger@
2008-08-26 13:43:47 +00:00
drochner d32cf1871e remove stray .globl declaration for nonexistent cpu_id, from
Henning Petersen per PR port-i386/39398
being here, remove some more unneeded .globls
2008-08-26 13:07:48 +00:00
hannken 83e3e8b863 Use (*bdev->d_ioctl)() to get the size of the block device the file system
is mounted on.  VOP_IOCTL() without VOP_OPEN() is wrong and we cannot
open a block device twice.

Fixes PR #39405
2008-08-26 13:04:55 +00:00
drochner e3a68e6148 replace ths previous fix with a simpler one by Sam Leffler - it doesn't
deal with odd lengths in the mbuf before the last one, but it is assumed
that these don't occur in practice
2008-08-26 12:25:39 +00:00
cegger 407e3090e9 beautify dmesg with MPVERBOSE:
don't print an empty line.
2008-08-26 12:04:18 +00:00
rjs ec1968ceb9 Set MACHINE to sparc for 32bit kernels.
Approved by martin.
2008-08-26 11:37:56 +00:00
rmind 67d6ac0a69 tap_attach/tap_detach: selinit/seldestroy the selinfo structure.
Should fix PR/39237.
2008-08-26 11:06:59 +00:00