CPU
Embedded Intel Pentium M(Banias)/LV/ULV

System Chipset
Intel 855GME / GMCH/ ICH4

Display
Intel 845G
Intel 845G is supported by XFree86 4.3.0 ( use i810 driver)
In /etc/X11/XF86Config :
Section "Device"
   Identifier   "Intel i810"
   #VideoRam    32000
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        Driver      "i810"
   VendorName  "Intel Corp."
   BoardName   "852GM/852GME/855GM/855GME Chipset Graphics Controller"
EndSection


Audio
Intel ICH4 AC'97 2.0 Compliant
Use i810 sound driver module(i810_audio.o)
in /etc/moduoles.conf
Add the following :

alias sound-slot-0    i810_audio  # slot/service 0 is for the mixer
alias sound-service-0-0   i810_audio
alias sound-slot-2   off       # slot/service 2 is for midi (not supported)
alias sound-service-0-2   off
alias sound-slot-3   i810_audio  # slot/service 3 is for dsp
alias sound-service-0-3   i810_audio
alias sound-slot-4   i810_audio  # slot/service 4 is for dsp
alias sound-service-0-4   i810_audio


Ethernet
Intel 82540EM
Intel 82540EM is supported by Redhat 9.0 (e1000.o)