From hselasky at c2i.net Mon Jun 9 02:43:12 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Mon Jun 9 02:43:16 2008 Subject: AT91RM9200 and possibly other ARM targets are broken in 8-current after recent commit (solution) In-Reply-To: <200804222301.28841.hselasky@c2i.net> References: <200804222024.m3MKOXZN097466@casselton.net> <200804222301.28841.hselasky@c2i.net> Message-ID: <200806090344.38252.hselasky@c2i.net> Hi ! Thanks for all the support on this issue. Now I finally found out what the problem was: Index: src/sys/dev/usb/usb_transfer.c =================================================================== --- src/sys/dev/usb/usb_transfer.c (revision 738) +++ src/sys/dev/usb/usb_transfer.c (working copy) @@ -1990,9 +1990,11 @@ xfer->flags_int.control_hdr) { /* special case */ if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) { + /* The device controller writes to memory */ + xfer->frbuffers[0].isread = 1; + } else { + /* The host controller reads from memory */ xfer->frbuffers[0].isread = 0; - } else { - xfer->frbuffers[0].isread = 1; } } else { /* default case */ I had switched around flush and invalidate for a small tiny little USB SETUP packet of 8-bytes. Grrr. Now it works! And I celebrate with the following dmesg: Bytes transferred = 12010912 (b745a0 hex) ## Starting application at 0x200000E0 ... KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-CURRENT #445: Mon Jun 9 03:33:05 CEST 2008 hans_other@server0.selasky.org:/usr/obj/arm/usr/7-current/src/sys/custom CPU: ARM920T rev 0 (ARM9TDMI core) DC enabled IC enabled WB enabled LABT 16KB/32B 64-way Instruction cache 16KB/32B 64-way write-back-locking-A Data cache real memory = 67108864 (64 MB) avail memory = 49553408 (47 MB) atmelarm0: on motherboard at91_st0: mem 0xdffffd00-0xdffffdff irq 1 on atmelarm0 at91_st0: watchdog registered, timeout intervall max. 64 sec at91_pio0: mem 0xdffff400-0xdffff5ff irq 1 on atmelarm0 at91_pio0: ABSR: 0x60 OSR: 0 PSR:0x3938001f ODSR: 0 at91_pio0: [FILTER] at91_pio1: mem 0xdffff600-0xdffff7ff irq 1 on atmelarm0 at91_pio1: ABSR: 0xff301 OSR: 0x2 PSR:0x3fc00cfe ODSR: 0 at91_pio1: [FILTER] at91_pio2: mem 0xdffff800-0xdffff9ff irq 1 on atmelarm0 at91_pio2: ABSR: 0 OSR: 0x1000000a PSR:0xffffc075 ODSR: 0x10000000 at91_pio2: [FILTER] at91_pio3: mem 0xdffffa00-0xdffffbff irq 1 on atmelarm0 at91_pio3: ABSR: 0 OSR: 0 PSR:0xfffffff ODSR: 0 at91_pio3: [FILTER] at91_pmc0: mem 0xdffffc00-0xdffffcff irq 1 on atmelarm0 at91_pmc0: Primary: 10000000 Hz PLLA: 180 MHz CPU: 180 MHz MCK: 60 MHz at91_udp0: mem 0xdffb0000-0xdffb3fff irq 11,3 on atmelarm0 at91_udp0: [ITHREAD] at91_udp0: [ITHREAD] usb0 on at91_udp0 at91_mci0: mem 0xdffb4000-0xdffb7fff irq 10 on atmelarm0 at91_mci0: [ITHREAD] mmc0: on at91_mci0 at91_twi0: mem 0xdffb8000-0xdffbbfff irq 12 on atmelarm0 at91_twi0: [ITHREAD] iicbus0: on at91_twi0 setting cwgr to 0x1a4a4 iicbus0: at addr 0 iic0: on iicbus0 icee0: at addr 0xa0 on iicbus0 ate0: mem 0xdffbc000-0xdffbffff irq 24 on atmelarm0 ate0: No MAC address set device_attach: ate0 attach returned 6 uart0: mem 0xdffff200-0xdffff3ff irq 1 on atmelarm0 uart0: [FILTER]M]X....?..??..(115200,n,8,1) uart1: mem 0xdffc0000-0xdffc3fff irq 6 on atmelarm0 uart1: [FILTER] uart2: mem 0xdffc4000-0xdffc7fff irq 7 on atmelarm0 uart2: [FILTER] uart3: mem 0xdffc8000-0xdffcbfff irq 8 on atmelarm0 uart3: [FILTER] uart4: mem 0xdffcc000-0xdffcffff irq 9 on atmelarm0 uart4: [FILTER] at91_spi0: mem 0xdffe0000-0xdffe3fff irq 13 on atmelarm0 at91_spi0: [ITHREAD] spibus0: on at91_spi0 ohci0: mem 0xdfe00000-0xdfefffff irq 23 on atmelarm0 ohci0: [ITHREAD] usb1 on ohci0 Cannot get 100 Hz clock; using 100Hz at91_st0: [FILTER] Timecounter "AT91RM9200 timer" frequency 32768 Hz quality 1000 Timecounters tick every 10.000 msec mmc0: setting transfer rate to 30.000MHz usb0: 12Mbps Full Speed USB v1.1 uhub0: on usb0 uhub0: 1 port with 1 removable, self powered usb1: 12Mbps Full Speed USB v1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered aue0: on usb1 miibus0: on aue0 ukphy0: PHY 1 on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto aue0: Ethernet address: 00:c0:26:10:0d:40 aue0: link state changed to DOWN usbd_alloc_device: set address 3 failed (ignored) usbd_alloc_device: getting device descriptor at addr 3 failed! uhub1:uhub_reattach_port: could not allocate new device! Trying to mount root from ufs:/dev/md0 Now it is bedtime. --HPS From service.fedex at fedex.com Thu Jun 12 22:15:56 2008 From: service.fedex at fedex.com (Mr.Bruno Brawn) Date: Thu Jun 12 22:16:01 2008 Subject: YOU HAVE A PACKAGE FROM FEDEX COURIER Message-ID: <200806122205.m5CM5Fh3085355@zeus.sgabi.com> Attention, Please be informed that I have Paid for the delivery fee for your Cheque Draft. But the manager of Intercontinental Bank Plc told me that before the check will get to you that it will expire. So i told him to cash $800, 000.00. all the necessary arrangement of delivering the $800, 000.00 in cash was made with FEDEX COURIER DELIVERY COMPANY. so they have aggreed to send it to you. Below is the needed information to enable them deliver the fund to you immediately. the only fee you have to pay to them is $100 usd that they will use in obtaining the fund's insurance certificate and claims of affadvite that will prove that this parcel consist of total sum of $800.000.00 belong to you. Then be rest assure that all other fees have been paid by me. 1.YOUR FULL NAME........................................ 2.YOUR HOME ADDRESS..................................... 3.YOUR CURRENT HOME TELEPHONE NUMBER.................... 4.YOUR CURRENT OFFICE TELEPHONE......................... 5.A COPY OF YOUR PICTURE................................ 6.COMPANY REGISTRATION NO........................AF70945 7.CODE NUMBER....................................2178234 Now contact FEDEX COURIER DELIVERY COMPANY'S DIRECTOR Mr. Cambell at (service.fedex01@gmail.com) for the sending of the fund to you. Please make sure you send the above needed information to them. Note: The FEDEX COURIER DELIVERY COMPANY LTD don't know the contents of the Box. I registered it as a Box of family valuable belongs. They don't know it contents fund. this is to avoid them delaying with the Box. Besides, don't let them know that is money that is in that Box.I am waiting for your urgent response. Thanks. Bruno Brawn From service.fedex at fedex.com Thu Jun 12 22:15:57 2008 From: service.fedex at fedex.com (Mr.Bruno Brawn) Date: Thu Jun 12 22:16:01 2008 Subject: YOU HAVE A PACKAGE FROM FEDEX COURIER Message-ID: <200806122203.m5CM3M4L082030@zeus.sgabi.com> Attention, Please be informed that I have Paid for the delivery fee for your Cheque Draft. But the manager of Intercontinental Bank Plc told me that before the check will get to you that it will expire. So i told him to cash $800, 000.00. all the necessary arrangement of delivering the $800, 000.00 in cash was made with FEDEX COURIER DELIVERY COMPANY. so they have aggreed to send it to you. Below is the needed information to enable them deliver the fund to you immediately. the only fee you have to pay to them is $100 usd that they will use in obtaining the fund's insurance certificate and claims of affadvite that will prove that this parcel consist of total sum of $800.000.00 belong to you. Then be rest assure that all other fees have been paid by me. 1.YOUR FULL NAME........................................ 2.YOUR HOME ADDRESS..................................... 3.YOUR CURRENT HOME TELEPHONE NUMBER.................... 4.YOUR CURRENT OFFICE TELEPHONE......................... 5.A COPY OF YOUR PICTURE................................ 6.COMPANY REGISTRATION NO........................AF70945 7.CODE NUMBER....................................2178234 Now contact FEDEX COURIER DELIVERY COMPANY'S DIRECTOR Mr. Cambell at (service.fedex01@gmail.com) for the sending of the fund to you. Please make sure you send the above needed information to them. Note: The FEDEX COURIER DELIVERY COMPANY LTD don't know the contents of the Box. I registered it as a Box of family valuable belongs. They don't know it contents fund. this is to avoid them delaying with the Box. Besides, don't let them know that is money that is in that Box.I am waiting for your urgent response. Thanks. Bruno Brawn From security.alert at westpac.com.au Thu Jun 12 23:15:41 2008 From: security.alert at westpac.com.au (Westpac Bank) Date: Thu Jun 12 23:15:45 2008 Subject: Service Availability Notification Message-ID: <200806122314.m5CNEiJ1090942@zeus.sgabi.com> Dear Valued Customer, Westpacs Electronic Banking Services Security Team is carrying out a fraud prevention exercise on all accounts to reduce and prevent Fraud on our online Banking system .All Verified Accounts will recieve a Special Anti-Fraud Protection, Which will reduce all risks of Online Fraud. It is time for all our customers to protect their account log on details to help us fight against internet fraudster's on our online banking system. Please click on [1]https://secure.westpac.co.au/cgi/logon to continue protect your account information to the verification process. Remember Failure to protect your account details will lead to account suspension for security Reasons. Westpac Online Banking Internet Security Team, Copyright (c) Westpac Online Banking is authorised and regulated by the Financial Services Authority. References 1. http://www.aksb.de/upload/dateien/Imtrend/westpac.co.nz.htm From service.fedex at fedex.com Fri Jun 13 05:33:07 2008 From: service.fedex at fedex.com (Mr.Bruno Brawn) Date: Fri Jun 13 05:33:11 2008 Subject: YOU HAVE A PACKAGE WITH FEDEX COURIER Message-ID: <200806130532.m5D5Wnsk063832@zeus.sgabi.com> Attention, Please be informed that I have Paid for the delivery fee for your Cheque Draft. But the manager of Intercontinental Bank Plc told me that before the check will get to you that it will expire. So i told him to cash $800, 000.00. all the necessary arrangement of delivering the $800, 000.00 in cash was made with FEDEX COURIER DELIVERY COMPANY. so they have aggreed to send it to you. Below is the needed information to enable them deliver the fund to you immediately. the only fee you have to pay to them is $100 usd that they will use in obtaining the fund's insurance certificate and claims of affadvite that will prove that this parcel consist of total sum of $800.000.00 belong to you. Then be rest assure that all other fees have been paid by me. 1.YOUR FULL NAME........................................ 2.YOUR HOME ADDRESS..................................... 3.YOUR CURRENT HOME TELEPHONE NUMBER.................... 4.YOUR CURRENT OFFICE TELEPHONE......................... 5.A COPY OF YOUR PICTURE................................ 6.COMPANY REGISTRATION NO........................AF70945 7.CODE NUMBER....................................2178234 Now contact FEDEX COURIER DELIVERY COMPANY'S DIRECTOR Mr. Cambell at (service.fedex@gmail.com) for the sending of the fund to you. Please make sure you send the above needed information to them. Note: The FEDEX COURIER DELIVERY COMPANY LTD don't know the contents of the Box. I registered it as a Box of family valuable belongs. They don't know it contents fund. this is to avoid them delaying with the Box. Besides, don't let them know that is money that is in that Box.I am waiting for your urgent response. Thanks. Bruno Brawn From subtil at gmail.com Mon Jun 16 00:40:01 2008 From: subtil at gmail.com (Nuno Subtil) Date: Mon Jun 16 00:40:04 2008 Subject: Marvell Orion port status? Message-ID: Hello, I was looking at what operating systems would run on a Marvell Orion 88F5182 board, and came across a presentation about porting FreeBSD to it. Having used FreeBSD extensively in the past, this got me interested. I couldn't figure out the current status of the port, though, nor could I find any more info anywhere about it. Does anyone have any more info on this, or could someone point me in the right direction? Thanks, Nuno From tinderbox at freebsd.org Mon Jun 16 07:07:36 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 16 07:07:44 2008 Subject: [head tinderbox] failure on arm/arm Message-ID: <20080616070734.2593B73039@freebsd-current.sentex.ca> TB --- 2008-06-16 07:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-06-16 07:05:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-06-16 07:05:01 - cleaning the object tree TB --- 2008-06-16 07:05:35 - cvsupping the source tree TB --- 2008-06-16 07:05:35 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-06-16 07:05:43 - building world (CFLAGS=-O -pipe) TB --- 2008-06-16 07:05:43 - cd /src TB --- 2008-06-16 07:05:43 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 16 07:05:45 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree [...] rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/compress (cleandir) rm -f compress compress.o zopen.o compress.1.gz compress.1.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/cpio (cleandir) "Makefile", line 12: Malformed conditional (${MK_GNU_CPIO} != "yes") "Makefile", line 15: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-06-16 07:07:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-06-16 07:07:33 - ERROR: failed to build world TB --- 2008-06-16 07:07:33 - tinderbox aborted TB --- 42.24 user 11.69 system 152.98 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From tinderbox at freebsd.org Mon Jun 16 07:16:55 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 16 07:17:10 2008 Subject: [head tinderbox] failure on arm/arm Message-ID: <20080616071648.5B18F7303F@freebsd-current.sentex.ca> TB --- 2008-06-16 07:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-06-16 07:15:00 - starting HEAD tinderbox run for arm/arm TB --- 2008-06-16 07:15:00 - cleaning the object tree TB --- 2008-06-16 07:15:03 - cvsupping the source tree TB --- 2008-06-16 07:15:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-06-16 07:15:12 - building world (CFLAGS=-O -pipe) TB --- 2008-06-16 07:15:12 - cd /src TB --- 2008-06-16 07:15:12 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 16 07:15:13 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree [...] rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/compress (cleandir) rm -f compress compress.o zopen.o compress.1.gz compress.1.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/cpio (cleandir) "Makefile", line 12: Malformed conditional (${MK_GNU_CPIO} != "yes") "Makefile", line 15: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-06-16 07:16:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-06-16 07:16:48 - ERROR: failed to build world TB --- 2008-06-16 07:16:48 - tinderbox aborted TB --- 41.83 user 9.72 system 107.52 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From tinderbox at freebsd.org Mon Jun 16 07:26:12 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 16 07:26:31 2008 Subject: [head tinderbox] failure on arm/arm Message-ID: <20080616072609.C8E0E7303E@freebsd-current.sentex.ca> TB --- 2008-06-16 07:25:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-06-16 07:25:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-06-16 07:25:01 - cleaning the object tree TB --- 2008-06-16 07:25:04 - cvsupping the source tree TB --- 2008-06-16 07:25:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-06-16 07:25:10 - building world (CFLAGS=-O -pipe) TB --- 2008-06-16 07:25:10 - cd /src TB --- 2008-06-16 07:25:10 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 16 07:25:11 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree [...] rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/compress (cleandir) rm -f compress compress.o zopen.o compress.1.gz compress.1.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/cpio (cleandir) "Makefile", line 12: Malformed conditional (${MK_GNU_CPIO} != "yes") "Makefile", line 15: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-06-16 07:26:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-06-16 07:26:09 - ERROR: failed to build world TB --- 2008-06-16 07:26:09 - tinderbox aborted TB --- 41.47 user 9.56 system 68.78 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From tinderbox at freebsd.org Mon Jun 16 07:31:12 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 16 07:31:25 2008 Subject: [head tinderbox] failure on arm/arm Message-ID: <20080616073106.90DF973039@freebsd-current.sentex.ca> TB --- 2008-06-16 07:30:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-06-16 07:30:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-06-16 07:30:01 - cleaning the object tree TB --- 2008-06-16 07:30:03 - cvsupping the source tree TB --- 2008-06-16 07:30:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-06-16 07:30:09 - building world (CFLAGS=-O -pipe) TB --- 2008-06-16 07:30:09 - cd /src TB --- 2008-06-16 07:30:09 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 16 07:30:10 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree [...] rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/compress (cleandir) rm -f compress compress.o zopen.o compress.1.gz compress.1.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/cpio (cleandir) "Makefile", line 12: Malformed conditional (${MK_GNU_CPIO} != "yes") "Makefile", line 15: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-06-16 07:31:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-06-16 07:31:06 - ERROR: failed to build world TB --- 2008-06-16 07:31:06 - tinderbox aborted TB --- 41.84 user 9.11 system 65.52 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From tinderbox at freebsd.org Mon Jun 16 07:36:13 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 16 07:36:20 2008 Subject: [head tinderbox] failure on arm/arm Message-ID: <20080616073608.825FE7303E@freebsd-current.sentex.ca> TB --- 2008-06-16 07:35:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-06-16 07:35:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-06-16 07:35:01 - cleaning the object tree TB --- 2008-06-16 07:35:03 - cvsupping the source tree TB --- 2008-06-16 07:35:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-06-16 07:35:09 - building world (CFLAGS=-O -pipe) TB --- 2008-06-16 07:35:09 - cd /src TB --- 2008-06-16 07:35:09 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 16 07:35:10 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree [...] rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/compress (cleandir) rm -f compress compress.o zopen.o compress.1.gz compress.1.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/cpio (cleandir) "Makefile", line 12: Malformed conditional (${MK_GNU_CPIO} != "yes") "Makefile", line 15: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-06-16 07:36:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-06-16 07:36:08 - ERROR: failed to build world TB --- 2008-06-16 07:36:08 - tinderbox aborted TB --- 41.73 user 9.37 system 67.41 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From tinderbox at freebsd.org Mon Jun 16 07:41:13 2008 From: tinderbox at freebsd.org (FreeBSD Tinderbox) Date: Mon Jun 16 07:41:28 2008 Subject: [head tinderbox] failure on arm/arm Message-ID: <20080616074106.8F30473039@freebsd-current.sentex.ca> TB --- 2008-06-16 07:40:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-06-16 07:40:01 - starting HEAD tinderbox run for arm/arm TB --- 2008-06-16 07:40:01 - cleaning the object tree TB --- 2008-06-16 07:40:03 - cvsupping the source tree TB --- 2008-06-16 07:40:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/arm/arm/supfile TB --- 2008-06-16 07:40:08 - building world (CFLAGS=-O -pipe) TB --- 2008-06-16 07:40:08 - cd /src TB --- 2008-06-16 07:40:08 - /usr/bin/make -B buildworld >>> World build started on Mon Jun 16 07:40:09 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree [...] rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/compress (cleandir) rm -f compress compress.o zopen.o compress.1.gz compress.1.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> usr.bin/cpio (cleandir) "Makefile", line 12: Malformed conditional (${MK_GNU_CPIO} != "yes") "Makefile", line 15: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-06-16 07:41:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-06-16 07:41:06 - ERROR: failed to build world TB --- 2008-06-16 07:41:06 - tinderbox aborted TB --- 41.67 user 9.43 system 65.38 real http://tinderbox.des.no/tinderbox-head-HEAD-arm-arm.full From raj at semihalf.com Mon Jun 16 08:30:11 2008 From: raj at semihalf.com (Rafal Jaworowski) Date: Mon Jun 16 08:30:15 2008 Subject: Marvell Orion port status? In-Reply-To: References: Message-ID: <48562194.60000@semihalf.com> Nuno Subtil wrote: > I was looking at what operating systems would run on a Marvell Orion > 88F5182 board, and came across a presentation about porting FreeBSD to > it. Having used FreeBSD extensively in the past, this got me > interested. > > I couldn't figure out the current status of the port, though, nor > could I find any more info anywhere about it. Does anyone have any > more info on this, or could someone point me in the right direction? Basic Orion support is currently available from P4 arm development branch: http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/arm/src&HIDEDEL=NO and it covers the following functionality: - basic CPU support (interrupts, timers) - integrated 1Gbps Ethernet - EHCI USB - multi-user operation - booting from net or USB device It should run fine on a 5182 system among other variants. More integrated peripherals support that already is [being] developed (including PCI/PCIe, IDMA, I2C) will also be available. I'm going to merge all Orion support with the main FreeBSD repository, but was very busy with other things recently. Rafal From gavin at FreeBSD.org Sat Jun 21 13:11:20 2008 From: gavin at FreeBSD.org (gavin@FreeBSD.org) Date: Sat Jun 21 13:11:22 2008 Subject: arm/121242: [ate] [patch] Promiscuous mode of if_ate (arm) doesn't work Message-ID: <200806211311.m5LDBJtP057319@freefall.freebsd.org> Synopsis: [ate] [patch] Promiscuous mode of if_ate (arm) doesn't work Responsible-Changed-From-To: freebsd-net->freebsd-arm Responsible-Changed-By: gavin Responsible-Changed-When: Sat Jun 21 13:10:35 UTC 2008 Responsible-Changed-Why: Over to -arm@ mailing list for consideration http://www.freebsd.org/cgi/query-pr.cgi?pr=121242 From ticso at FreeBSD.org Sat Jun 21 14:46:52 2008 From: ticso at FreeBSD.org (ticso@FreeBSD.org) Date: Sat Jun 21 14:46:54 2008 Subject: arm/121242: [ate] [patch] Promiscuous mode of if_ate (arm) doesn't work Message-ID: <200806211446.m5LEkpbw072396@freefall.freebsd.org> Synopsis: [ate] [patch] Promiscuous mode of if_ate (arm) doesn't work Responsible-Changed-From-To: freebsd-arm->ticso Responsible-Changed-By: ticso Responsible-Changed-When: Sat Jun 21 14:40:49 UTC 2008 Responsible-Changed-Why: I'll take this. I also have a similar patch in my queue which handles broken multicast with this driver. http://www.freebsd.org/cgi/query-pr.cgi?pr=121242 From andrew at fubar.geek.nz Sun Jun 29 10:37:06 2008 From: andrew at fubar.geek.nz (Andrew Turner) Date: Sun Jun 29 10:37:33 2008 Subject: FreeBSD for the Neo1973 snapshot Message-ID: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> I've created a snapshot of my work on getting FreeBSD booting on the Neo1973 cellphone [1]. With this I am able to get FreeBSD booting to single user mode. I have put some notes on building FreeBSD, qemu and the required tools on the OpenMoko wiki at [2]. Andrew [1] http://fubar.geek.nz/files/freebsd/neo1973/neo-20080629.tar.bz2 [2] http://wiki.openmoko.org/wiki/FreeBSD From torfinn.ingolfsen at broadpark.no Sun Jun 29 18:02:05 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sun Jun 29 18:02:10 2008 Subject: FreeBSD for the Neo1973 snapshot In-Reply-To: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> References: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> Message-ID: <20080629190202.e838f9f6.torfinn.ingolfsen@broadpark.no> On Sun, 29 Jun 2008 22:20:19 +1200 Andrew Turner wrote: > I've created a snapshot of my work on getting FreeBSD booting on > the Neo1973 cellphone [1]. > > With this I am able to get FreeBSD booting to single user mode. I have > put some notes on building FreeBSD, qemu and the required tools on the > OpenMoko wiki at [2]. This is exciting news - thanks for sharing! Perhaps my Neo1973 will run FreeBSd in the future. -- Regards, Torfinn Ingolfsen From hselasky at c2i.net Sun Jun 29 20:58:53 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Sun Jun 29 20:58:57 2008 Subject: FreeBSD for the Neo1973 snapshot In-Reply-To: <20080629190202.e838f9f6.torfinn.ingolfsen@broadpark.no> References: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> <20080629190202.e838f9f6.torfinn.ingolfsen@broadpark.no> Message-ID: <200806292200.26296.hselasky@c2i.net> On Sunday 29 June 2008, Torfinn Ingolfsen wrote: > On Sun, 29 Jun 2008 22:20:19 +1200 > > Andrew Turner wrote: > > I've created a snapshot of my work on getting FreeBSD booting on > > the Neo1973 cellphone [1]. > > > > With this I am able to get FreeBSD booting to single user mode. I have > > put some notes on building FreeBSD, qemu and the required tools on the > > OpenMoko wiki at [2]. > > This is exciting news - thanks for sharing! > Perhaps my Neo1973 will run FreeBSd in the future. ... If there is an USB chip on the Neo1973 I can write an USB driver for it. I just need the datasheet. --HPS From torfinn.ingolfsen at broadpark.no Sun Jun 29 22:45:16 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Sun Jun 29 22:45:20 2008 Subject: FreeBSD for the Neo1973 snapshot In-Reply-To: <200806292200.26296.hselasky@c2i.net> References: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> <20080629190202.e838f9f6.torfinn.ingolfsen@broadpark.no> <200806292200.26296.hselasky@c2i.net> Message-ID: <20080630004514.6ed5f6a3.torfinn.ingolfsen@broadpark.no> On Sun, 29 Jun 2008 22:00:25 +0200 Hans Petter Selasky wrote: > If there is an USB chip on the Neo1973 I can write an USB driver for > it. I just need the datasheet. Well, there is usb according to wiki: http://wiki.openmoko.org/wiki/Neo1973_Hardware#USB_Host but I don't know if it is in a separate chip. And this looks interesting: http://wiki.openmoko.org/wiki/Neo1973_USB_host HTH -- Regards, Torfinn Ingolfsen From hselasky at c2i.net Mon Jun 30 10:03:25 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Mon Jun 30 10:03:29 2008 Subject: FreeBSD for the Neo1973 snapshot In-Reply-To: <20080630004514.6ed5f6a3.torfinn.ingolfsen@broadpark.no> References: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> <200806292200.26296.hselasky@c2i.net> <20080630004514.6ed5f6a3.torfinn.ingolfsen@broadpark.no> Message-ID: <200806301204.59414.hselasky@c2i.net> On Monday 30 June 2008, Torfinn Ingolfsen wrote: > On Sun, 29 Jun 2008 22:00:25 +0200 > > Hans Petter Selasky wrote: > > If there is an USB chip on the Neo1973 I can write an USB driver for > > it. I just need the datasheet. > > Well, there is usb according to wiki: > http://wiki.openmoko.org/wiki/Neo1973_Hardware#USB_Host > > but I don't know if it is in a separate chip. > > And this looks interesting: > http://wiki.openmoko.org/wiki/Neo1973_USB_host > > HTH Who sells these devices in Europe ? --HPS From skalla.raabjorn at gmx.de Mon Jun 30 12:27:40 2008 From: skalla.raabjorn at gmx.de (Skalla Raabjorn) Date: Mon Jun 30 12:27:47 2008 Subject: FreeBSD for the Neo1973 snapshot In-Reply-To: <200806301204.59414.hselasky@c2i.net> References: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> <200806292200.26296.hselasky@c2i.net> <20080630004514.6ed5f6a3.torfinn.ingolfsen@broadpark.no> <200806301204.59414.hselasky@c2i.net> Message-ID: <20080630140100.3f6dfcfc@sol.hackerzberg.local> On Mon, 30 Jun 2008 12:04:58 +0200 Hans Petter Selasky wrote: > On Monday 30 June 2008, Torfinn Ingolfsen wrote: > > On Sun, 29 Jun 2008 22:00:25 +0200 > > > > Hans Petter Selasky wrote: > > > If there is an USB chip on the Neo1973 I can write an USB driver for > > > it. I just need the datasheet. > > > > Well, there is usb according to wiki: > > http://wiki.openmoko.org/wiki/Neo1973_Hardware#USB_Host > > > > but I don't know if it is in a separate chip. > > > > And this looks interesting: > > http://wiki.openmoko.org/wiki/Neo1973_USB_host > > > > HTH > > Who sells these devices in Europe ? E.g. http://www.pulster.de/ is a cheap one with 299euro for germany. > > --HPS > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From torfinn.ingolfsen at broadpark.no Mon Jun 30 18:17:16 2008 From: torfinn.ingolfsen at broadpark.no (Torfinn Ingolfsen) Date: Mon Jun 30 18:17:20 2008 Subject: FreeBSD for the Neo1973 snapshot In-Reply-To: <20080630140100.3f6dfcfc@sol.hackerzberg.local> References: <20080629222019.0574ddac@bender.flat.fubar.geek.nz> <200806292200.26296.hselasky@c2i.net> <20080630004514.6ed5f6a3.torfinn.ingolfsen@broadpark.no> <200806301204.59414.hselasky@c2i.net> <20080630140100.3f6dfcfc@sol.hackerzberg.local> Message-ID: <20080630201632.74e71cb2.torfinn.ingolfsen@broadpark.no> On Mon, 30 Jun 2008 14:01:00 +0200 Skalla Raabjorn wrote: > On Mon, 30 Jun 2008 12:04:58 +0200 > Hans Petter Selasky wrote: > > Who sells these devices in Europe ? > > E.g. http://www.pulster.de/ is a cheap one with 299euro for germany. Just one thing: the Neo1973 has sold out[2] long ago, the device in the shops now (ok later this week) is the next one - the Neo Freerunner[1]. a comparison[3] shows that the new device isn't bad either. :-) But some parts are different- References: 1) Freerunner - http://wiki.openmoko.org/wiki/Neo_FreeRunner 2) Neo 1973 sold out - http://wiki.openmoko.org/wiki/Main_Page 3) http://wiki.openmoko.org/wiki/Neo1973:_GTA01Bv4_versus_GTA02_comparison -- Regards, Torfinn Ingolfsen