summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace the C implementation of __aeabi_read_tp with an assembly version.andrew2012-04-164-14/+16
| | | | | | This ensures we follow the ABI by preserving registers r1-r3. Reviewed by: jmallett, imp
* Fix typo miror -> mirrormm2012-04-161-1/+1
| | | | | Reported by: Glen Barber <gjb@FreeBSD.org> MFC after: 3 days
* When searching for uninitialized memory usage add ensure that the entireeadler2012-04-151-0/+3
| | | | | | | | | | struct is set to zero. PR: bin/166483 Submitted by: Roy Marples <roy@marples.name> Reviewed by: delphij Approved by: cperciva MFC after: 3 days
* Add in the AP96 phy configuration from openwrt.adrian2012-04-151-10/+8
| | | | | | | | | | | | | | * arge0 doesn't (yet) work via the switch PHY ports; I'm not sure why. * arge1 maps to the WAN port. That works. TODO: * The PLL register needs a different (non-default) value for Gigabit Ethernet. The board setup code needs to be extended a bit to allow for non-default pll_1000 values - right now, those values come out of hard-coded values in the per-chip set_pll_ge() routines. Obtained from: Linux / OpenWRT
* The AR913x MII speed configuration matches the AR71xx MII configuration.adrian2012-04-153-9/+4
| | | | | | | So share the code. Don't do it for the AR724x - that has a completely different set of PLL and MII configuration parameters.
* Provide better description for vfs.tmpfs.memory_reserved sysctl.gleb2012-04-151-1/+2
| | | | Suggested by: Anton Yuzhaninov <citrin@citrin.ru>
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-1510-67/+69
| | | | | | | | TODO: * Test mwl(4) more thoroughly! Reviewed by: bschmidt (for iwn)
* Drop this down from 512 to 128 for now.adrian2012-04-151-1/+1
| | | | | | | | | | | This may result in a bit of a throughput drop. However, any throughput drop at this point should be investigated and root caused, as it's likely because TX scheduling (all the way down to how preemption, scheduler work, etc) is happening in a sub-optimal fashion. This also makes it much more likely to be reloadable on a live machine. Allocating 5120 TX ath_buf entries via contigmalloc is very unlikely after a few hours of using X/Chromium.
* - Fix style(9) bugs + inconsistenciesbapt2012-04-151-32/+29
| | | | | Submitted by: marius Approved by: des (mentor)
* Use the M_AMPDU_MPDU flag to determine when to manually set the seqno andbschmidt2012-04-151-6/+3
| | | | use a BA queue.
* Add myself to the calendarmadpilot2012-04-151-0/+1
| | | | Approved by: creees (mentor)
* Do not do double initialisationbapt2012-04-151-2/+2
| | | | | | | style(9) says for (;;) not while (1) Reported by: culot Approved by: des
* Style.trasz2012-04-151-5/+5
|
* add usr.sbin/pkg which is a bootstrap tool for pkgng.bapt2012-04-154-0/+472
| | | | | | | | | it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if a user want to use a different API from the base one for its packages) it has no man page on purpose to avoid hidding the pkg(8) man page from the pkgng package. for now uses pkgbeta.FreeBSD.org as default mirror to find its package it respects MK_PKGTOOLS Approved by: des (mentor)
* Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.trasz2012-04-152-20/+1
| | | | | Reviewed by: kib, mckusick Sponsored by: The FreeBSD Foundation
* Correct my name in the copyright statement.des2012-04-152-2/+2
|
* Improve m4 compatibility with GNU m4 extension ** (exponent)bapt2012-04-153-3/+7
| | | | | Submitted by: Marc Espie (espie@OpenBSD.org) Approved by: des@ (mentor)
* Fix the mask logic when reading PCI configuration space registers.adrian2012-04-151-2/+6
|
* Override some default values to work around various issues in the deep,adrian2012-04-151-3/+17
| | | | | | | | | | | | | | | | | | dirty and murky past. * Override the default cache line size to be something reasonable if it's set to 0. Some NICs initialise with '0' (eg embedded ones) and there are comments in the driver stating that various OSes (eg older Linux ones) would incorrectly program things and 0 out this register. * Just default to overriding the latency timer. Every other driver does this. * Use a default cache line size of 32 bytes. It should be "reasonable enough". Obtained from: Linux ath9k, Atheros
* Fix a typo.davide2012-04-141-1/+1
| | | | | Approved by: gnn (mentor) MFC after: 2 days
* Fix some style bugs introduced in a previous commit (r233045)davide2012-04-142-9/+10
| | | | | | | Reported by: glebius, jmallet Reviewed by: jmallet Approved by: gnn (mentor) MFC after: 2 days
* Send always HBs when in PF state.tuexen2012-04-141-1/+2
| | | | | MFC after: 1 week X-MFC with: r234296
* Bugfix: Don't send HBs on path which are not idle.tuexen2012-04-141-1/+16
| | | | MFC after: 1 week
* Generate an obviously missing STOP when having finished transmitting data.marius2012-04-141-0/+1
| | | | This fixes communication with PCF8563.
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichmarius2012-04-141-5/+9
| | | | | | | consist of a ARM926EJ-S processor core with up to 512 Kbytes of on-chip flash. Tested with SAM9XE512. This file was missed in r234291.
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichmarius2012-04-148-15/+41
| | | | | consist of a ARM926EJ-S processor core with up to 512 Kbytes of on-chip flash. Tested with SAM9XE512.
* i prefer this fix for the -Wformat warning (just one cast,luigi2012-04-141-5/+3
| | | | | all the other variables are already correct for %x). My previous attempt put the cast in the wrong place.
* Add files and directories to be cleaned up if WITHOUT_GCC is in effectdim2012-04-141-0/+36
| | | | | | to OptionalObsoleteFiles.inc. MFC after: 1 week
* Fix LINT builds after r234233; not sure why modules need DEBUG by default.bz2012-04-141-1/+1
|
* Make compile on 64bit somehow for now after a first try at r234242 onbz2012-04-141-3/+5
| | | | maybe 32bit?
* - Try to bring these files closer to style(9).marius2012-04-1412-208/+236
| | | | | - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers.
* Fix !DDB build after r234190.marius2012-04-141-1/+1
|
* Catch up with Bryan Venteicher's virtio git repo:grehan2012-04-147-102/+254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a8af6270bd96be6ccd86f70b60fa6512b710e4f0 virtio_blk: Include function name in panic string cbdb03a694b76c5253d7ae3a59b9995b9afbb67a virtio_balloon: Do the notify outside of the lock By the time we return from virtqueue_notify(), the descriptor will be in the used ring so we shouldn't have to sleep. 10ba392e60692529a5cbc1e9987e4064e0128447 virtio: Use DEVMETHOD_END 80cbcc4d6552cac758be67f0c99c36f23ce62110 virtqueue: Add support for VIRTIO_F_RING_EVENT_IDX This can be used to reduce the number of guest/host and host/guest interrupts by delaying the interrupt until a certain index value is reached. Actual use by the network driver will come along later. 8fc465969acc0c58477153e4c3530390db436c02 virtqueue: Simplify virtqueue_nused() Since the values just wrap naturally at UINT16_MAX, we can just subtract the two values directly, rather than doing 2's complement math. a8aa22f25959e2767d006cd621b69050e7ffb0ae virtio_blk: Remove debugging crud from 75dd732a There seems to be an issue with Qemu (or FreeBSD VirtIO) that sets the PCI register space for the device config to bogus values. This only seems to happen after unloading and reloading the module. d404800661cb2a9769c033f8a50b2133934501aa virtio_blk: Use better variable name 75dd732a97743d96e7c63f7ced3c2169696dadd3 virtio_blk: Partially revert 92ba40e65 Just use the virtqueue to determine if any requests are still inflight. 06661ed66b7a9efaea240f99f414c368f1bbcdc7 virtio_blk: error if allowed too few segments Should never happen unless the host provides use with a bogus seg_max value. 4b33e5085bc87a818433d7e664a0a2c8f56a1a89 virtio_blk: Sort function declarations 426b9f5cac892c9c64cc7631966461514f7e08c6 virtio_blk: Cleanup whitespace 617c23e12c61e3c2233d942db713c6b8ff0bd112 virtio_blk: Call disk_err() on error'd completed requests 081a5712d4b2e0abf273be4d26affcf3870263a9 virtio_blk: ASSERT the ready and inflight request queues are empty a9be2631a4f770a84145c18ee03a3f103bed4ca8 virtio_blk: Simplify check for too many segments At the cost of a small style violation. e00ec09da014f2e60cc75542d0ab78898672d521 virtio_blk: Add beginnings of suspend/resume Still not sure if we need to virtio_stop()/virtio_reinit() the device before/after a suspend. Don't start additional IO when marked as suspending. 47c71dc6ce8c238aa59ce8afd4bda5aa294bc884 virtio_blk: Panic when dealt an unhandled BIO cmd 1055544f90fb8c0cc6a2395f5b6104039606aafe virtio_blk: Add VQ enqueue/dequeue wrappers Wrapper functions managed the added/removing to the in-flight list of requests. Normally biodone() any completed IO when draining the virtqueue. 92ba40e65b3bb5e4acb9300ece711f1ea8f3f7f4 virtio_blk: Add in-flight list of requests 74f6d260e075443544522c0833dc2712dd93f49b virtio_blk: Rename VTBLK_FLAG_DETACHING to VTBLK_FLAG_DETACH 7aa549050f6fc6551c09c6362ed6b2a0728956ef virtio_blk: Finish all BIOs through vtblk_finish_bio() Also properly set bio_resid in the case of errors. Most geom_disk providers seem to do the same. 9eef6d0e6f7e5dd362f71ba097f2e2e4c3744882 Added function to translate VirtIO status to error code ef06adc337f31e1129d6d5f26de6d8d1be27bcd2 Reset dumping flag when given unexpected parameters 393b3e390c644193a2e392220dcc6a6c50b212d9 Added missing VTBLK_LOCK() in dump handler Obtained from: Bryan Venteicher bryanv at daemoninthecloset dot org
* Both linux ath9k and the reference driver initialises the PLL hereadrian2012-04-141-0/+1
| | | | | | during chip wakeup. Obtained from: Linux ath9k, Atheros
* Add a driver for the NXP (Philips) PCF8563 RTC.marius2012-04-133-0/+261
| | | | Obtained from: NetBSD (pcf8563reg.h)
* Merge from x86:marius2012-04-132-3/+7
| | | | | | | | | | | | | | | | | | | | | | | r233961: Fix interrupt load balancing regression, introduced in revision 222813, that left all un-pinned interrupts assigned to CPU 0. In intr_shuffle_irqs(), remove CPU_SETOF() call that initialized the "intr_cpus" cpuset to only contain CPU0. This initialization is too late and nullifies the results of calls to the intr_add_cpu() that occur much earlier in the boot process. r234074 (partial): The BSP is not added to the mask of valid target CPUs for interrupts. Fix this by adding the BSP as an interrupt target directly in r234105: Fix !SMP build after r234074. MFC after: 3 days
* Eliminate an unused parameter of static method igmp_stats_live_old().delphij2012-04-131-2/+2
| | | | MFC after: 1 month
* The scandir(3) function expects fourth parameter, compar, be in type of:delphij2012-04-131-4/+4
| | | | | | | | | | | int (*compar)(const struct dirent **, const struct dirent **) The current code defines sortq() to accept two void *, then cast them to const struct dirent **. Because the code does not really need this cast, we can eliminate the casts by changing the function prototype to match scandir(3) expectation. MFC after: 1 month
* fix build with -Wformat -Wmissing-prototypesluigi2012-04-131-2/+2
|
* Added myself to committers-src.dot.jasone2012-04-131-0/+3
|
* Flesh out the rest of the AP96 board/config.adrian2012-04-132-8/+64
|
* Change SIGUSR1 to SIGTHR to properly wake up a process that is beinggnn2012-04-131-1/+1
| | | | | | | traced. The use of SIGUSR1 caused traced processes (those attached to with dtrace -p) to exit when dtrace exited. MFC in: 1 week
* Update to version 2.3.1.0jpaetzel2012-04-1310-40/+174
| | | | Obtained from: Daniel Braniss <danny@cs.huji.ac.il>
* * Enable ATH_EEPROM_FIRMWARE, now that it's a compile time optionadrian2012-04-132-4/+6
| | | | * Tidy up things a bit.
* Upgrade ATH_EEPROM_FIRMWARE to a configuration option.adrian2012-04-132-2/+2
|
* Add myself as a new committer and add adrian as my mentor.monthadar2012-04-131-0/+2
| | | | Approved by: adrian (mentor)
* Properly disable crc stripping when operating in netmap mode.luigi2012-04-132-4/+13
| | | | | | | | Contrarily to what i wrote in my previous commit, the 82599 does include the CRC in the length. The operating mode is reset in ixgbe_init_locked() and so we need to hook into the places where the two registers (HLREG0 and RDRXCTL) are modified.
* add the new memory allocator for netmap, which allocates memoryluigi2012-04-131-0/+720
| | | | | in small clusters instead of one big contiguous chunk. This was already enabled in the previous commit.
* A bit of cleanup in the names of fields of netmap-related structures.luigi2012-04-137-58/+92
| | | | | Use the name 'ring' instead of 'queue' in all fields. Bump NETMAP_API.
* do not use a deprecated field in a structure.luigi2012-04-131-2/+2
|
OpenPOWER on IntegriCloud