Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Curiosity...
Date: Sat, 29 Jan 2011 16:12:23
Message-Id: 4d443bdc.4345df0a.46db.0b5b@mx.google.com
In Reply to: Re: [gentoo-user] Curiosity... by meino.cramer@gmx.de
1 On Saturday 29 January 2011 17:02:55 meino.cramer@×××.de wrote:
2 > Volker Armin Hemmann <volkerarmin@××××××××××.com> [11-01-29 16:56]:
3 > > On Saturday 29 January 2011 07:33:34 Mark Knecht wrote:
4 > > > On Sat, Jan 29, 2011 at 7:09 AM, Volker Armin Hemmann
5 > > >
6 > > > <volkerarmin@××××××××××.com> wrote:
7 > > > > On Saturday 29 January 2011 06:33:39 Mark Knecht wrote:
8 > > > >> On Sat, Jan 29, 2011 at 6:18 AM, <meino.cramer@×××.de> wrote:
9 > > > >> > Hi,
10 > > > >> >
11 > > > >> > when listing my hardware with lshw I find some stuff build
12 > > > >> > into my ASUS Crosshair IV Formula, which I seem not to use
13 > > > >> > and I like to know, for what it is good for:
14 > > > >>
15 > > > >> > These are excerpts from the output of lshw:
16 > > > >> <SNIP>
17 > > > >>
18 > > > >> > but...for what reason there is an audio device in my
19 > > > >> > graphics
20 > > > >> > card?
21 > > > >> > Sounds to me like a bicycle with onboard toaster... ;)
22 > > > >>
23 > > > >> I love the picture, however it is more likely for things like
24 > > > >> audio
25 > > > >> over
26 > > > >> HDMI..
27 > > > >>
28 > > > >> > for the smbus thingy as for the ISA-bridge there no
29 > > > >> > additional
30 > > > >> > info. For what reason there is an ISA bridge on a board
31 > > > >> > which
32 > > > >> > skipped floppy controller and IDE???
33 > > > >>
34 > > > >> The ISA stuff is likely for historical conformance to the PC
35 > > > >> architecture. Not sure if modern motherboards use it anymore,
36 > > > >> but
37 > > > >> maybe they do.
38 > > > >
39 > > > > they do.
40 > > > > http://en.wikipedia.org/wiki/Low_Pin_Count
41 > > > >
42 > > > >> IIRC the smbus is involved in power switch stuff. It's not
43 > > > >> unlike I2C but more simple.
44 > > > >
45 > > > > also the spd-eeprom on your memory modules can be accessed via
46 > > > > smbus.
47 > > > > And some kinds of sensors chips. And a lot more.
48 > > >
49 > > > Yeah, makes sense that boot ROM/BIOS stuff is going to get accessed
50 > > > through there.
51 > >
52 > > bios is accessed via 'isa' lpc ;)
53 >
54 > I ever thought the bios is a piece of software (keyword "bios flash"
55 > and "firmware") rather some hardware... ?!
56
57 the bios resides in a chip which is accessed via lpc, which looks like isa to
58 the system.