Contributed by jolan on from the making-stuff-just-work dept.
mickey@ has been working on fixing some of the PCI interrupt routing/fixup code. I am especially excited by this as my PCI cardbus devices now work in my VIA 8233 based motherboard.
tedu@ just committed enhanced PowerNow! (Cool'n'Quiet) support for the AMD K7 and K8 processor families. Depending on your hardware, you may now be able to take advantage of hw.setperf to scale CPU speed. This is i386 only for now with plans on it being ported to amd64.
And finally, work is in progress to add support for Cypress USB serial adapters because there just aren't enough USB serial drivers yet.
Things can only get better... Here's a choice quote from the 3.8 testing phase (with no context of course):
"ARGH, I just hate it when things get broken!" -- Theo de Raadt
(Comments are closed)
By David Gwynne (220.245.180.132) loki@animata.net on
If you're a geeban like me then you might be interested in the queue.h fixes that Otto Moerbeek has been spearheading. If anyone has used or is thinking of using the macros in that header then they should definately have a look at what he is doing and why.
Another new thing that I think is cool but isn't really hardware related is minimo on the zaurus.
Comments
By Otto Moerbeek (213.84.84.111) otto@drijf.net on http://www.drijf.net
The first version triggered some bugs that caused fs corruption and uvm related panics and was backed out. I'll be posting a new version on that made me able to find the actual location of the offending code, and now the uncovered bugs in softdep and uvm code have been fixed. Just watch tech@ if you're interested.
I also committed some stuff to the queue(3) manpage, warning developers of wrong usage of the macros.
Comments
By jasper (80.60.145.215) on
I noticed ;-) But I'm glad you fixed it.
BTW, I'll test your new diff this weekend.
By David Gwynne (203.171.92.135) loki@animata.net on
By Anonymous Coward (203.26.16.66) on
Comments
By Nate (65.95.228.247) on
Moerbeek is more beek, whatever beek means, also german.
Comments
By Anonymous Coward (213.84.84.111) on
There's also a small village in the Netherlands called Moerbeek and in Belgium there's a Moerbeke.
Comments
By Fearchar (132.185.144.120) fearchar@fearnan.f9.co.uk on
By Anonymous Coward (203.26.16.66) on
Comments
By Anonymous Coward (84.12.143.212) on
By sthen (81.168.66.254) on
By Anonymous Coward (24.126.56.226) on
I followed all those links to the manpages and noticed that each one was formatted different even though each driver basically does the same thing. I wonder, isn't there some sort of style to follow when writing those manpages? Seems to me that they should all follow the same style in order to be more consistent. That's just me.
Anyway, I'm glad to see more support. OpenBSD seems to be focusing on really useufull things lately. Keep up the good work!
Comments
By Anonymous Coward (61.88.57.1) on
Comments
By Anonymous Coward (24.126.56.226) on
Using a modem as a backup Internet connection at home wouldn't work too well for me since I no longer have a PSTN line. I'm using Vonage (so far pretty good service at a better price than Verizon) with my cable Internet connection. If my Internet goes down, my phone goes down as well.
Now that I think about it, I wonder how well a modem would work over VoIP anyway. I've been told that it will work, but I'm doubtfull. It's worth a try anyway. It's not like I'm setting up some production server or anything. It's just home networking stuff - just for fun kind of thing.
By djm@ (203.217.30.86) on
Comments
By Anonymous Coward (65.198.20.164) on
Is there an FAQ on how to contribute to OpenBSD? In other words, I need to know how OpenBSD likes their patches and stuff like that. A how-to would be nice too. I've never submitted a patch before in my life, but I think it goes something like "diff -nru oldfile newfile > file.patch" unless OpenBSD wants something like "cvs diff" which then I would need a current repo copy on my machine and stuff like that. Right? I've never done any that before, but noone has ever done anything until they've done it. Right? In other words, I have to do it to figure it out then I can say I've done it. Although, some quick tips would be helpfull.
Comments
By Anonymous Coward (213.84.84.111) on
btw, you can run cvs diff against an anoncvs server. No need to have a local repo.
Do something like:
Watch out when submitting a diff. Use a mailer that does not convert tabs to spaces. Always sent to yourself first and check if you can apply the diff.By David Gwynne (130.102.78.195) loki@animata.net on
Comments
By Miod Vallat (217.66.123.8) miod@ on
Comments
By David Gwynne (130.102.78.195) loki@animata.net on
By Anonymous Coward (67.71.176.241) on
Comments
By Anonymous Coward (65.198.20.164) on