Subject: Re: spdmem works for a nForce 3 chipset
To: None <current-users@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: current-users
Date: 08/18/2007 18:51:21
On Sat, Aug 18, 2007 at 11:38:46AM -0500, Jonathan A. Kollasch wrote:
[..]

> I'm going to have to comment on this sillyness.
> What exactly is the point of this code?
> What is wrong with seeprom(4)?

# man seeprom
man: no entry for seeprom in the manual.

Maybe you mean eeprom(8), but:

SUN 3 SYNOPSIS
     eeprom [-] [-c] [-f device] [-i] [field[=value] ...]

SPARC, SPARC64, MACPPC and PREP SYNOPSIS
     eeprom [-] [-c] [-f device] [-i] [-v] [field[=value] ...]

> Why is this decoding being done in kernel space?

Because this is x86 hardware.

Bernd