Compaq Armada 1580DMT - FreeBSD

Hardware description on main page.

work log

2019-03-24: I booted the machine again, to figure out if it is still working. I had to add wlan_ccmp to /boot/loader.conf in order for the machine to connect to the wireless network.

root@kg-frame# cat /boot/loader.conf
wlan_tkip_load="YES"
wlan_ccmp_load="YES"

the machine works fine, some keys on the keyboard are hard ("0"). It still runs FreeBSD 6.1-release:

root@kg-frame# date; uname -a
Sun Mar 24 14:09:40 CET 2019
FreeBSD kg-frame.kg4.no 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

ok

2009-01-28: booted FreeBSD 7.1-release / i386 (from livefs cd). dmesg output: normal, verbose. pciconf -lv output.

2008-03-30: booted FreeBSD 7.0-release (from livefs cd).dmesg output (normal, verbose). pciconf -lv output.

2006-08-31: FreeBSD 6.1-release on the machine. dmesg output (normal, verbose).

root@kg-frame# pciconf -lv
hostb0@pci0:0:0:        class=0x060000 card=0x0e11035c chip=0xc7011045 rev=0x10 hdr=0x00
    vendor   = 'OPTi Inc.'
    device   = '82C700 FireStar mobile chipset: host bridge'
    class    = bridge
    subclass = HOST-PCI
isab0@pci0:1:0: class=0x060100 card=0x0e11035c chip=0xc7001045 rev=0x10 hdr=0x00
    vendor   = 'OPTi Inc.'
    device   = '82C700 PCI\VEN_1045&DEV_C700&SUBSYS_0E1103F4&RE'
    class    = bridge
    subclass = PCI-ISA
none0@pci0:2:0: class=0x030000 card=0x00000000 chip=0x00381013 rev=0x00 hdr=0x00
    vendor   = 'Cirrus Logic'
    device   = 'FW82371EB GUI-Accelerated XGA/SVGA LCD Controller'
    class    = display
    subclass = VGA
cbb0@pci0:17:0: class=0x060700 card=0x00000000 chip=0xac15104c rev=0x01 hdr=0x02
    vendor   = 'Texas Instruments (TI)'
    device   = 'PCI1131 PC Card CardBus Controller'
    class    = bridge
    subclass = PCI-CardBus
cbb1@pci0:17:1: class=0x060700 card=0x00000000 chip=0xac15104c rev=0x01 hdr=0x02
    vendor   = 'Texas Instruments (TI)'
    device   = 'PCI1131 PC Card CardBus Controller'
    class    = bridge
    subclass = PCI-CardBus
atapci0@pci0:20:0:      class=0x010180 card=0x0e11035c chip=0xd5681045 rev=0x12 hdr=0x00
    vendor   = 'OPTi Inc.'
    device   = '82C825 FireBridge II PCI EIDE Controller'
    class    = mass storage
    subclass = ATA
ral0@pci1:0:0:  class=0x028000 card=0xe8311458 chip=0x02011814 rev=0x01 hdr=0x00
    vendor   = 'Ralink Technology, Corp'
    device   = 'Ralink RT2500 802.11 CardBus Reference Card'
    class    = network

even wireless network. Nice!