Re: hme(4) on hppa?

Mark Kettenis <[email protected]> Mon, 26 May 2008 23:35:59 +0200 (CEST)
Newsgroups gmane.os.openbsd.hppa
Message-ID <[email protected]>
> Date: Mon, 26 May 2008 23:30:36 +0200
> From: Stian Sletner <[email protected]>
> 
> Hi!
> 
> I've acquired a C3600 that I've installed OpenBSD on, and everything
> seems to be working swell, maybe except a bit slow on the disk i/o.  But
> I have shoved a Sun Quad Fast Ethernet card in it to be part of a
> bridging firewall setup, only to discover that hme(4) isn't supported on
> hppa.  I was curious if anyone knows why, because AFAIK it's a plain PCI
> device and it's supported on pretty much everything else that does PCI.

It'll probably just work if you add

hme*    at pci?                         # Sun Happy Meal

to your kernel config.

Let me know if it works and I'll add it to the hppa GENERIC kernel.