diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b1737eb95..01674c14d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,21 @@
-->
+
+
+ 2006-10-05
+
+
+ [bryan] - Add udev-101-fix-sas-path_id-1.patch.
+
+
+ [bryan] - Update udev-config for Linux-2.6.18. This version
+ also contains the new doc/ subdirectory, with explanations of most
+ of the rules.
+
+
+
+
2006-10-02
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 5268eb9f5..f12e2704e 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -275,6 +275,14 @@
+
+ Udev SAS path_id Patch - &udev-sas-patch-size;:
+
+ Download:
+ MD5 sum: &udev-sas-patch-md5;
+
+
+
Util-linux Cramfs Patch - &util-linux-cramfs-patch-size;:
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 64301e619..db047aaa4 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -51,6 +51,11 @@ ln -sv /proc/self/fd/1 /lib/udev/devices/stdout
ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
ln -sv /proc/kcore /lib/udev/devices/core
+ Linux-2.6.18 and newer have changed the sysfs layout for SAS devices.
+ The following patch fixes Udev's path_id script to handle the new layout:
+
+patch -Np1 -i ../&udev-sas-patch;
+
Compile the package:
make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
diff --git a/general.ent b/general.ent
index 8623de14f..8f6d79a8b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+
diff --git a/packages.ent b/packages.ent
index 036c05a30..160580bd6 100644
--- a/packages.ent
+++ b/packages.ent
@@ -488,10 +488,10 @@
-
+
-
+
diff --git a/patches.ent b/patches.ent
index 9b26e8244..235d49248 100644
--- a/patches.ent
+++ b/patches.ent
@@ -147,6 +147,9 @@
+
+
+