9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] pxe - nvram
@ 2004-11-28 17:07 Steve Simon
  2004-11-29 11:42 ` Matthias Teege
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Steve Simon @ 2004-11-28 17:07 UTC (permalink / raw)
  To: 9fans

I cannot see any way that nvram could be stored
when doing a PXE boot (other than on a floppy or disk).
This would mean PXE is only really useful for terminals
rather than booting a CPU server.

Is this correct?

On a related note, I thought there was support for USB
flash disks, but cannot find any documentation - am I
being blind?

-Steve


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-28 17:07 [9fans] pxe - nvram Steve Simon
@ 2004-11-29 11:42 ` Matthias Teege
  2004-11-29 12:05   ` geoff
  2004-11-29 15:11 ` Ronald G. Minnich
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 23+ messages in thread
From: Matthias Teege @ 2004-11-29 11:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Sun, 28 Nov 2004 17:07:58 0000, Steve Simon <steve@quintile.net> wrote:

> rather than booting a CPU server.
> 
> Is this correct?

As I remember correct there are some notes in 9fans archive about
using cmos for storing nvram. Maybe CF is usefull to.

Matthias


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-29 11:42 ` Matthias Teege
@ 2004-11-29 12:05   ` geoff
  0 siblings, 0 replies; 23+ messages in thread
From: geoff @ 2004-11-29 12:05 UTC (permalink / raw)
  To: 9fans

I boot terminals and cpu servers via pxe.  `nvram' is on disk, though
it could easily be on a CF-IDE disk.



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-28 17:07 [9fans] pxe - nvram Steve Simon
  2004-11-29 11:42 ` Matthias Teege
@ 2004-11-29 15:11 ` Ronald G. Minnich
  2004-11-29 18:13   ` Steve Simon
  2004-11-30  2:08 ` Kenji Okamoto
  2004-12-01 15:33 ` [9fans] pxe - nvram Sergey Reva
  3 siblings, 1 reply; 23+ messages in thread
From: Ronald G. Minnich @ 2004-11-29 15:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs



On Sun, 28 Nov 2004, Steve Simon wrote:

> I cannot see any way that nvram could be stored
> when doing a PXE boot (other than on a floppy or disk).

Not sure I get this. What if you really have real nvram and are using it 
(FLASH or CMOS)?

ron


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-29 15:11 ` Ronald G. Minnich
@ 2004-11-29 18:13   ` Steve Simon
  2004-11-29 18:49     ` Sergey Reva
  2004-11-30  7:58     ` geoff
  0 siblings, 2 replies; 23+ messages in thread
From: Steve Simon @ 2004-11-29 18:13 UTC (permalink / raw)
  To: 9fans

I really like PXE boot as it needs no disks of any kind,
not even an IDE flash card. I hoped there might be somwhere I could
put my auth ID and key so I could boot CPU servers the same way
but I cannot see how - I have to use a disk of some sort.

I was vaguely hoping somone might know a standardised free area
PXE flash on ether cards or maybe know how to hide 64 odd bytes
of data in the CMOS nvram on x86 PCs. 

The only idea I came up with is a allowing secstore to serve
up files without a password for given MAC address and auth ID pairs,
but then again MACs are no longer fixed-in-the-die in modern cards
so I am suspectable to spoofing.

Anyway the general answer appears to be "no" for x86 PCs.

-Steve


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-29 18:13   ` Steve Simon
@ 2004-11-29 18:49     ` Sergey Reva
  2004-11-30  7:58     ` geoff
  1 sibling, 0 replies; 23+ messages in thread
From: Sergey Reva @ 2004-11-29 18:49 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello all,

Monday, November 29, 2004, 8:13:47 PM, Steve wrote:
SS> I really like PXE boot as it needs no disks of any kind,
SS> not even an IDE flash card. I hoped there might be somwhere I could
SS> put my auth ID and key so I could boot CPU servers the same way
SS> but I cannot see how - I have to use a disk of some sort.

SS> I was vaguely hoping somone might know a standardised free area
SS> PXE flash on ether cards or maybe know how to hide 64 odd bytes
SS> of data in the CMOS nvram on x86 PCs.
Most of modern chipsets have about 256 (plus CMOS in clock) extra bytes
of nonvolatile ram, some part used by BIOS Setup, but some it still free. It need to be
checked, I somewhere heard this.

SS> The only idea I came up with is a allowing secstore to serve
SS> up files without a password for given MAC address and auth ID pairs,
SS> but then again MACs are no longer fixed-in-the-die in modern cards
SS> so I am suspectable to spoofing.

SS> Anyway the general answer appears to be "no" for x86 PCs.
How about little external FlashROM (24cXX) on LPT (or COM) port through i2c bus. It's
more easy and most standardised.


Sergey
-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-28 17:07 [9fans] pxe - nvram Steve Simon
  2004-11-29 11:42 ` Matthias Teege
  2004-11-29 15:11 ` Ronald G. Minnich
@ 2004-11-30  2:08 ` Kenji Okamoto
  2004-11-30  9:14   ` [9fans] usb storage (was Re: pxe - nvram) Richard Miller
  2004-12-01 15:33 ` [9fans] pxe - nvram Sergey Reva
  3 siblings, 1 reply; 23+ messages in thread
From: Kenji Okamoto @ 2004-11-30  2:08 UTC (permalink / raw)
  To: 9fans

> On a related note, I thought there was support for USB
> flash disks, but cannot find any documentation - am I
> being blind?

Well, Richard may be out of the world now.

After revision of usbd, it doesn't work anymore.
Additionally, I think it is a personal and experimental version of
USB storage for Plan 9 by Richard.   It also has a problem of being
very slow to transfer data.  Those are, probably, the reason why 
Richard does not make it public yet (Just my guess).

Kenji



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-29 18:13   ` Steve Simon
  2004-11-29 18:49     ` Sergey Reva
@ 2004-11-30  7:58     ` geoff
  2004-11-30 15:48       ` Ronald G. Minnich
  2004-11-30 16:28       ` Jason Gurtz
  1 sibling, 2 replies; 23+ messages in thread
From: geoff @ 2004-11-30  7:58 UTC (permalink / raw)
  To: 9fans

I couldn't find any free NVRAM in a stock PC when I last looked.  The
PC started out short of resources (e.g., 8 then 15 IRQs) and some of
those limitations are still with us.  Apparently nobody in a position
to fix it (e.g., Microsoft and Intel) thinks that having a chunk of
unallocated NVRAM would be useful enough to make it standard.



^ permalink raw reply	[flat|nested] 23+ messages in thread

* [9fans] usb storage (was Re: pxe - nvram)
  2004-11-30  2:08 ` Kenji Okamoto
@ 2004-11-30  9:14   ` Richard Miller
  0 siblings, 0 replies; 23+ messages in thread
From: Richard Miller @ 2004-11-30  9:14 UTC (permalink / raw)
  To: 9fans

> Well, Richard may be out of the world now.

Not quite!  Just very busy.

> After revision of usbd, it doesn't work anymore.

True.  Usbd has stopped doing some of the initialisation that the
usb storage driver (and perhaps also usb printing?) depended on.
I need to do a bit more work to recover from this.

But you should still be able to use the previous usbd - you'll
probably find it in /bin/usb/_usbd, or you can fetch it from
/n/sourcesdump/1106/plan9/386/bin/usb/usbd.

> Additionally, I think it is a personal and experimental version of
> USB storage for Plan 9 by Richard.   It also has a problem of being
> very slow to transfer data.  Those are, probably, the reason why 
> Richard does not make it public yet (Just my guess).

Not personal (I've sent copies to everyone who asks) but still
experimental.   The slow transfers are because the usbuhci driver in
the kernel does only one read/write per polling cycle.  It should
be able to chain blocks together, but I have not been able to get
this to work yet.

-- Richard



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30  7:58     ` geoff
@ 2004-11-30 15:48       ` Ronald G. Minnich
  2004-11-30 16:28       ` Jason Gurtz
  1 sibling, 0 replies; 23+ messages in thread
From: Ronald G. Minnich @ 2004-11-30 15:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs



On Mon, 29 Nov 2004 geoff@collyer.net wrote:

> I couldn't find any free NVRAM in a stock PC when I last looked.  The
> PC started out short of resources (e.g., 8 then 15 IRQs) and some of
> those limitations are still with us.  Apparently nobody in a position
> to fix it (e.g., Microsoft and Intel) thinks that having a chunk of
> unallocated NVRAM would be useful enough to make it standard.


"Wait a minnit" I thought. Then I realized -- I only used the NVRAM on 
linuxbios machines. Never mind. I'm sure the PC bios uses it all ...

ron


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30  7:58     ` geoff
  2004-11-30 15:48       ` Ronald G. Minnich
@ 2004-11-30 16:28       ` Jason Gurtz
  2004-11-30 16:36         ` Nigel Roles
  1 sibling, 1 reply; 23+ messages in thread
From: Jason Gurtz @ 2004-11-30 16:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 30-Nov-04 02:58, geoff@collyer.net wrote:
> I couldn't find any free NVRAM in a stock PC when I last looked.

Some motherboards, Intel desktop boards in particular, support a boot
splash screen.  Perhaps you could use that area to store stuff (after
making sure the bios is set to NOT display the splash screen!)

Or, maybe it would be really neat to hide data stenographicaly in an
actual splash screen.  Off the top of my head the images are 640x480 at
256 colors.  Not sure if they're compresses, there's a special tool they
have to use a bmp and put it in nvram.

Of course all this isn't standardized  :/

~Jason

-- 


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30 16:28       ` Jason Gurtz
@ 2004-11-30 16:36         ` Nigel Roles
  2004-11-30 16:46           ` Ronald G. Minnich
  0 siblings, 1 reply; 23+ messages in thread
From: Nigel Roles @ 2004-11-30 16:36 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Jason Gurtz wrote:

>On 30-Nov-04 02:58, geoff@collyer.net wrote:
>  
>
>>I couldn't find any free NVRAM in a stock PC when I last looked.
>>    
>>
>
>Some motherboards, Intel desktop boards in particular, support a boot
>splash screen.  Perhaps you could use that area to store stuff (after
>making sure the bios is set to NOT display the splash screen!)
>
>Or, maybe it would be really neat to hide data stenographicaly in an
>actual splash screen.  Off the top of my head the images are 640x480 at
>256 colors.  Not sure if they're compresses, there's a special tool they
>have to use a bmp and put it in nvram.
>
>Of course all this isn't standardized  :/
>
>~Jason
>
>  
>
It's not nvram, it's part of the BIOS flash. I don't think I'd like to 
reprogram my BIOS every time....



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30 16:36         ` Nigel Roles
@ 2004-11-30 16:46           ` Ronald G. Minnich
  2004-11-30 18:30             ` Jack Johnson
  0 siblings, 1 reply; 23+ messages in thread
From: Ronald G. Minnich @ 2004-11-30 16:46 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs



On Tue, 30 Nov 2004, Nigel Roles wrote:

> > Some motherboards, Intel desktop boards in particular, support a boot
> > splash screen.  Perhaps you could use that area to store stuff (after
> > making sure the bios is set to NOT display the splash screen!)

that's in FLASH, which is another kettle of fish. NVRAM is a simple 
inb/outb to program, but FLASH, well, it is harder. But it would be WAY 
cooler to use it, so ...

> > actual splash screen.  Off the top of my head the images are 640x480 at
> > 256 colors.  Not sure if they're compresses, there's a special tool they
> > have to use a bmp and put it in nvram.

intersting idea ...

ron


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30 16:46           ` Ronald G. Minnich
@ 2004-11-30 18:30             ` Jack Johnson
  2004-11-30 19:44               ` Ronald G. Minnich
  0 siblings, 1 reply; 23+ messages in thread
From: Jack Johnson @ 2004-11-30 18:30 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, 30 Nov 2004 09:46:57 -0700 (MST), Ronald G. Minnich
<rminnich@lanl.gov> wrote:
> 
> 
> On Tue, 30 Nov 2004, Nigel Roles wrote:
> 
> > > Some motherboards, Intel desktop boards in particular, support a boot
> > > splash screen.  Perhaps you could use that area to store stuff (after
> > > making sure the bios is set to NOT display the splash screen!)

Actually, it could be very cool to store it in a format that was valid
for the splash screen, maybe some nice moire pattern.  It would be
nearly indecipherable by mere mortals, and would be a lot of (geek)
fun.

-Jack


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30 18:30             ` Jack Johnson
@ 2004-11-30 19:44               ` Ronald G. Minnich
  2004-11-30 19:54                 ` rog
  0 siblings, 1 reply; 23+ messages in thread
From: Ronald G. Minnich @ 2004-11-30 19:44 UTC (permalink / raw)
  To: Jack Johnson, Fans of the OS Plan 9 from Bell Labs



On Tue, 30 Nov 2004, Jack Johnson wrote:

> for the splash screen, maybe some nice moire pattern.  It would be
> nearly indecipherable by mere mortals, and would be a lot of (geek)
> fun.

as long as it looked like glenda, let's see, 480x320 is about 128 Kbits if 
you just put it in the low bit!

ron


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30 19:54                 ` rog
@ 2004-11-30 19:51                   ` Ronald G. Minnich
  2004-11-30 21:57                     ` Jack Johnson
  0 siblings, 1 reply; 23+ messages in thread
From: Ronald G. Minnich @ 2004-11-30 19:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs



On Tue, 30 Nov 2004 rog@vitanuova.com wrote:

> erm as pointed out earlier, the splash screen's gotta be *off*
> otherwise a screen grab could potentially  figure out your nvram &
> hence decipher your passwords...


shoot, I thought we were gonna steganographisize the splash, never mind.

ron


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30 19:44               ` Ronald G. Minnich
@ 2004-11-30 19:54                 ` rog
  2004-11-30 19:51                   ` Ronald G. Minnich
  0 siblings, 1 reply; 23+ messages in thread
From: rog @ 2004-11-30 19:54 UTC (permalink / raw)
  To: 9fans

> > for the splash screen, maybe some nice moire pattern.  It would be
> > nearly indecipherable by mere mortals, and would be a lot of (geek)
> > fun.
> 
> as long as it looked like glenda, let's see, 480x320 is about 128 Kbits if 

erm as pointed out earlier, the splash screen's gotta be *off*
otherwise a screen grab could potentially  figure out your nvram &
hence decipher your passwords...



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-30 19:51                   ` Ronald G. Minnich
@ 2004-11-30 21:57                     ` Jack Johnson
  0 siblings, 0 replies; 23+ messages in thread
From: Jack Johnson @ 2004-11-30 21:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, 30 Nov 2004 12:51:59 -0700 (MST), Ronald G. Minnich
<rminnich@lanl.gov> wrote:
> shoot, I thought we were gonna steganographisize the splash, never mind.

Me too.  I figured a screen grab pre-boot would be difficult.  Easier
to floppy or USB boot and copy the image from flash.

Console access is the security hole.  If you meet someone who can
decipher your passwords from a digital picture of your boot screen,
either:

 - hire them
 - run and dodge the bullets
 - bow in homage

-Jack

P.S.
I love the idea of hiding it in Glenda....


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-11-28 17:07 [9fans] pxe - nvram Steve Simon
                   ` (2 preceding siblings ...)
  2004-11-30  2:08 ` Kenji Okamoto
@ 2004-12-01 15:33 ` Sergey Reva
  2004-12-01 16:03   ` Ronald G. Minnich
  3 siblings, 1 reply; 23+ messages in thread
From: Sergey Reva @ 2004-12-01 15:33 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello 9fans,

I heard many ideas in this thread, but I don't hear comment for my offer:
RS>  How about external FlashROM (24c01 - 128 bytes, 24c02 - 256 bytes
RS>  and 24c04 - 512 bytes) on LPT (or COM) port through i2c bus. It's
RS>  more easy and most standardised.
I2C very easy bus and can be attached to LPT, COM or anything else
(i2c controller integrated in system board). In this way you need:
     1. 24c01(02, 03) IC (manufacturer Atmel or other)
     2. 4 wires (SDA, SCL, plus, minus)
     3. LPT connector
     4. maybe 2-3 diodes
     5. Cold head, hot heart and direct hands :-)

IC can be powered form LPT, COM, Game port or direct from PC.

Disk emulation (CF-IDE and other), usbflash it's very $$$ way!
Additional floppy or HDD, but why we use PXE.

New idea: create special nvram driver with parameter setted while
compilation. This is bad idea, this my opinion, but costless.

I wont see comment.
Sergey.

-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-12-01 15:33 ` [9fans] pxe - nvram Sergey Reva
@ 2004-12-01 16:03   ` Ronald G. Minnich
  2004-12-01 18:18     ` Sergey Reva
  0 siblings, 1 reply; 23+ messages in thread
From: Ronald G. Minnich @ 2004-12-01 16:03 UTC (permalink / raw)
  To: Sergey Reva, Fans of the OS Plan 9 from Bell Labs



On Wed, 1 Dec 2004, Sergey Reva wrote:

> Hello 9fans,
> 
> I heard many ideas in this thread, but I don't hear comment for my offer:
> RS>  How about external FlashROM (24c01 - 128 bytes, 24c02 - 256 bytes
> RS>  and 24c04 - 512 bytes) on LPT (or COM) port through i2c bus. It's
> RS>  more easy and most standardised.
> I2C very easy bus and can be attached to LPT, COM or anything else
> (i2c controller integrated in system board). In this way you need:
>      1. 24c01(02, 03) IC (manufacturer Atmel or other)
>      2. 4 wires (SDA, SCL, plus, minus)
>      3. LPT connector
>      4. maybe 2-3 diodes
>      5. Cold head, hot heart and direct hands :-)

you want to do that 60 or 100 times? I don't. sorry. 

> Disk emulation (CF-IDE and other), usbflash it's very $$$ way!

usbflash. Good idea. 

> New idea: create special nvram driver with parameter setted while
> compilation. This is bad idea, this my opinion, but costless.

not a bad idea for some applications. 

ron


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-12-01 16:03   ` Ronald G. Minnich
@ 2004-12-01 18:18     ` Sergey Reva
  2004-12-01 18:30       ` Ronald G. Minnich
  0 siblings, 1 reply; 23+ messages in thread
From: Sergey Reva @ 2004-12-01 18:18 UTC (permalink / raw)
  To: Ronald G. Minnich, Fans of the OS Plan 9 from Bell Labs

Hello Ronald!

Wednesday, December 1, 2004, 6:03:22 PM, you wrote:
RGM> you want to do that 60 or 100 times? I don't. sorry.
Yes, I don't think about clusters :(
And not all 9fan is electrician or radio amateur :) IMHO 100 so
simple devices - work for one day.

>> Disk emulation (CF-IDE and other), usbflash it's very $$$ way!
RGM> usbflash. Good idea.

You mean, put 60-100 USB Flash Drive's with 128 Mb and use only 512
bytes. Maybe I not understand something? I think if we have fs we don't
need disk on other machines. And how about prices, it terrible (and multiple
it to 60-100)?

Thanks for comment, it better than ignoring!
Sergey

-- 
http://rs-rlab.narod.ru                            mailto:rs_rlab@mail.ru



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-12-01 18:18     ` Sergey Reva
@ 2004-12-01 18:30       ` Ronald G. Minnich
  2004-12-01 18:42         ` Jack Johnson
  0 siblings, 1 reply; 23+ messages in thread
From: Ronald G. Minnich @ 2004-12-01 18:30 UTC (permalink / raw)
  To: Sergey Reva; +Cc: Fans of the OS Plan 9 from Bell Labs



On Wed, 1 Dec 2004, Sergey Reva wrote:

> You mean, put 60-100 USB Flash Drive's with 128 Mb and use only 512
> bytes. Maybe I not understand something? I think if we have fs we don't
> need disk on other machines. And how about prices, it terrible (and multiple
> it to 60-100)?

flash drives are free. Really. They hand them out instead of pens now. 

ron


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [9fans] pxe - nvram
  2004-12-01 18:30       ` Ronald G. Minnich
@ 2004-12-01 18:42         ` Jack Johnson
  0 siblings, 0 replies; 23+ messages in thread
From: Jack Johnson @ 2004-12-01 18:42 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Wed, 1 Dec 2004 11:30:52 -0700 (MST), Ronald G. Minnich
<rminnich@lanl.gov> wrote:
> flash drives are free. Really. They hand them out instead of pens now.

I think you could get a metric ton of 16MB CF cards free from all the
new digital camera purchases coming this Christmas.  The readers are a
different story, though.

-Jack


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2004-12-01 18:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-28 17:07 [9fans] pxe - nvram Steve Simon
2004-11-29 11:42 ` Matthias Teege
2004-11-29 12:05   ` geoff
2004-11-29 15:11 ` Ronald G. Minnich
2004-11-29 18:13   ` Steve Simon
2004-11-29 18:49     ` Sergey Reva
2004-11-30  7:58     ` geoff
2004-11-30 15:48       ` Ronald G. Minnich
2004-11-30 16:28       ` Jason Gurtz
2004-11-30 16:36         ` Nigel Roles
2004-11-30 16:46           ` Ronald G. Minnich
2004-11-30 18:30             ` Jack Johnson
2004-11-30 19:44               ` Ronald G. Minnich
2004-11-30 19:54                 ` rog
2004-11-30 19:51                   ` Ronald G. Minnich
2004-11-30 21:57                     ` Jack Johnson
2004-11-30  2:08 ` Kenji Okamoto
2004-11-30  9:14   ` [9fans] usb storage (was Re: pxe - nvram) Richard Miller
2004-12-01 15:33 ` [9fans] pxe - nvram Sergey Reva
2004-12-01 16:03   ` Ronald G. Minnich
2004-12-01 18:18     ` Sergey Reva
2004-12-01 18:30       ` Ronald G. Minnich
2004-12-01 18:42         ` Jack Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).