summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2002-03-11 10:25:30 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2002-03-11 10:25:30 +0000
commit04d5ddaa46953e97840b8fab23258db40c12ec04 (patch)
treea80dcf1c544867dab6c729f184a3414ce571dac6 /net
parentUpdate to v2.5.4. Take over maintainership. (diff)
Keep in sync the partition type recognized by this code, and
the partition type stored in the fake partition table at the end of this boot sector.
Notes
Notes: svn path=/head/; revision=55854
Diffstat (limited to 'net')
-rw-r--r--net/etherboot/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa
index 7a6f1c78db8b..a1afaa6335cd 100644
--- a/net/etherboot/files/patch-aa
+++ b/net/etherboot/files/patch-aa
@@ -9,8 +9,8 @@
# These flags affect the loader that is prepended to the Etherboot image
LCONFIG+= -DMOVEROM
---- boot1a.s.orig Sat Jun 23 08:56:25 2001
-+++ boot1a.s Mon Feb 4 14:49:28 2002
+--- boot1a.s.orig Sat Jun 23 10:56:25 2001
++++ boot1a.s Mon Mar 11 09:06:00 2002
@@ -56,7 +56,7 @@
# Partition Constants
.set PRT_OFF,0x1be # Partition offset
@@ -20,6 +20,15 @@
# Flag Bits
.set FL_PACKET,0x80 # Packet mode
+@@ -398,7 +398,7 @@
+ .byte 0x00 # start head
+ .byte 0x01 # start sector (6 bits) + start cyl (2 bit)
+ .byte 0x00 # start cyl (low 8 bits)
+- .byte 0x1 # part.type
++ .byte PRT_BSD # part.type
+ .byte 0xff # end head
+ .byte 0xff # end sect (6) + end_cyl(2)
+ .byte 0xff # end cyl
--- makerom.c.orig Thu Aug 2 00:27:48 2001
+++ makerom.c Mon Feb 4 15:05:00 2002
@@ -67,7 +67,7 @@