Commit Graph

221079 Commits

Author SHA1 Message Date
joerg 16460541b2 Some splay trees don't use the next method, so mark it as potentially unused 2013-09-14 13:20:45 +00:00
joerg 106176e34b wapbl_advance and friends are only used in the kernel 2013-09-14 13:19:50 +00:00
joerg c954523660 MUTEX_CLEAR_WAITERS is only ever used by !__HAVE_SIMPLE_MUTEXES 2013-09-14 13:19:18 +00:00
joerg 072ff8a985 nodebug is only used with LOCKDEBUG 2013-09-14 13:18:31 +00:00
joerg 3314878444 GC various arrays defined and used in kern_proc.c 2013-09-14 13:18:02 +00:00
joerg 5ff8dcf375 Put UREAD4 under UHCI_DEBUG 2013-09-14 13:17:21 +00:00
joerg d81879eb4a Conditionalize udl_draw_line_comp and udl_cmp_add_buf_comp 2013-09-14 13:15:53 +00:00
joerg f01301bfd3 GC OREAD1 and OREAD2 2013-09-14 13:13:59 +00:00
joerg 68615879ca GC pcmcia_sierra_ac850_func0 and *cfe0 2013-09-14 13:13:33 +00:00
joerg b3c54e40b7 GC wc_rdreg and wc_rdchctl 2013-09-14 13:12:41 +00:00
joerg b3e3b5bdf9 Comment out twa_error_table, but keep it around for documentation
purposes.
2013-09-14 13:12:03 +00:00
joerg d8c7c44423 Conditionalize iwn_memwrite_2 and friends under !IEEE80211_NO_HT. 2013-09-14 13:11:31 +00:00
joerg 595c128a0c Don't include atw_hw_decrypted, it is not used. Keep it for
documentation purposes.
2013-09-14 13:10:25 +00:00
joerg 3c04b03b1b GC unused functions and variables. 2013-09-14 13:09:55 +00:00
joerg e52dd40ecb Put helper functions for debugging under the corresponding debug
options.
2013-09-14 13:09:18 +00:00
joerg fc6d69fab6 #if 0 iop_status, but keep it for documentation purposes. 2013-09-14 13:08:31 +00:00
joerg 69d8041e2d GC max_cpus. 2013-09-14 13:07:55 +00:00
joerg db0a20e19e GC put16.
XXX Use sys/endian.h
2013-09-14 13:05:51 +00:00
ast 555103854f Fix build release of evbarm which had been failing in mkimage
beagleboard_smp with the elusive message:

    "gzip: can't stat: gzip: No such file or directory"

This was due to GZIP=gzip being defined in mkimage; we now use:

    GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)

as distrib/sets/sets.subr already does in these files as well:

    distrib/utils/embedded/mkimage
    distrib/utils/embedded/conf/beagleboard.conf
    distrib/utils/embedded/conf/rpi.conf
    distrib/utils/embedded/conf/rpi_inst.conf
2013-09-14 12:51:27 +00:00
martin 57bfdd2d7c Remove unused variable 2013-09-14 12:44:17 +00:00
martin 8e35e63ef9 Remove unused variables, use C99 open arrays for variable sized arrays 2013-09-14 12:43:08 +00:00
joerg 0c1143e0a4 Mark mach64_set_dma_eol as unused. 2013-09-14 12:39:28 +00:00
joerg 6f627b4ea2 Use __KERNEL_RCSID. 2013-09-14 12:39:09 +00:00
martin ee129994cf Fix return value of ipf_sync_nat 2013-09-14 12:18:06 +00:00
martin 9e58a5046a Remove unused variables 2013-09-14 12:06:19 +00:00
martin 1e30f2d6cd Remove a few unused variables, ifdef others like their use 2013-09-14 12:03:10 +00:00
martin 9a3cf38a1f Remove unused variables 2013-09-14 11:51:47 +00:00
martin d07fab0561 Remove unused variable 2013-09-14 11:41:45 +00:00
martin e6cb94a704 Remove unused variable and ifdef another like their use 2013-09-14 11:39:08 +00:00
martin 3d10084754 Remove unused variable and ifdef some others like their use 2013-09-14 11:33:59 +00:00
njoly 0336046eb1 Add needed sys/stat.h include for utimens functions. 2013-09-14 10:41:18 +00:00
nakayama c7b602785c Redo previous to fix build break. 2013-09-14 05:38:00 +00:00
jakllsch 711bc88750 Add xhci(4). 2013-09-14 00:42:21 +00:00
jakllsch fd0968d755 Add work-in-progress xhci(4) driver code. Currently (mostly) supports
interrupt-driven control, interrupt and bulk transfers at the three USB
2.0 speeds on root hub ports.
2013-09-14 00:40:31 +00:00
jakllsch f6ecf6bbf1 Establish host controller softint earlier, in usb_attach rather than
usb_doattach.
2013-09-13 23:42:12 +00:00
jakllsch 0a3b13c912 A few more USB 3.0 constants. 2013-09-13 23:30:47 +00:00
joerg 7caa2608fa GC flash_get_part_offset. 2013-09-13 22:18:42 +00:00
martin 123d15c260 Make CPU_INFO_FOREACH more gcc 4.8.1 friendly 2013-09-13 21:36:38 +00:00
martin 37d31ef47e Remove unused variables 2013-09-13 21:22:10 +00:00
martin 794e1b020b Remove unused variable 2013-09-13 21:14:58 +00:00
martin 7dbb5aec6e #ifdef a variable like their use 2013-09-13 21:13:08 +00:00
martin 0d2f30103a Remove unused variable 2013-09-13 21:09:40 +00:00
joerg 884273eed0 wkmodulus is only used with USE_SRP, so conditionalize it. 2013-09-13 21:07:54 +00:00
martin 5b8d9098ad Remove unused variable 2013-09-13 21:05:02 +00:00
joerg 57e0a316cc GC mopts. 2013-09-13 21:03:29 +00:00
martin 57f401bd2e Remove unused variable 2013-09-13 21:03:04 +00:00
martin ec66c9343a Remove unused variables 2013-09-13 20:56:17 +00:00
martin cac84f0b1c #ifdef variable declarations/initializations like their use 2013-09-13 20:54:14 +00:00
joerg 73c26f5d13 Remove copyright, use __RCSID. 2013-09-13 20:51:20 +00:00
joerg 880491ca90 GC descr and helpm. 2013-09-13 20:46:50 +00:00