Subject: Re: dmesg
To: Pete Rushmere <pete@rushmere.org>
From: Andy Ruhl <acruhl@gmail.com>
List: port-cobalt
Date: 07/12/2004 12:57:41
> NetBSD 1.6.1 (GENERIC) #0: Thu Jun 26 22:22:53 CEST 2003
>      cdi@merlin.camelot.net:/misc/home/cdi/src/netbsd/1.6.1/src/sys/arch/cobalt/compile/GENERIC
> 128 MB memory, 116 MB free, 6656 KB in 1664 buffers
> mainbus0 (root)
> com0 at mainbus0 addr 0x1c800000 level 3: st16650a, working fifo
> com0: console
> cpu0 at mainbus0: QED RM5200 CPU (0x28a0) Rev. 10.0 with built-in FPU Rev. 10.0
> cpu0: 32KB/32B 2-way set-associative L1 Instruction cache, 48 TLB entries
> cpu0: 32KB/32B 2-way set-associative write-back L1 Data cache
> gt0 at mainbus0 addr 0x14000000
> pci0 at gt0
> pci0: i/o space, memory space enabled, rd/line, wr/inv ok
> pchb0 at pci0 dev 0 function 0: Galileo GT-64111 System Controller, rev 1
> tlp0 at pci0 dev 7 function 0: DECchip 21143 Ethernet, pass 4.1
> tlp0: interrupting at level 1
> tlp0: Ethernet address 00:10:e0:00:21:9a
> lxtphy0 at tlp0 phy 1: LXT970 10/100 media interface, rev. 3
> lxtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> pcib0 at pci0 dev 9 function 0
> pcib0: VIA Technologies VT82C586 (Apollo VP) PCI-ISA Bridge, rev 39
> pciide0 at pci0 dev 9 function 1: VIA Technologies VT82C586 (Apollo VP)
> ATA33 controller
> pciide0: bus-master DMA support present
> pciide0: primary channel configured to compatibility mode
> wd0 at pciide0 channel 0 drive 0: <IC25N010ATDA04-0>
> wd0: drive supports 16-sector PIO transfers, LBA addressing
> wd0: 9590 MB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 19640880 sectors
> wd0: 32-bit data port
> wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
> pciide0: primary channel interrupting at irq 14
> wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA
> data transfers)
> pciide0: secondary channel configured to compatibility mode
> pciide0: disabling secondary channel (no drives)
> VIA Technologies VT83C572 USB Controller (USB serial bus, revision 0x02) at
> pci0 dev 9 function 2 not configured
> pciide1 at pci0 dev 10 function 0: Promise Ultra100TX2/ATA Bus Master IDE
> Accelerator (rev. 0x01)
> pciide1: bus-master DMA support present
> pciide1: primary channel configured to native-PCI mode
> pciide1: using irq 9 for native-PCI interrupt
> wd1 at pciide1 channel 0 drive 0: <SAMSUNG SP1604N>
> wd1: drive supports 16-sector PIO transfers, LBA48 addressing
> wd1: 149 GB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 312581808 sectors
> wd1: 32-bit data port
> wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
> wd2 at pciide1 channel 0 drive 1: <SAMSUNG SP1604N>
> wd2: drive supports 16-sector PIO transfers, LBA48 addressing
> wd2: 149 GB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 312581808 sectors
> wd2: 32-bit data port
> wd2: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
> wd1(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA
> data transfers)
> wd2(pciide1:0:1): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA
> data transfers)
> pciide1: secondary channel configured to native-PCI mode
> tlp1 at pci0 dev 12 function 0: DECchip 21143 Ethernet, pass 4.1
> tlp1: interrupting at level 2
> tlp1: Ethernet address 00:10:e0:00:21:89
> lxtphy1 at tlp1 phy 1: LXT970 10/100 media interface, rev. 3
> lxtphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> lcd0 at mainbus0
> boot device: wd0
> root on wd0a dumps on wd0b
> root file system type: ffs

I got this from one of the generous people on the list. Don't mind
this part if you don't want to, this is just mumbling to myself:

o The onboard IDE controller wants to use Ultra/33. No problem there.
I'm just wondering if it's going to support my 250 gig drive. If not,
I'll probably be using another controller in the PCI slot as well.

o I assume lcd0 is the lcd panel after grepping the code. Cool. I
could write a script to change the lcd to read "bite me" when the load
average goes over 3 or something...

o Not sure what gt is.

o USB? Looks like it might not be supported but that would be cool. Is
there some USB header stuff on the motherboard somewhere? It would be
cool to have USB on this thing because that would expand it's
possibilities greatly.

Anyone have a dmesg from 2.0-something?

Thanks!

Andy