Commit Graph

203472 Commits

Author SHA1 Message Date
yamt cead2083b6 fix a botch in PRIxVADDR change (rev.1.38) 2011-07-26 13:18:55 +00:00
yamt 1adcac88c1 stop using lbolt in tty 2011-07-26 13:14:17 +00:00
yamt e2fcae61c5 comments. related to PR/44969 2011-07-26 13:09:11 +00:00
yamt 9d109b3018 try to fill ld_locked/ld_unlocked for shared acquisition of lock 2011-07-26 13:07:20 +00:00
yamt 04c3ad9fba sleepq_insert: call lwp_eprio only when necessary 2011-07-26 13:04:51 +00:00
yamt b6608b64ad assertion 2011-07-26 13:03:57 +00:00
yamt 44feae8dc4 - add PCID
- comment
2011-07-26 12:59:41 +00:00
yamt c81b3a79c8 comment 2011-07-26 12:57:35 +00:00
yamt bb78d4492e whitespace 2011-07-26 12:56:39 +00:00
yamt 914d59e3d1 g/c round_pdr 2011-07-26 12:55:35 +00:00
yamt e3bb2d6eba mark this driver D_MPSAFE 2011-07-26 12:54:28 +00:00
yamt afe833af51 fix a merge botch in rev.1.7 2011-07-26 12:33:23 +00:00
yamt 696f2a9301 remove debug printfs 2011-07-26 12:28:39 +00:00
yamt 7695ef3cd1 remove a debug printf 2011-07-26 12:28:01 +00:00
yamt 223b285dcf fix a kmem_alloc/free size mismatch 2011-07-26 12:26:33 +00:00
yamt 4af7b61bfc add an option to put samples for each symbols together. 2011-07-26 12:24:16 +00:00
yamt 836b5ebd94 remove a duplicated "unknown option" message. 2011-07-26 12:21:27 +00:00
mrg 9af887f060 convert to device_t, cfdata_t and CFATTACH_DECL_NEW. 2011-07-26 08:56:26 +00:00
macallan 4d01e983ed finish device_t-ification 2011-07-26 08:36:02 +00:00
spz 9249891749 mention recent bind update, correct used bind version 2011-07-26 07:18:35 +00:00
matt 70e7e1571a nflash is dead. remove it. 2011-07-25 23:26:03 +00:00
dyoung feec59aa09 Move some macros back to sh3/include/bus_funcs.h from
sh3/sh3/sh3_machdep.c, where I moved them by mistake.

Pull the bus_space(9) routines into a new module,
sh3/sh3/sh3_bus_space.c, that is built only on !landisk.

Fixes the mmeye and landisk builds.  Should fix other sh3 ports.
2011-07-25 21:12:23 +00:00
dyoung 9396015d90 Constify bus_space_reserve_subregion() implementation. 2011-07-25 20:34:07 +00:00
dyoung 6f92bd37d6 In _bus_dmamap_load_busaddr(), just return 0 instead of assigning an
intermediate variable (int error = 0;) and returning that (return
error;).
2011-07-25 20:33:20 +00:00
njoly f3d20aa109 Adjust xref varargs(3) -> stdarg(3) 2011-07-25 19:42:50 +00:00
jym 767a408b3c Get rid of the "rep ret" trick in places where it is not needed. FWIW,
the "rep ret" trick is recommended by AMD as a branch prediction
optimization in certain circumstances (quoting their manual):

- any kind of branch (either conditional or unconditional) that has the
single-byte near-return RET instruction as its target

- a conditional branch that occurs in the code directly before the
single-byte near-return RET instruction.
2011-07-25 19:11:49 +00:00
mrg 9b57234ac3 substitute @LIBBZ2@ here as well. 2011-07-25 18:23:14 +00:00
njoly 3b3de9f7ed Fix RASOPS_SMALL build 2011-07-25 18:02:47 +00:00
joerg 0220bbec2e Update to LLVM/Clang snapshot to r135906. Fixes a number of bugs found
in the pkgsrc bulk builds.
2011-07-25 16:32:43 +00:00
christos e0f66530c3 mention that we don't handle more than 2TB disks/partitions. 2011-07-25 16:31:05 +00:00
dyoung bfbc9dbea7 Move the sh_memio_*() declarations back to sh3/include/bus_funcs.h.
Should fix the mmeye build.
2011-07-25 16:06:58 +00:00
dyoung 4035346af3 #include <sys/bus.h>. Should fix most of the SH3 ports. 2011-07-25 16:02:25 +00:00
dyoung 738dbc38d2 Change u_intXX_t to uintXX_t throughout. 2011-07-25 15:58:44 +00:00
njoly eef598dee5 Include bsd.own.mk for obj directory. 2011-07-25 15:41:58 +00:00
jakllsch 52d2d92c08 Add additional Radeon devices from FreeBSD via Dragon Fly BSD. 2011-07-25 14:21:52 +00:00
joerg 9c5ebc857f Works with the integrated assembler again. 2011-07-25 09:36:10 +00:00
joerg f40b364521 Fix obvious logic error 2011-07-25 08:51:10 +00:00
matt bed04ba9a8 Add support for MEMSIZE to limit the amount of memory detected. 2011-07-25 05:46:12 +00:00
matt 1db5b1916f Add MEMSIZE defparam 2011-07-25 05:45:08 +00:00
jruoho 9bc2d9cf82 Regen. 2011-07-25 05:33:08 +00:00
jruoho 6d18e4b9f9 Add few devices that should be exactly identical with the Hauppauge WinTV
Nova-T DVB-T adapter. All of these use the common DiBCom bridge,
DiB7000P/DiB7070P frontend demodulator, and DiB0070 base-band RF tuner.
2011-07-25 05:32:11 +00:00
jakllsch 7a390381d3 Remove unconditional debugging code. Also, a few other cleanups. 2011-07-25 04:31:26 +00:00
christos 841d794789 mention new openssh 2011-07-25 03:12:04 +00:00
christos b2ebc33e49 bump libssh to 17. 2011-07-25 03:09:51 +00:00
christos 3c5f87c86e generate ecdsa key 2011-07-25 03:04:23 +00:00
christos 185c8f9719 - Merge conflicts
- WARNS=5
2011-07-25 03:03:09 +00:00
jym 7e80d41a91 And... explain xbd(4). 2011-07-25 00:06:49 +00:00
jym 6214043369 KNF. No functional change. 2011-07-25 00:02:38 +00:00
jym 77822551fa Add more comments to xbdback(4) code. These make the continuations a bit
easier to follow (and understand). Helped tracking down a regression
between save/restore xbdback(4) states.

A few minor fixes, which are merely cosmetic:
- call graph is (somewhat) more readable
- rework the xbdback_do_io routine with a switch statement, so as to
trigger a panic() in case an invalid operation passed through the sanity
checks. panic might be overkill here, but I am sure to catch errrors in
case it happens.
2011-07-24 23:56:34 +00:00
macallan 67ff809652 Gdium needs MBR support since the firmware only knows how to boot from e2fs
partition in an MBR
2011-07-24 21:40:31 +00:00