{"id":22008834,"url":"https://github.com/enaiel/viafsb","last_synced_at":"2025-10-11T03:30:17.705Z","repository":{"id":251122545,"uuid":"836424978","full_name":"enaiel/viafsb","owner":"enaiel","description":"DOS FSB utility for VIA chipsets","archived":false,"fork":false,"pushed_at":"2024-11-01T18:10:29.000Z","size":3169,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T07:23:20.402Z","etag":null,"topics":["c","dos","fsb","via"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enaiel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"copying","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T20:25:00.000Z","updated_at":"2025-02-24T18:26:52.000Z","dependencies_parsed_at":"2024-11-30T02:07:35.169Z","dependency_job_id":null,"html_url":"https://github.com/enaiel/viafsb","commit_stats":null,"previous_names":["enaiel/viafsb"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/enaiel/viafsb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enaiel%2Fviafsb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enaiel%2Fviafsb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enaiel%2Fviafsb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enaiel%2Fviafsb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enaiel","download_url":"https://codeload.github.com/enaiel/viafsb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enaiel%2Fviafsb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006109,"owners_count":26084026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","dos","fsb","via"],"created_at":"2024-11-30T02:07:30.475Z","updated_at":"2025-10-11T03:30:17.197Z","avatar_url":"https://github.com/enaiel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"VIAFSB - DOS FSB utility for VIA chipsets.\n=================================================\nVIAFSB is a little DOS utility I wrote for changing the FSB on the couple of \nVIA motherboards that I own. Why should only owners of 440BX motherboards have \nall the fun? Sure, 440BX motherboards are faster, more stable, and more \ncooler... but at least now I can change the FSB on my VIA motherboards in DOS \njust like they can! Anyway, I thought I'll share it in case it might be useful \nto someone else. It initially only supported the 2 PLL that I had, but I have \nsince added support for more. If you can find the datasheet for your PLL, I \ncan try to add support for it.\n\nSUPPORTED\n---------\n```  \nVIA chipsets: VT82C596/A/B VT82C686/A/B VT8231 VT8233/A/C VT8235 VT8237/R/A/S \n              VT8251\nPLL: CY28316 ICS9148-37 ICS9248-127 ICS94211 ICS94215 ICS94241 ICS950405 \n     ICS950908 PLL205-03 W124 W156C W230-03H W83194BR-39B W83195R-08\n\n\tUsage:   VIAFSB pll_name [fsb_freq[/pci_freq]] [-u|--unsafe]\n\tExample: VIAFSB ICS94211\t\t   / Get FSB\n\t         VIAFSB ICS94211 100.23\t\t   / Set FSB\n\t         VIAFSB ICS94211 100.23/33.41\t   / Set FSB/PCI\n\t         VIAFSB ICS94211 150.00/37.50 -u   / Set FSB/PCI in UNSAFE MODE\n```\n\nPARAMETERS\n----------\n```\n-h|--help\tPrint the Help screen.\t\n[pll_name]\tSelect the PLL to use. If not supported, will list all \n\t\tsupported PLL.\n[fsb_freq]\tSelect the FSB frequency to set. If not supported by PLL, will\n\t\tlist all FSB frequencies supported by the selected PLL.\n[pci_freq]\tSelect the PCI frequency for the selected FSB frequency. Will\n                determine the PCI divider.\n-u|--unsafe\tRun in UNSAFE MODE and allow FSB frequency changes across all \n\t\tPCI dividers. Otherwise, tool will restrict FSB frequency \n\t\tchanges to those within the current PCI divider.\n```\n\nFEATURES\n--------\n* Allows change of FSB frequency without requiring a restart.\n* Runs on a 386 or later x86 processor.\n* Compatible with several VIA chipsets.\n* Compatible with DOS, with or without EMM386.\n* Compatible with Windows 95, 98 and ME.\n* Requires CWSDPMI.exe or a compatible DPMI host.\n* Can be run from a batch file, or even from autoexec.bat.\n\nDISCLAIMER\n----------\nWARNING: USE AT YOUR OWN RISK! This software should not be used for mission\ncritical applications. Author is not responsible for any damage caused to your\ncomputer from using this software.\n\nALTERNATIVES\n------------\nCPUFSB/SetFSB/SoftFSB on Windows.\n\nRayeR's SMB for Intel chipsets on DOS.\n\nCREDITS\n-------\nAuthor: Enaiel \\\u003cenaiel@gmail.com\\\u003e (c) 2022. \n\nSupport: http://vogons.org/viewtopic.php?f=46\u0026t=87013\n\nThanks to:\n* Vogons.org member @EduBat for help decoding PLL datasheets.\n* Vogons.org members @jheronimus, @Zeerex, @elcrys, @havli, @GremFive, and \n  @Falcosoft for testing the program.\n* Linux contributors for Linux i2c bus interface (i2c) source code.\n* Linux contributors for Linux i2c VIA Pro driver (i2c-viapro) source code.\n* Nikolay Kislitsa \\\u003cdeusexbeer@gmail.com\\\u003e for Linux FSB overclocking tool (lfsb)  source code.  \n\nSOURCE\n------\nSource is now available at https://github.com/enaiel/viafsb.\n\nLicense is GPL due to all the hours I spent pouring over Linux and LFSB code \ntrying to understand how all of this works.\n\nBuilt with DJGPP. You can obtain your copy from http://www.delorie.com/djgpp.\n\nTESTED\n------\n\nMotherboard               | Southbridge  | PLL         \n--------------------------|--------------|--------------\nMSI MS-6369     \t  | VT82C686/A/B | ICS94211\nQDI P6V694T/A10T\t  | VT82C686/A/B | CY28316 \nQDI P6V694T/A10T\t  | VT82C686/A/B | ICS94241 \nABIT KT7A       \t  | VT82C686/A/B | PLL-205-03\nUnbranded MVP4\t\t  | VT82C686/A/B | W156C\nPCPartner AP133TAS3-T205C | VT82C686/A/B | ICS94211\n\nFAQ\n---\nQ. I do not know what PLL is on my motherboard. The util does not support my \n   PLL. Can I use any PLL that has a similar name to mine?\n\nA. You cannot use just any PLL, even if they are similarly named, because each \n   PLL uses different bits to set the FSB. Also, you cannot google for this \n   information as motherboard manufacturers use different PLL chips with \n   different board revisions, sometimes with the same revision as well! You need\n   to find the PLL on your motherboard and identify it. If this util doesn't \n   support your PLL, please provide me the datasheet for it, and I will try to \n   add support for it. \n\nQ. Why does my computer crash when I use this utility to change the FSB?\n\nA. Stability when changing FSB depends on your motherboard. If the selected FSB \n   hangs the computer when changed from the BIOS, or using programs like \n   CPUFSB/SetFSB/SoftFSB, it will also hang when changed using this program. \n   Also, FSB that is latched by hardware jumpers are inherently more stable than\n   those that are selected in the BIOS or set using this program, as the latches\n   are not trying to change the FSB on a running CPU.\n\nQ. How do I choose the right FSB frequencies when changing the FSB?\n\nA. With these VIA chipsets, only FSB frequencies that are within the current \n   PCI divider work. Going across PCI dividers crashes the computer, requiring a\n   hard reset. To find the divider, divide the FSB frequency by the PCI \n   frequency. Even within the same PCI divider, incrementally change the fsb\n   for more stability. The only way to change the PCI divider is to change the \n   boot FSB frequency using hardware jumpers or from the BIOS. Not all \n   motherboards have these jumpers or this ability in their BIOS. VIAFSB will\n   now by default restrict the FSB to only those within the current PCI divider.\n   Use the new UNSAFE MODE to override this behaviour. \n\nQ. How do I check if the FSB has actually changed?\n\nA. I use ChkCPU to confirm FSB changes in DOS.\n\nQ. How do I change the multiplier on my CPU?\n\nA. I use SetMul to change the multiplier on my VIA C3 CPU in DOS.\n\nHISTORY\n-------\n2022-03-11: v0.1.0\n* Initial version with support for PLL ICS94211.\n\n2022-03-14: v0.1.1\n* Changes to output logging.\n\n2022-03-14: v0.1.2\n* Changes to build process.\n\n2022-03-21: v0.1.3\n* Added support for PLL CY28316.\n\n2022-03-24: v0.1.4\n* Bundled CWSDPMI with program.\n\n2022-03-24: v0.1.5\n* Added initial support for PLLs ICS94215, PLL205-03, W156C.\n\n2022-03-28: v0.1.6\n* Added initial support for PLL ICS950908.\n* Changed logic for PLL W156C since it's write-only. \n* Changed FSB to float and added ability to choose PCI frequency. \n\n2022-03-29: v0.1.7\n* Minor change to hard code SMBus address since not able to get right address \n  when querying VIA Southbridge. \n\n2022-03-31: v0.1.8\n* Reverted previous change, another attempt to fix SMBus address.\n* Restrict to current PCI divider by default, unless run in new UNSAFE MODE.\n\n2022-04-01: v0.1.9\n* Refactored code to make it easier to add support for new PLLs.\n* Added intial support for PLL ICS9148-37.\n* Made minor chages to PLL ICS950908.\n\n2022-04-04: v0.2.0\n* Added initial support for PLLs W124, W83194BR-39B, W831915R-08. \n* Minor fix for PLL ICS9148-37.\n\n2024-07-31: v0.2.1\n* Improved performance by decreasing delay when waiting for SMBus response.\n* Sorted FSB table to make it easier to select FSB frequencies.\n* Updated command bytes for all PLLs.\n* Improved handling of read-only PLLs.\n* Improved handling of same FSB frequencies with different PCI values.\n* Added initial support for VIA chipsets VT8231 VT8233C VT8237/R VT8237A VT8237S VT8251.\n* Added initial support for PPLs ICS9248-127 ICS950405 W230-03H.\n\n2024-07-31: v0.3.0\n* Initial Github release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenaiel%2Fviafsb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenaiel%2Fviafsb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenaiel%2Fviafsb/lists"}