pkg_add should ask for versions sooner

2013-04-29 Thread Ted Unangst
I'm setting up a new machine. At some point I'm going to run a command something like "pkg_add firefox ... lua ... ImageMagick". This goes off and downloads a million things, before eventually asking me what version of lua I want. I pick, then things go on, then eventually some dependency of ImageM

SiS 7018 Audio Codec in current

2013-04-29 Thread J. Scott Heppler
Update to OpenBSD 5.3-current (GENERIC) #146: Thu Apr 25 16:55:16 MDT 2013 results in a dmesg with ohci1 at pci0 dev 1 function 3 "SiS 5597/5598 USB" rev 0x07: irq 5, version 1.0, legacy support autri0 at pci0 dev 1 function 4 "SiS 7018 Audio" rev 0x02: irq 11 autri0: Codec timeout. Busy writing

Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter

2013-04-29 Thread slashwaves
Hi Stuart, It's bad news or good news ... :) SHM - Original Message - From: Stuart Henderson To: slashwaves Cc: "bugs@openbsd.org" Sent: Monday, April 29, 2013 6:54 PM Subject: Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter On 2013/04

Re: OpenBSD 5.3 kernel build ulpt(4)

2013-04-29 Thread Martin Pieuchot
On 29/04/13(Mon) 12:15, Dennis Lindroos wrote: > Hi > > I'm trying to compile a non-generic OPENBSD_5_3/i386 kernel and get > this error: > > ld -Ttext 0xD0200120 -e start -N --warn-common -nopie -X -o bsd > ${SYSTEM_HEAD} vers.o ${OBJS} > ulpt.o(.text+0x8d): In function `ulpt_ucode_loader_hp':

OpenBSD 5.3 kernel build ulpt(4)

2013-04-29 Thread Dennis Lindroos
Hi I'm trying to compile a non-generic OPENBSD_5_3/i386 kernel and get this error: ld -Ttext 0xD0200120 -e start -N --warn-common -nopie -X -o bsd ${SYSTEM_HEAD} vers.o ${OBJS} ulpt.o(.text+0x8d): In function `ulpt_ucode_loader_hp': /mnt/src/sys/dev/usb/ulpt.c:685: undefined reference to `loa

Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter

2013-04-29 Thread Stuart Henderson
On 2013/04/29 18:52, slashwaves wrote: > udav0: 1.10/1.01, addr 2> on usbus0 > ue0: on udav0 > ue0: Ethernet address: 00:e0:4c:53:44:58 Aha. http://svnweb.freebsd.org/base?view=revision&revision=238466 "The JP1082 device doesn't respond to the MII_BMSR command and it turns out that it has an u

Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter

2013-04-29 Thread slashwaves
udav0: on usbus0 ue0: on udav0 ue0: Ethernet address: 00:e0:4c:53:44:58 SHM - Original Message - From: Stuart Henderson To: Stefanus Hermawan ; "bugs@openbsd.org" Cc: Sent: Monday, April 29, 2013 4:23 PM Subject: Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM

Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter

2013-04-29 Thread Stuart Henderson
On 2013/04/29 19:11, Jonathan Gray wrote: > You need to figure out what chip it has. > FreeBSD don't seem to have a man page for 'ue' or a driver in > their sys/dev/usb/net/ dir so I have no idea what it is > attaching as. Looks like they attach all USB ethernet devices to ue; http://svnweb.freebs

Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter

2013-04-29 Thread Jonathan Gray
You need to figure out what chip it has. FreeBSD don't seem to have a man page for 'ue' or a driver in their sys/dev/usb/net/ dir so I have no idea what it is attaching as. On Mon, Apr 29, 2013 at 02:04:32PM +0700, Stefanus Hermawan wrote: > Hi Jonathan, > > I have test my device in FreeBSD 10-CU

Re: Driver for Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter

2013-04-29 Thread Stefanus Hermawan
Hi Jonathan, I have test my device in FreeBSD 10-CURRENT, and run fine on 'ue' pseudo-device. Any ideas? Sent from my iPhone On Apr 23, 2013, at 4:40 PM, Jonathan Gray wrote: > Try the following diff, you'll have to run make in > sys/dev/usb after applying. > > Index: usbdevs >