Author: mav
Date: Thu Apr 4 07:12:24 2013
New Revision: 249083
URL: http://svnweb.freebsd.org/changeset/base/249083
Log:
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
most kernels before FreeBSD 9.0. Remove such modules and respective kernel
options: atadisk,
On 04.04.2013 9:24, Xin Li wrote:
> True, but keep mind that neither random(3) nor rand(3) is intended to
> satisfy cryptographically secure needs, and I don't see a reason why
> kernel arc4 can not be improved.
Danger level here is not to get something cryptographically less secure,
but even much
On 2013-04-04 09:12, Alexander Motin wrote:
>
> Deleted:
> head/sbin/atacontrol/
> head/share/man/man4/atapicam.4
> head/share/man/man4/ataraid.4
Those three should probably be added to ObsoleteFiles.inc as well.
Regards!
--
Niclas
___
svn-src-he
==
--- head/ObsoleteFiles.inc Thu Apr 4 07:12:24 2013(r249083)
+++ head/ObsoleteFiles.inc Thu Apr 4 07:57:32 2013(r249084)
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20130404: legacy ATA stack removed
+OLD_FILES+=sbin/atacontrol
Author: adrian
Date: Thu Apr 4 08:21:56 2013
New Revision: 249085
URL: http://svnweb.freebsd.org/changeset/base/249085
Log:
Fix the busdma logic to work with EDMA chipsets when using bounce
buffers (ie, >4GB on amd64.)
The underlying problem was that PREREAD doesn't sync the mbuf
with
Author: joel (doc committer)
Date: Thu Apr 4 08:30:04 2013
New Revision: 249086
URL: http://svnweb.freebsd.org/changeset/base/249086
Log:
Remove atapicam(4) reference.
Modified:
head/share/man/man5/devfs.conf.5
Modified: head/share/man/man5/devfs.conf.5
=
Author: joel (doc committer)
Date: Thu Apr 4 08:45:37 2013
New Revision: 249087
URL: http://svnweb.freebsd.org/changeset/base/249087
Log:
Remove references to ataraid(4) and atacontrol(8).
Modified:
head/sbin/geom/class/raid/graid.8
head/sbin/geom/class/stripe/gstripe.8
head/share/man/ma
Author: adrian
Date: Thu Apr 4 08:57:29 2013
New Revision: 249088
URL: http://svnweb.freebsd.org/changeset/base/249088
Log:
Update comments!
Modified:
head/sys/dev/ath/if_ath_rx_edma.c
Modified: head/sys/dev/ath/if_ath_rx_edma.c
==
Author: mav
Date: Thu Apr 4 09:15:19 2013
New Revision: 249089
URL: http://svnweb.freebsd.org/changeset/base/249089
Log:
Check status of ahci_em_reset() on attach and abort if reset failed.
For now it is just a hypothetical case.
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/
Author: mav
Date: Thu Apr 4 09:21:24 2013
New Revision: 249090
URL: http://svnweb.freebsd.org/changeset/base/249090
Log:
Remove usr.sbin/burncd, useless after legacy ATA stack removal.
Deleted:
head/usr.sbin/burncd/
Modified:
head/ObsoleteFiles.inc
head/usr.sbin/Makefile
Modified: head/
Author: mav
Date: Thu Apr 4 10:19:05 2013
New Revision: 249091
URL: http://svnweb.freebsd.org/changeset/base/249091
Log:
Use xpt_lock_buses() instead of equivalent mtx_lock(&xsoftc.xpt_topo_lock)
to unify the code.
Modified:
head/sys/cam/cam_xpt.c
Modified: head/sys/cam/cam_xpt.c
Author: joel (doc committer)
Date: Thu Apr 4 10:26:09 2013
New Revision: 249092
URL: http://svnweb.freebsd.org/changeset/base/249092
Log:
Minor rewording.
Discussed with: mav
Modified:
head/sbin/geom/class/raid/graid.8
Modified: head/sbin/geom/class/raid/graid.8
=
Author: adrian
Date: Thu Apr 4 10:46:33 2013
New Revision: 249093
URL: http://svnweb.freebsd.org/changeset/base/249093
Log:
Implement AR933x polled IO uart bus code.
This implements the bus transmit/receive/sigchg/ipend methods with
a polled interrupt handler (ipend) rather than enabling
Author: mav
Date: Thu Apr 4 12:03:30 2013
New Revision: 249094
URL: http://svnweb.freebsd.org/changeset/base/249094
Log:
Remove some more references to legacy ATA.
Submitted by: Dmitry Luhtionov
Modified:
head/usr.sbin/bsdconfig/share/device.subr
head/usr.sbin/pc-sysinstall/backend-q
on 01/04/2013 11:37 Jaakko Heinonen said the following:
>
> Hi,
>
> On 2013-03-21, Martin Matuska wrote:
>> Merge libzfs_core branch:
>> includes MFV 238590, 238592, 247580
>
> I am getting the following error after this commit:
>
> # zpool list
> failed to read pool configuration: bad ad
Author: mav
Date: Thu Apr 4 15:03:12 2013
New Revision: 249095
URL: http://svnweb.freebsd.org/changeset/base/249095
Log:
Remove periodic script for ataraid(4) and add instead script for graid(8).
Added:
head/etc/periodic/daily/401.status-graid (contents, props changed)
Deleted:
head/etc/
Author: gnn
Date: Thu Apr 4 15:16:53 2013
New Revision: 249096
URL: http://svnweb.freebsd.org/changeset/base/249096
Log:
Improve error handling when unwrapping received data.
Submitted by: Rick Macklem
MFC after:1 week
Modified:
head/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
Modified:
George, Rick,
On Thu, Apr 04, 2013 at 03:16:54PM +, George V. Neville-Neil wrote:
G> Modified: head/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
G>
==
G> --- head/sys/rpc/rpcsec_gss/rpcsec_gss_prot.cThu Apr 4 15:03
This has been fixed in r249004
On 4. 4. 2013 16:57, Andriy Gapon wrote:
> on 01/04/2013 11:37 Jaakko Heinonen said the following:
>> Hi,
>>
>> On 2013-03-21, Martin Matuska wrote:
>>> Merge libzfs_core branch:
>>> includes MFV 238590, 238592, 247580
>> I am getting the following error after
Author: rpaulo
Date: Thu Apr 4 15:40:19 2013
New Revision: 249097
URL: http://svnweb.freebsd.org/changeset/base/249097
Log:
Remove a comment about devices being able to specify multiple interrupt
types. This is no longer the case because interrupt types now have to map to
an ithread priorit
Author: mav
Date: Thu Apr 4 17:08:49 2013
New Revision: 249099
URL: http://svnweb.freebsd.org/changeset/base/249099
Log:
Remove xpt_sim_opened(), the only consumer of which was atapicam, which is
now gone.
Modified:
head/sys/cam/cam_xpt.c
head/sys/cam/cam_xpt_sim.h
Modified: head/sys/ca
Author: trasz
Date: Thu Apr 4 18:00:18 2013
New Revision: 249102
URL: http://svnweb.freebsd.org/changeset/base/249102
Log:
Since the CTL version in FreeBSD does not support High Availability,
ctl_is_single should always be set to 1. Make it so. Previously
it was always 0, because ctl_isc_
Author: mav
Date: Thu Apr 4 18:59:29 2013
New Revision: 249104
URL: http://svnweb.freebsd.org/changeset/base/249104
Log:
MFprojects/camlock r248928:
Move CAM_DEBUG_CDB messages from the point of queuing to the point of
sending to SIM. That allows to inspect real requests execution order,
Author: mav
Date: Thu Apr 4 19:04:15 2013
New Revision: 249105
URL: http://svnweb.freebsd.org/changeset/base/249105
Log:
MFprojects/camlock r248930:
Remove extra NULL checks. d_drv1 can never be NULL during periph life cycle.
MFC after:2 weeks
Modified:
head/sys/cam/ata/ata_da.c
Author: mav
Date: Thu Apr 4 19:07:37 2013
New Revision: 249106
URL: http://svnweb.freebsd.org/changeset/base/249106
Log:
MFprojects/camlock r248931:
Replace some direct mutex operations with wrappers.
MFC after:2 weeks
Modified:
head/sys/cam/ata/ata_da.c
head/sys/cam/scsi/scsi_c
Author: mav
Date: Thu Apr 4 20:31:40 2013
New Revision: 249108
URL: http://svnweb.freebsd.org/changeset/base/249108
Log:
MFprojects/camlock:
r249017:
Some cosmetic things:
- Unify device to target insertion inside xpt_alloc_device() instead of
duplicating it three times.
- Remove ex
Hi,
Isn't this a prime candidate to replace with KASSERT()?
Thanks,
Adrian
On 4 April 2013 12:04, Alexander Motin wrote:
> Author: mav
> Date: Thu Apr 4 19:04:15 2013
> New Revision: 249105
> URL: http://svnweb.freebsd.org/changeset/base/249105
>
> Log:
> MFprojects/camlock r248930:
> Re
On 04.04.2013 23:53, Adrian Chadd wrote:
Hi,
Isn't this a prime candidate to replace with KASSERT()?
It could be, but NULL dereference attempt will crash system no less
reliably then KASSERT.
On 4 April 2013 12:04, Alexander Motin wrote:
Author: mav
Date: Thu Apr 4 19:04:15 2013
New Rev
On Wed, Apr 03, 2013 at 06:04:37PM +1100, Bruce Evans wrote:
> > Modified: head/lib/libc/stdlib/rand.c
> > ==
> > --- head/lib/libc/stdlib/rand.c Tue Apr 2 21:34:38 2013
> > (r249034)
> > +++ head/lib/libc/stdl
Glebius wrote:
> George, Rick,
>
> On Thu, Apr 04, 2013 at 03:16:54PM +, George V. Neville-Neil
> wrote:
> G> Modified: head/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
> G>
> ==
> G> --- head/sys/rpc/rpcsec_gss/rpcsec_gss_pr
Glebius wrote:
> George, Rick,
>
> On Thu, Apr 04, 2013 at 03:16:54PM +, George V. Neville-Neil
> wrote:
> G> Modified: head/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
> G>
> ==
> G> --- head/sys/rpc/rpcsec_gss/rpcsec_gss_pr
Author: jkim
Date: Thu Apr 4 22:11:30 2013
New Revision: 249112
URL: http://svnweb.freebsd.org/changeset/base/249112
Log:
Merge ACPICA 20130328.
Added:
head/sys/contrib/dev/acpica/compiler/asllistsup.c
- copied, changed from r249110,
vendor-sys/acpica/dist/source/compiler/asllistsup.c
Author: wg (ports committer)
Date: Thu Apr 4 23:11:56 2013
New Revision: 249113
URL: http://svnweb.freebsd.org/changeset/base/249113
Log:
Add myself as a ports committer and my mentor relationship.
While in the repository, add myself to calendar.freebsd.
Approved by: jpaetzel (mentor
Author: smh
Date: Thu Apr 4 23:19:51 2013
New Revision: 249115
URL: http://svnweb.freebsd.org/changeset/base/249115
Log:
Adds security options to camcontrol this includes the ability to secure erase
disks such as SSD's
Adds the ability to run ATA commands via the SCSI ATA Pass-Through(16
Author: adrian
Date: Fri Apr 5 00:21:17 2013
New Revision: 249117
URL: http://svnweb.freebsd.org/changeset/base/249117
Log:
Use geom_uncompress here; we need this to fit in a 4MB flash part.
Modified:
head/sys/mips/conf/AP121
Modified: head/sys/mips/conf/AP121
==
Author: adrian
Date: Fri Apr 5 00:22:17 2013
New Revision: 249118
URL: http://svnweb.freebsd.org/changeset/base/249118
Log:
* Add AR9330/AR9331 to the soc identifier enum;
* Set it when probing the CPU type.
Modified:
head/sys/mips/atheros/ar71xx_setup.c
head/sys/mips/atheros/ar71xx_setu
Author: adrian
Date: Fri Apr 5 00:22:53 2013
New Revision: 249119
URL: http://svnweb.freebsd.org/changeset/base/249119
Log:
AR9330/AR9331 also needs to ACK the APB interrupt register, same as
AR724x.
This fixes 'stuck interrupt' problems I was having when writing the
uart interrupt cod
Author: adrian
Date: Fri Apr 5 00:26:06 2013
New Revision: 249120
URL: http://svnweb.freebsd.org/changeset/base/249120
Log:
Implement the AR933x interrupt driven UART code.
* Enable RX and host interrupts during bus probe/attach
* Disable all interrupts (+ host ISR) during bus detach
*
Author: adrian
Date: Fri Apr 5 00:26:29 2013
New Revision: 249121
URL: http://svnweb.freebsd.org/changeset/base/249121
Log:
Now that interrupt driven uart IO is working, flip this back on.
Modified:
head/sys/mips/conf/AR933X_BASE.hints
Modified: head/sys/mips/conf/AR933X_BASE.hints
Author: adrian
Date: Fri Apr 5 01:35:59 2013
New Revision: 249123
URL: http://svnweb.freebsd.org/changeset/base/249123
Log:
Implement the AR933x ethernet support.
Obtained from:OpenWRT
Modified:
head/sys/mips/atheros/ar933x_chip.c
head/sys/mips/atheros/ar933xreg.h
head/sys/m
Author: adrian
Date: Fri Apr 5 01:38:13 2013
New Revision: 249124
URL: http://svnweb.freebsd.org/changeset/base/249124
Log:
Add AP121 ethernet / switch PHY support.
* arge0 is MII
* arge1 is GMII
* the MDIO bus is on arge1, not arge0
* the default switch config is to have ports 0-3 a
Author: adrian
Date: Fri Apr 5 02:01:05 2013
New Revision: 249125
URL: http://svnweb.freebsd.org/changeset/base/249125
Log:
Fix AR933x USB support - this needs the same controller initialisation
as the AR7242.
Tested:
* Atheros AP121, AR9331
* ZyDas wifi device, and 64MB (yes, ew)
Author: adrian
Date: Fri Apr 5 02:02:37 2013
New Revision: 249126
URL: http://svnweb.freebsd.org/changeset/base/249126
Log:
Implement USB device reset and poweron.
Tested:
* Atheros AP131, AR9331 SoC
Modified:
head/sys/mips/atheros/ar933x_chip.c
Modified: head/sys/mips/atheros/ar9
Author: adrian
Date: Fri Apr 5 02:15:10 2013
New Revision: 249127
URL: http://svnweb.freebsd.org/changeset/base/249127
Log:
Add the basic GPIO pin mapping to the hints file.
Tested:
* AP121 board, tested USB/jumpstart LEDs
Modified:
head/sys/mips/conf/AP121.hints
Modified: head/sy
Author: jhibbits
Date: Fri Apr 5 04:53:43 2013
New Revision: 249129
URL: http://svnweb.freebsd.org/changeset/base/249129
Log:
Print out DSISR in a fatal DSI trap.
Sponsored by:
Modified:
head/sys/powerpc/aim/trap.c
Modified: head/sys/powerpc/aim/trap.c
=
Interesting, I never touched the Sponsored by: line.
On Apr 4, 2013 9:53 PM, "Justin Hibbits" wrote:
> Author: jhibbits
> Date: Fri Apr 5 04:53:43 2013
> New Revision: 249129
> URL: http://svnweb.freebsd.org/changeset/base/249129
>
> Log:
> Print out DSISR in a fatal DSI trap.
>
> Sponsored
On 5 April 2013 01:01, Justin Hibbits wrote:
> Interesting, I never touched the Sponsored by: line.
Did you recently rebuild Subversion (after r314983 in ports?)
Rui added a patch that may have affected this, but I don't think it
should magically add a sponsored by line.
Do you have ORGANIZATIO
On Apr 4, 2013 10:06 PM, "Eitan Adler" wrote:
>
> On 5 April 2013 01:01, Justin Hibbits wrote:
> > Interesting, I never touched the Sponsored by: line.
>
> Did you recently rebuild Subversion (after r314983 in ports?)
>
> Rui added a patch that may have affected this, but I don't think it
> shoul
On 2013/04/04, at 22:13, Justin Hibbits wrote:
> I rebuilt all ports just the other day, don't know what ports revision it
> corresponds to, but I did a portsnap on Monday. And I don't have ORGANIZATION
> set in make.conf.
How did you commit it? It's impossible for it not to appear on your edit
49 matches
Mail list logo