|
|
Up |
  |
Author: Alexander HallAlexander Hall
Date: May 13, 2008 17:57
Simple diff to remove "acpithinkpad: unknown type 7 event 0x000"
warning. Since my kernel hacking knowledge is limited, I'll leave
it at that.
Index: acpithinkpad.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/acpithinkpad.c,v
retrieving revision 1.1
diff -u -p -r1.1 acpithinkpad.c
--- acpithinkpad.c 27 Apr 2008 16:23:16 -0000 1.1
+++ acpithinkpad.c 14 May 2008 00:51:04 -0000
@@ -63,6 +63,9 @@
#define THINKPAD_TABLET_PEN_INSERTED 0x00b
#define THINKPAD_TABLET_PEN_REMOVED 0x00c
+/* type 7 events */
+#define THINKPAD_WIRELESS_SWITCH 0x000
+
struct acpithinkpad_softc {
struct device sc_dev;
|
| Show full article (1.55Kb) |
|
| |
no comments
|
|
  |
Author: andrew freshandrew fresh
Date: May 13, 2008 11:02
I dunno if this is proper, but I have sticky set, and I mostly like it,
but I want Pidgin to move with me so here is the diff.
l8rZ,
--
andrew - ICQ# 253198 - Jabber: andrew@ rraz.net
BOFH excuse of the day: the daemons! the daemons! the terrible daemons!
Index: cwmrc.5
===================================================================
RCS file: /cvs/xenocara/app/cwm/cwmrc.5,v
retrieving...
|
| Show full article (1.94Kb) |
|
| |
no comments
|
|
  |
Author: Henning BrauerHenning Brauer
Date: May 13, 2008 02:41
* Girish Venkatachalam gmail.com> [2008-05-12 18:18]:
> Right now anyway you cannot test since the hackathon in Japan has
> changed the NAT code completely. So I have to rewrite the kernel bits.
but before we actually have to complete and commit that :)
--
Henning Brauer, hb@bsws.de, henning@ openbsd.org
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting - Hamburg & Amsterdam
|
| |
|
3 Comments |
|
  |
|
|
  |
Author: Iruata SouzaIruata Souza
Date: May 9, 2008 16:01
On Fri, May 9, 2008 at 6:49 PM, Ted Unangst gmail.com> wrote:
> On May 9, 2008, at 12:13 PM, "Iruata Souza" gmail.com> wrote:
>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>
>> does bloat keep things simple?
>
> Does sending the same email twice make it better?
>
I was just displaying non-printing characters, sorry
iru
|
| |
|
no comments
|
|
  |
Author: BradBrad
Date: May 9, 2008 15:55
The following diff fixes the gem(4) driver to properly set and clear
the IFF_OACTIVE flag as appropriate to indicate to the upper layer
that the adapter has run out of TX descriptors.
Please test with any gem(4) adapters.
Index: gem.c
===================================================================
RCS file: /cvs/src/sys/dev/ic/gem.c,v
retrieving revision 1.73
diff -u -p -r1.73 gem.c
--- gem.c 10 Feb 2008 16:54:23 -0000 1.73
+++ gem.c 1 Apr 2008 21:32:46 -0000
@@ -807,7 +807,6 @@ gem_init(struct ifnet *ifp)
ifp->if_flags |= IFF_RUNNING;
ifp->if_flags &= ~IFF_OACTIVE;
- ifp->if_timer = 0;
splx(s);
|
| Show full article (1.23Kb) |
|
no comments
|
|
  |
Author: Ted UnangstTed Unangst
Date: May 9, 2008 14:52
On May 9, 2008, at 12:13 PM, "Iruata Souza" gmail.com> wrote:
>
>>>>>>
>>>>>
>>>>
>>>
>
> does bloat keep things simple?
Does sending the same email twice make it better?
|
| |
|
no comments
|
|
  |
Author: Unix FanUnix Fan
Date: May 9, 2008 10:39
Tim Wiess wrote:
> I was originally thinking in a different mindset.
Yeah, The Unix philosophy...
OpenBSD isn't Unix, but Theo is a douche. :-)
-Nix Fan.
|
| |
|
no comments
|
|
  |
Author: Federico G. SchwindtFederico G. Schwindt
Date: May 9, 2008 10:36
hi,
if you have a usb device that does not work when booting with
"device problem, disabling port X", but works if plugged after, please give
it a try and send me the dmesg.
the printf will go away when i commit it.
thanks,
f.-
|
| Show full article (1.48Kb) |
|
no comments
|
|
  |
|
  |
Author: Iruata SouzaIruata Souza
Date: May 9, 2008 10:07
On Fri, May 9, 2008 at 1:31 PM, Jacob Meuser sdf.lonestar.org> wrote:
> On Fri, May 09, 2008 at 01:11:35PM -0300, Iruata Souza wrote:
>> On Fri, May 9, 2008 at 12:48 PM, Henning Brauer
>> wrote:
>>> * Tim Wiess [2008-05-09 17:46]:
>>>>>>> a) Creates SUN AU files
>>>>>>> b) Creates RIFF WAV files
>>>>>>> c) You can specify the duration of recording
>>>>>>> d) You can specify recording rates and few other misc options
>>>>>>
>>>>>> Would there be any value in creating a new tool, maybe called
>>>>>> aurec(1)?
>>>>>
>>>>> No. Why learn/maintain a new tool, then a tiny commandline option will
>>>>> do?
>>>>
>>>> Because recording is not aucat's job. It's analogous to adding more
>>>> options to cat(1). If you want to convert&write the data, pipe it to
>>>> another program whos job is to do just that. Keep it simple.
>>> ...
|
| Show full article (1.27Kb) |
|
no comments
|
|
|
|
|