Re: cwm(1) change on 9/25

2009-10-05 Thread Owain Ainsworth
On Fri, Oct 02, 2009 at 12:32:42AM +0159, Simon Nicolussi wrote: > Hello, > > as a consequence to the last change to cwm(1) no borders are being drawn > for maximized windows. This is fine as long as there's no gap defined in > the cwmrc(5), otherwise the borders between window and gaps are missin

Re: OpenBSD 4.6 crashing on kernel boot due to ahci0 seemingly

2009-10-05 Thread Owain Ainsworth
On Mon, Oct 05, 2009 at 11:01:24PM +0900, Christophe Prevotaux wrote: > Hi, > > My machine is Running OpenBSD/amd64 4.6 (snapshot 02 Oct 2009) > > > The kernel crashed on AHCI detection. > > ahci0 at pci0 dev 18 function 0 "ATI SB600 SATA" rev 0x00: apic 2 int 22 (irq > 11), AHCI 1.1 > scsibus

Re: SiS190 driver: How to do pci_get_device and pci_read_config_byte

2009-10-05 Thread Owain Ainsworth
On Mon, Oct 05, 2009 at 10:26:32AM +0200, Mark Kettenis wrote: > > Date: Mon, 5 Oct 2009 09:51:39 +0200 > > From: Christopher Zimmermann > > > > rc = sis190_get_mac_addr_from_eeprom(pdev, dev); /* This seems to fail */ > > if (rc < 0) { > > u8 reg; > > > > pci_read_config_byte(pdev, 0x73

Re: cwm - menu pops up when clicking inside a window

2009-10-05 Thread Owain Ainsworth
On Fri, Oct 02, 2009 at 10:33:49AM +0200, Thomas Pfaff wrote: > Hi. > > This is not a new issue, but I thought it was about time to report it. > > Some programs will pop up the menu_unhide (launch hidden window list) > menu when being clicked certain places inside their window. Examples > are Sy

Restaurants Increase Sales Without Adding Overhead

2009-10-05 Thread Robert Skorr
Restaurants Increase Sales Without Adding Overhead Savvy restaurants are tapping into the underserved $33 billion market of consumers eating and entertaining at home. Most restaurants offer carry out food, but the appeal is limited as the food cools on the way home. Cold carry out food can quick

OpenBSD 4.6 crashing on kernel boot due to ahci0 seemingly

2009-10-05 Thread Christophe Prevotaux
Hi, My machine is Running OpenBSD/amd64 4.6 (snapshot 02 Oct 2009) The kernel crashed on AHCI detection. ahci0 at pci0 dev 18 function 0 "ATI SB600 SATA" rev 0x00: apic 2 int 22 (irq 11), AHCI 1.1 scsibus0 at achci0: 32 targets sd0 at scsibus0 targ 0 lun 0: SCSI3 0/direct fixed sd0: 152627MB,

Re: FW: Broadcom BCM5787

2009-10-05 Thread Stuart Henderson
On 2009/10/05 14:03, Daniel Rapp wrote: > Hi, Here are the dmesg and pcidump -v > > I have asked the developers and they are positive ther is two gigabit > network ports with BCM5787 chipset on there, there are also two 10/100 > ports with the BCM4401 and those are found.. > pchb6 at pci0 dev 17

Re: FW: Broadcom BCM5787

2009-10-05 Thread Mark Kettenis
> Date: Mon, 5 Oct 2009 14:03:08 +0200 > From: "Daniel Rapp" > > Hi, Here are the dmesg and pcidump -v > > I have asked the developers and they are positive ther is two gigabit > network ports with BCM5787 chipset on there, there are also two 10/100 > ports with the BCM4401 and those are found..

FW: Broadcom BCM5787

2009-10-05 Thread Daniel Rapp
Hi, Here are the dmesg and pcidump -v I have asked the developers and they are positive ther is two gigabit network ports with BCM5787 chipset on there, there are also two 10/100 ports with the BCM4401 and those are found.. " Phoenix Technologies, LTD

Re: Broadcom BCM5787

2009-10-05 Thread Stuart Henderson
On 2009/10/05 11:21, Daniel Rapp wrote: > Hi, hope this is the right mailing list for this question: > > We have a Acrosser AR-M0898A, great little machine for a firewall but I > cant get the Broadcom BCM5787 gigabit network cards to work, from what > info I can find on BCM5787 it is supported but

NVIDIA MCP73 AHCI support

2009-10-05 Thread Vladimir Kirillov
hello tech@ this one makes nvidia MCP73 on acer aspire m1640 desktop work. diff: Index: ahci.c === RCS file: /cvs/src/sys/dev/pci/ahci.c,v retrieving revision 1.148 diff -N -u -p ahci.c --- ahci.c 13 Sep 2009 13:26:39 -

Broadcom BCM5787

2009-10-05 Thread Daniel Rapp
Hi, hope this is the right mailing list for this question: We have a Acrosser AR-M0898A, great little machine for a firewall but I cant get the Broadcom BCM5787 gigabit network cards to work, from what info I can find on BCM5787 it is supported but the two network cards don't even show up.. Does

Private Jet Charter to International Sporting Events

2009-10-05 Thread International Air Charter
( http://international-air-charter.com/474-221E-IGCLO-18O1F-0/c.aspx ) Fly in the Lap of Luxury with International Air Charter Book Your Private Jet today for: b" The Melbourne Cup b" Formula 1 Brazil / Formula 1 Abu Dhabi b" Rugby Union Internationals b"B No queues, no waiting - just you and y

Re: SiS190 driver: How to do pci_get_device and pci_read_config_byte

2009-10-05 Thread Mark Kettenis
> Date: Mon, 5 Oct 2009 09:51:39 +0200 > From: Christopher Zimmermann > > rc = sis190_get_mac_addr_from_eeprom(pdev, dev); /* This seems to fail */ > if (rc < 0) { > u8 reg; > > pci_read_config_byte(pdev, 0x73, ®); /* How to do this in openBSD */ You can't really do byte-access on PCI c

SiS190 driver: How to do pci_get_device and pci_read_config_byte

2009-10-05 Thread Christopher Zimmermann
Hello, I'm trying to port the SiS190 driver from freeBSD. So far I've been quite successful. It compiles without warnings and finds the the MAC and in my case the Realtek PHY. Sadly I only have one PC with one NIC so I can do no real testing. My dsl modem with PPPoE does not yet work. Still I