
MotherBoard
   +-- System
       /proc/ version uptime loadavg
   +-- CPU
       /proc/cpuinfo
   +-- RAM
       /proc/meminfo
   +-- Motherboard
       /proc/ dma interrupts ioports
   +-- CMOS Clock
       /proc/rtc
   +-- BIOS
   +-- Host SCIS
       /proc/scsi/scsi
   +-- EIDE Contr.
       /proc/ide/ide*/ mate, model
       /proc/ide/devices
       +-- Devices
           /proc/ide/*/hd*/ media, model, capacity, cache
   +-- Floppy Contr. -- Floppy Disks
       dmesg | "Floppy drive(s): fd0 is 1.4M"
       dmesg | "FDC 0 is a National Semiconductor PC87306"
   +-- Soundcards
       /proc/sound
   +-- Network Cards
   +-- Serial Ports
       /proc/tty/driver/serial (uart != unknown)
       +-- Mices
       +-- Modems
   +-- Parallel Ports
       /proc/parport/*/ autoprobe devices hardware irq
       +-- Printers
       +-- PLIPs
   +-- PS/2
       dmesg | "Detected PS/2 Mouse Port."
   +-- APM
       /proc/apm


=======
pnpdump
=======
 (NAME "ESS1868/-1[0]{ESS ES1868 Plug and Play AudioDrive}")
 (NAME "ESS1868/-1[1]{ESS ES1868 Plug and Play AudioDrive}")
 (NAME "ESS1868/-1[2]{ESS ES1868 Plug and Play AudioDrive}")

The ESS1868 sound card is a PnP ESS1688-compatible 16-bit sound card.
  *  The ESS1868 does not allow use of a 16-bit DMA, thus DMA 0, 1, 2, and 3
     may only be used.
# ESS1868F AudioDrive initialization
/sbin/modprobe sound
/sbin/insmod uart401
/sbin/insmod sb io=0x220 irq=5 dma=1 dma16=-1
/sbin/insmod mpu401 io=0x330
/sbin/insmod opl3 io=0x388
/sbin/insmod v_midi

opl3 is the FM synthesizer--I have not tried the SoftOSS wavetable
synthesizer yet, but I assume it would work as well.  Also, doing:
/sbin/insmod opl3
/sbin/insmod adlib_card io=0x388
works, but I believe the sound quality is a bit distorted when playing MIDI
files.



=========
/proc/pci
=========
    Host bridge: UMC UM8891N (rev 176).
    ISA bridge: UMC UM8886N (rev 178).
    IDE interface: UMC UM8886BF (rev 16).
    VGA compatible controller: Cirrus Logic GD 7548 (rev 0).
    PCMCIA bridge: Cirrus Logic CL 6729 (rev 238).



=========
lspci -mv
=========
Device:	00:00.0
Class:	Host bridge
Vendor:	United Microelectronics
Device:	UM8891N
Rev:	b0

Device:	00:12.0
Class:	ISA bridge
Vendor:	United Microelectronics
Device:	UM8886N
Rev:	b2

Device:	00:12.1
Class:	IDE interface
Vendor:	United Microelectronics
Device:	UM8886BF
Rev:	10
ProgIf:	8a

Device:	00:13.0
Class:	VGA compatible controller
Vendor:	Cirrus Logic
Device:	GD 7548

Device:	00:14.0
Class:	PCMCIA bridge
Vendor:	Cirrus Logic
Device:	CL 6729
Rev:	ee
       