Commit Graph

39225 Commits

Author SHA1 Message Date
Alexander von Gluck IV
089bcdeab0 move mode related registers into header file
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41336 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 22:59:39 +00:00
Alexander von Gluck IV
71f51395d6 add header file ifndef guard
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41335 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 22:55:02 +00:00
Alexander von Gluck IV
d5c3acac3e added header file for mode.cpp; change gDisplayMode to pointer for now; add function to quickly perform sanity check on mode lines; enhance tracing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41334 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 22:52:17 +00:00
Axel Dörfler
968d7d8c8d * Forgot to remove some unused code.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41333 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 22:05:52 +00:00
Axel Dörfler
2bd44ad179 * Changed the look and text of ReadOnlyBootPrompt to be a bit more inviting.
* This should close #5786, but YMMV - comments and corrections welcome!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41332 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 21:49:18 +00:00
Axel Dörfler
09dc38501a * Added missing 'const' for the entry_ref paramter of Load(), and Save().
* Cleaned up Keymap.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41331 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 21:35:39 +00:00
Stefano Ceccherini
ab33d547d2 Fix build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41330 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 20:16:48 +00:00
Michael Lotz
c846e2aab0 Remove wrong comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41329 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 20:06:23 +00:00
Michael Lotz
c0b7f988f4 * Change some of the structure fields to more sensible types.
* The irq values we get from ACPICA are already converted, remove the wrong
  extra conversion from bitfield to irq number.
* Add and handle extended irq structures.
* Disable the legacy PIC when done configuring the IOAPIC. Since during that
  configuration the ACPI module is initialized, the ACPI SCI is still enabled
  in the PIC instead of the IOAPIC. We'll have to delay that routing in the
  ACPI module for it to work.
* Correctly handle the fixed IRQ case for the PCI interrupt routing (hopefully).
* Actually allow for enumeration of possible IRQ settings. Not yet used though.

All of this brings us a bit closer, though it still won't work for PCI
interrupts. ISA interrupts work fine through the IOAPIC as far as my hardware
goes, but PCI interrupts are connected to dedicated IOAPIC pins and I still
haven't figured out how to determine their exact routing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41328 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 19:59:04 +00:00
Scott McCreary
b676e13c3b Readded function declarations that were removed in r40397. These are needed for building Pe.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41327 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 19:41:52 +00:00
Alexander von Gluck IV
12c25669bf enhance tracing of the radeon_hd accelerant
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41326 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 19:25:18 +00:00
Scott McCreary
79e5f20ba1 Missed updating the date on the first yasm filename.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41325 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 19:16:38 +00:00
Scott McCreary
db06a74933 Updated subversion to 1.6.15 and cleaned up it's directories.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41324 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 18:57:50 +00:00
Scott McCreary
cc038dac22 Updated apr and apr-util builds to clean up their directories.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41323 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 18:54:40 +00:00
Scott McCreary
f33d4712c0 Updated xz-utils to 5.0.1, removed unneeded if statement as the xz-utils gcc4 works on both
gcc2 and gcc4.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41322 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 18:47:15 +00:00
Alexander von Gluck IV
afa7517fc7 small logic correction, string compare reversed for empty battery slot test
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41321 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 18:35:43 +00:00
Fredrik Holmqvist
01de6adfba This opens up so many possiblities.
* ACPI module now has a get_possible_resources function.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41320 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-05 17:29:37 +00:00
Alexander von Gluck IV
042aefc4ea small bit of style cleanup; added additional checks to see if a battery was damaged or it is just an empty slot
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41319 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-04 23:12:25 +00:00
Joachim Seemer
f79510c141 Changed comment prefix from # to //. Thanks yourpalal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41318 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-04 18:27:00 +00:00
Joachim Seemer
082f2abce1 User taos found another unneeded comma and enforced 80 chars/line on two occasions. Thanks.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41317 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-04 18:13:17 +00:00
François Revol
ac078a5b11 Add a global setting for audio support. Add some support for logging though not used. Some other fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41316 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-04 08:28:04 +00:00
Scott McCreary
06dc474efb Updated cmake OptionalPackage to clean up it's directories.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41314 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-03 22:59:49 +00:00
Michael Lotz
8e52f69ef2 Cleanup and a minor debug output change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41313 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-03 22:49:27 +00:00
Scott McCreary
079bd8028b Updated cdrtools OptionalPackage to move rscsi from B_COMMON_SERVERS_DIRECTORY to B_COMMON_BIN_DIRECTORY
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41312 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-03 22:47:17 +00:00
Scott McCreary
4148f22180 Updated yasm OptionalPackage to get rid of some stray files.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41311 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-03 22:43:46 +00:00
Matt Madia
e5d153befb Updated most of the HAIKU logo graphics to have the registered trademark
symbol. Deleted some versions, which used non-standard glyphs. These
appeared to be older versions, which are not in use.

TODO:
 * update docs/[userguide,welcome]/images/logo.png
 * generate new boot splash header files
 * deploy new images outside of repository


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41308 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-03 00:55:52 +00:00
Matt Madia
2b42eb973b Removed unnecessary layers. Mainly, I wanted them in the repository history,
for record keeping.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41307 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-02 22:40:05 +00:00
Matt Madia
0d9f404f3f stippi+mmadia:
Updated the logo to include the registered trademark symbol, ®.
About the positioning:
 * vertically aligned with the top of the glyphs (excluding 'A')
 * horizontally aligned with the rightmost edge of the yellow leaf.
There are some unnecessary layers, which will be removed in a following commit.
This is a first commit of several, in which all graphics in the repository will
be updated.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41306 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-02 22:37:04 +00:00
Stephan Aßmus
5568f4014d Pixel aligned the arrow. Would be nice if someone uploaded this to the website and replaced the current download background
graphics with this.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41305 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-02 21:54:48 +00:00
François Revol
90d5d9525e Add j2k extension to JPEG2000, some samples can be found at http://www.openjpeg.org/index.php?menu=samples
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41301 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-02 12:56:39 +00:00
Joachim Seemer
8d9e29a558 User taos made the copyrights entries a bit more consistent, e.g. endings with full stops, using single spaces, removing unneeded spaces, shortening year ranges. That sort of thing. Thanks taos.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41293 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-29 21:01:51 +00:00
Joachim Seemer
8235ff073b * Added all yet missing flags (245 all in all) plus some more optimizations.
* GS, KY and PN all share the same flag, because I'm too lazy to add their
  specific code of arms, which one wouldn't recognize in the small flag
  anyway... At least every country is now listed in CountryFlags.rdef, so
  anyone can improve flags and simply replace the rdef data there.
* Added newly generated CountryFlags.rdef
* Added little script to create CountryFlags.rdef to build/scripts/ just in
  case.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41292 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-29 17:18:28 +00:00
Rene Gollent
8a9d5e34fe Patch by Atis Elsts from GSoC 2010 that was overlooked.
- Adds IPv6 fragmentation support and some partial work to enable configuration of IPv6 in net_server. Not currently in the build.
 


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41291 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-28 22:07:39 +00:00
Axel Dörfler
a0bc939256 * Correctly detect Enhanced CDs, and take their extra lead gap into account.
* This fixes bug #3025.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41290 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-28 19:28:02 +00:00
Alexander von Gluck IV
67f2df2363 add some R800 cards to known pci ids; implement basic known card type/model storage
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41289 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-28 18:57:22 +00:00
Axel Dörfler
3b8f747060 Applied cleaned up patch originally by Ziusudra as part of ticket #3473:
* Changed the session module to create an extra session for existing audio
  tracks.
* Let cdda also recognize "audio partitions" as published by the session module.
* If there is only a single session, the session module now gives file system
  drivers the chance to play with the device directly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41288 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-28 18:27:12 +00:00
Axel Dörfler
f505da5e20 * Removed two superfluous newlines from debug output.
* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41287 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-28 18:10:42 +00:00
Jérôme Duval
e5937bd21c * fixed typo
* when removing a transfer, if this was the only one in the list, we set fLastIsochronousTransfer to NULL.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41286 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-27 20:06:28 +00:00
Philippe Houdoin
0892800f69 Implemented INIT-REBOOT DHCP state: as required per DHCP specs,
we now request the last address we got from DHCP server, and only on failure
we fallback on the whole INIT state (discover, collect offer, etc).
This should fix people losing their IP address at each renewal, or far worse,
after the link goes up again.
Closed #7346.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41285 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-27 15:04:55 +00:00
Clemens Zeidler
efbd73e63d Fix a bug in RowColumnManager when adding / removing views to / from a layout.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41284 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-27 05:11:21 +00:00
Axel Dörfler
97a412ff15 * Make Audio:Track right aligned.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41283 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-26 18:14:54 +00:00
Axel Dörfler
b21e41910b * Write the new Media:Length attribute instead of the old Audio:Length one.
* Use uint64 instead of off_t for the frame numbers.
* Shuffled Volume methods around to match the declaration order.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41282 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-26 17:15:20 +00:00
Joachim Seemer
ebde80531c * Optimized svg-inported flags where possible or recreated from scratch.
* Added around 75 new flags. I didn't go into too much detail (some flags are
  insane!), since they are currently only used in 16px size in Locale prefs.
  Faster loading and rendering seems more important.
* All flags now have an aspect ratio of 16:14, which may not always be the
  official proportions, but looks more consistent.
* All flags got a half-transparent grey frame to prevent some flag colours
  bleeding into the background.
* Renamed all flags with their country code as prefix. This will make them
  easier to use in scripts. 

I'll yet have to update LocaleKit's CountryFlags.rdef, for which I did write
a little script, but I'll wait a few more days to see if I can motivate myself
to include a few more flags...
If anyone wants to have a go, http://en.wikipedia.org/wiki/ISO_3166-1 has
a nice list with all needed info.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41281 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-25 19:08:14 +00:00
Joachim Seemer
9afdc783c7 Updated catkeys from HTA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41280 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-24 07:00:37 +00:00
Philippe Houdoin
e65843e8c9 Revert files that were commit by mistake in previous commit. Sorry.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41279 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-23 01:56:02 +00:00
Philippe Houdoin
9ff5266f3a Avoid deadlock.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41278 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-23 01:52:16 +00:00
Philippe Houdoin
302a7082ba Quit AutoconfigLooper when switching to static configuration.
Before, DHCP will still run after a link down & up event, which could 
leads to break the user-defined static configuration.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41277 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-23 01:02:02 +00:00
Philippe Houdoin
84fdf2c3ca Made _AddressToString() static methods.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41276 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-23 00:48:11 +00:00
Philippe Houdoin
03f6ab7fd1 Add dhcp_message::FindOption(), to retrieve a specific option.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41275 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-22 21:52:15 +00:00
Philippe Houdoin
6d5ad15714 Check node monitoring messages to handle them only when it make sense.
Before, the "interfaces" settings file creation/removal notification was 
leading to a attempt to configure/remove an interface named 
"/boot/common/settings/network/interfaces"!
Could help fixing issue #7475.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41274 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-22 21:33:43 +00:00