Skip to content

Comments

fix: Use pcnet network adapter for Win9x#1558

Merged
kroese merged 2 commits intomasterfrom
dev
Nov 7, 2025
Merged

fix: Use pcnet network adapter for Win9x#1558
kroese merged 2 commits intomasterfrom
dev

Conversation

@kroese
Copy link
Contributor

@kroese kroese commented Nov 7, 2025

No description provided.

Comment on lines +1920 to 1921
[ -z "${ADAPTER:-}" ] && ADAPTER="pcnet" ;;
"win2k"* )
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shfmt] reported by reviewdog 🐶

Suggested change
[ -z "${ADAPTER:-}" ] && ADAPTER="pcnet" ;;
"win2k"* )
[ -z "${ADAPTER:-}" ] && ADAPTER="pcnet"
;;
"win2k"*)

Comment on lines +1927 to 1928
[ -z "${ADAPTER:-}" ] && ADAPTER="rtl8139" ;;
"winxp"* | "win2003"* )
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shfmt] reported by reviewdog 🐶

Suggested change
[ -z "${ADAPTER:-}" ] && ADAPTER="rtl8139" ;;
"winxp"* | "win2003"* )
[ -z "${ADAPTER:-}" ] && ADAPTER="rtl8139"
;;
"winxp"* | "win2003"*)

@kroese kroese merged commit 6dbac13 into master Nov 7, 2025
2 checks passed
@kroese kroese deleted the dev branch November 7, 2025 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant