Henry's Hardware
- Motherboard:
- P133, ASUSTEK P/I-P55TP4XEG Motherboard, Intel 82430FX chipset, 96MB RAM.
- Video Controller:
- Diamond Steath 64, S3 764, 2 MB RAM.
- Ethernet Controller:
- Genius GE2500II PCI (N2K Compatible)
- eth0: PCI NE2000 found at 0xe400, IRQ 12, 00:C0:DF:A8:25:A7.
- Sound Card:
- Sound Blaster 16:
- IO = 0x220, MIDI IO=0x330, IRQ=5, Low DMA=1, High DMA=5.
- Serial Ports:
Port IO IRQ Type Device / Driver
- ttyS0 0x3f8 4 16550 spare
- ttyS1 0x2f8 3 16550 gpm -t MouseSystems
- ttyS2 0x3e8 9 16551 spare
- ttyS3 0x2e8 11 16551 spare
- Parallel Port:
- Enhanced, IO=0x3f8, IRQ=7
- On board IDE Controller and drives:
- ide0 at 0x1f0-0x1f7, 0x3f6 on irq 14
- hda: WDC AC31600H, 1549MB w/128kB Cache, CHS=787/64/63
- hdb: FUJITSU MPC3064AT, 6187MB w/0kB Cache, CHS=788/255/63
- ide1 at 0x1-0x177,0x376 on irq 15
- hdc: ATAPI 8X CD-ROM drive, 256kB Cache
- Interrupt Request Map
>>>>>>>>>>/proc/interrupts
0: 141863317 XT-PIC timer 1: 2 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 191 XT-PIC serial 5: 1 XT-PIC soundblaster 8: 1 XT-PIC rtc 12: 1628288 XT-PIC eth0 13: 1 XT-PIC fpu 14: 4404574 XT-PIC ide0 15: 5 XT-PIC ide1 NMI: 0<<<<<<<<<<<</proc/interrupts- IO Address Map
>>>>>>>>>>/proc/ioports
0000-001f : dma1 0020-003f : pic1 0040-005f : timer 0060-006f : keyboard 0070-007f : rtc 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 0220-022f : soundblaster 02e8-02ef : serial(set) 02f8-02ff : serial(set) 0330-0333 : MPU-401 UART 0376-0376 : ide1 0378-037f : parport0 0388-038b : OPL3/OPL2 03c0-03df : vga+ 03e8-03ef : serial(set) 03f6-03f6 : ide0 03f8-03ff : serial(set) e400-e41f : eth0 e800-e807 : ide0 e808-e80f : ide1<<<<<<<<<<<</proc/ioports- Note:
- The (set) postfix on the serial ports is because there setting are configured with setserial from a /etc/rc.d/rc.serial script in the serial port setup.
- Hard Drive Partition Table
Output from fdisk -l /dev/hda
+++++++++++++++++++++++++++++++ Disk /dev/hda: 64 heads, 63 sectors, 787 cylinders Units = cylinders of 4032 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 786 1584544+ b Win95 FAT32 +++++++++++++++++++++++++++++++Output from fdisk -l /dev/hdb
+++++++++++++++++++++++++++++++ Disk /dev/hdb: 255 heads, 63 sectors, 788 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hdb1 1 17 136521 82 Linux swap /dev/hdb2 18 788 6193057+ 83 Linux +++++++++++++++++++++++++++++++- The contents of /etc/fstab is:
>>>>>>>>>>>>>>>>/etc/fstab
/dev/hdb2 / ext2 defaults 1 1 /dev/hdb1 swap swap defaults 0 0 /dev/hda1 /c vfat defaults 0 0 none /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0<<<<<<<<<<<<<<<<</etc/fstab- Note:
- The floppy and cdrom mounts are commented out as they are mounted with automount.
- The /dev/pts are the virtual terminal mount points (see pts options in compiling the kernel).
Last modified: Tue Feb 8 22:00:00 PST 2000
Copyright © Jonathan Marks, 1999, 2000. All rights
reserved.
http://jon.novatek.co.nz/linux/config/henry-hw.html.