Displaying
1
—
50
of
239,764
commits
(0.016s)
FreeBSD
—
head/usr.sbin/bsdconfig/share script.subr
Alphabetize reserved-word (resword) registration.
| Delta |
File |
| +4 |
-4 |
head/usr.sbin/bsdconfig/share/script.subr |
| +4 |
-4 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/share script.subr
| Delta |
File |
| +1 |
-1 |
head/usr.sbin/bsdconfig/share/script.subr |
| +1 |
-1 |
1 file
|
FreeBSD
—
head/sys/netinet6 icmp6.c
Use ICMP6STAT_INC() macro for ICMPv6 errors accounting.
MFC after: 2 weeks
| Delta |
File |
| +17 |
-17 |
head/sys/netinet6/icmp6.c |
| +17 |
-17 |
1 file
|
FreeBSD
—
stable/9/sys/dev/agp agp.c
MFC: r238172 (partial)
Don't use Maxmem when the amount of memory is meant. Use realmem instead.
Maxmem is not only a MD variable, it represents the highest physical memory
address in use. On systems where memory is sparsely layed-out the highest
memory address and the amount of memory are not interchangeable. Scaling the
AGP aperture based on the actual amount of memory (= realmem) rather than
the available memory (= physmem) makes sure there's consistent behaviour
across architectures.
| Delta |
File |
| +1 |
-2 |
stable/9/sys/dev/agp/agp.c |
| +1 |
-2 |
1 file
|
FreeBSD
—
projects/pf/head/sys/net pfvar.h, projects/pf/head/sys/netpfil/pf pf.c pf_ioctl.c
De-vnet hash sizes and hash masks.
Submitted by: Nikos Vassiliadis <nvass gmx.com>
Reviewed by: trociny
| Delta |
File |
| +31 |
-33 |
projects/pf/head/sys/netpfil/pf/pf.c |
| +9 |
-9 |
projects/pf/head/sys/netpfil/pf/pf_ioctl.c |
| +3 |
-5 |
projects/pf/head/sys/net/pfvar.h |
| +2 |
-2 |
projects/pf/head/sys/netpfil/pf/if_pfsync.c |
| +45 |
-49 |
4 files
|
FreeBSD
—
projects/pf/head/contrib/pf man pfctl, projects/pf/head/sys/contrib pf
Remove dirs removed in head.
| Delta |
File |
| +0 |
-0 |
projects/pf/head/contrib/pf/man/ |
| +0 |
-0 |
projects/pf/head/contrib/pf/pfctl/ |
| +0 |
-0 |
projects/pf/head/sys/contrib/pf/ |
| +0 |
-0 |
projects/pf/head/sys/netinet/ipfw/ |
| +0 |
-0 |
4 files
|
FreeBSD
—
projects/pf/head Makefile.inc1 UPDATING, projects/pf/head/bin/cat cat.c cat.1
| Delta |
File |
| +65,039 |
-0 |
projects/pf/head/tools/tools/cxgbetool/reg_defs_t5.c |
| +7,100 |
-17,026 |
projects/pf/head/contrib/openbsm/configure |
| +0 |
-22,017 |
projects/pf/head/contrib/expat/configure |
| +18,543 |
-135 |
projects/pf/head/sys/dev/cxgbe/common/t4_regs.h |
| +0 |
-15,664 |
projects/pf/head/games/fortune/datfiles/fortunes-o.real |
| +3,179 |
-7,494 |
projects/pf/head/contrib/tcpdump/configure |
| +735,754 |
-465,013 |
11042 files not shown |
| +829,615 |
-527,349 |
11048 files
|
FreeBSD
—
stable/9/sys/cam cam_compat.h
MFC r251989:
Fix an unfortunate typo with the compat shims
Obtained from: Netflix
| Delta |
File |
| +3 |
-3 |
stable/9/sys/cam/cam_compat.h |
| +3 |
-3 |
1 file
|
FreeBSD
—
head/sys/cam cam_compat.h
Fix an unfortunate typo with the compat shims
Obtained from: Netflix
MFC after: now
| Delta |
File |
| +3 |
-3 |
head/sys/cam/cam_compat.h |
| +3 |
-3 |
1 file
|
FreeBSD
—
head/sys/amd64/amd64 exception.S, head/sys/i386/i386 exception.s
Some clarifications and updates for the comments, mostly retrieved
from Bruce Evans. Trim the trailing spaces.
MFC after: 1 week
| Delta |
File |
| +34 |
-30 |
head/sys/i386/i386/exception.s |
| +16 |
-12 |
head/sys/amd64/amd64/exception.S |
| +50 |
-42 |
2 files
|
FreeBSD
—
stable/9/sys/sys bio.h
Poor man's binary compatibility of the struct bio: move the added structure
members to the end of the structure.
Obtained from: Netflix
| Delta |
File |
| +5 |
-3 |
stable/9/sys/sys/bio.h |
| +5 |
-3 |
1 file
|
FreeBSD
—
stable/9/sys/cam cam_ccb.h
Tweak the CAM_DATA flags that were added with r251874 to allow source
compatibility and almost 100% binary compatibility. The old
CAM_SG_LIST_PHYS flag is essentially lost in binary compatibility for
legacy SIM drivers. The use of this flag is excedingly rare.
Obtained from: Netflix
| Delta |
File |
| +10 |
-5 |
stable/9/sys/cam/cam_ccb.h |
| +10 |
-5 |
1 file
|
FreeBSD
—
head/lib/libthr/thread thr_cancel.c
The SUSv4tc1 requires that pthread_setcancelstate() shall be not a
cancellation point. When enabling the cancellation, only process the
pending cancellation for asynchronous mode.
Reported and reviewed by: Kohji Okuno <okuno.kohji at jp.panasonic.com>
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
| Delta |
File |
| +2 |
-1 |
head/lib/libthr/thread/thr_cancel.c |
| +2 |
-1 |
1 file
|
FreeBSD
—
head/sys/kern uipc_sockbuf.c
When a previous call to sbsndptr() leaves sb->sb_sndptroff at the start of an
mbuf that was fully consumed by the previous call, the mbuf ptr returned by the
current call ends up being the previous mbuf in the sb chain to the one that
contains the data we want.
This does not cause any observable issues because the mbuf copy routines happily
walk the mbuf chain to get to the data at the moff offset, which in this case
means they effectively skip over the mbuf returned by sbsndptr().
We can't adjust sb->sb_sndptr during the previous call for this case because the
next mbuf in the chain may not exist yet. We therefore need to detect the
condition and make the adjustment during the current call.
Fix by detecting the special case of moff being at the start of the next mbuf in
the chain and adjust the required accounting variables accordingly.
Reviewed by: andre
MFC after: 2 weeks
| Delta |
File |
| +7 |
-0 |
head/sys/kern/uipc_sockbuf.c |
| +7 |
-0 |
1 file
|
FreeBSD
—
head/sys/vm uma_core.c
- Persist the caller's flags in the bucket allocation flags so we don't
lose a M_NOVM when we recurse into a bucket allocation.
Sponsored by: EMC / Isilon Storage Division
| Delta |
File |
| +1 |
-1 |
head/sys/vm/uma_core.c |
| +1 |
-1 |
1 file
|
FreeBSD
—
head/usr.bin Makefile
Bandaid: mips doesn't seem to have the full set of atomics builtins. I
will investigate more.
| Delta |
File |
| +2 |
-0 |
head/usr.bin/Makefile |
| +2 |
-0 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/usermgmt groupdel groupedit
Remove extra whitespace lines.
| Delta |
File |
| +0 |
-2 |
head/usr.sbin/bsdconfig/usermgmt/groupdel |
| +0 |
-2 |
head/usr.sbin/bsdconfig/usermgmt/groupedit |
| +0 |
-2 |
head/usr.sbin/bsdconfig/usermgmt/userdel |
| +0 |
-2 |
head/usr.sbin/bsdconfig/usermgmt/useredit |
| +0 |
-8 |
4 files
|
FreeBSD
—
head/usr.sbin/bsdconfig/timezone/share zones.subr
Change a humongous if-statement at the end of f_install_zoneinfo_file() into
an early return, allowing a huge chunk of code to be indented one-level less
| Delta |
File |
| +110 |
-114 |
head/usr.sbin/bsdconfig/timezone/share/zones.subr |
| +110 |
-114 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/timezone timezone
Take advantage of newly updated f_dialog_{yesno,noyes}() functions from
SVN r251977 (adding an $hline parameter).
| Delta |
File |
| +4 |
-22 |
head/usr.sbin/bsdconfig/timezone/timezone |
| +4 |
-22 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/timezone/share zones.subr
When I first wrote the timezone module, it was in sysutils/tzdialog and it
pre-dates bsdconfig. Update the code to take advantage of f_dialog_msgbox().
| Delta |
File |
| +31 |
-105 |
head/usr.sbin/bsdconfig/timezone/share/zones.subr |
| +31 |
-105 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/share dialog.subr
Change the f_dialog_{yesno,noyes}() function-arguments in `dialog.subr' to
accomodate an $hline value for overriding the default. This change does
not effect any current modules as it turns out that not one single usage of
either f_dialog_yesno() or f_dialog_noyes() relied on accepting more than a
first argument (read: all occurrences quoted the first parameter; so $* was
never depended upon).
This will allow some custom invocations of --yesno and --noyes to roll over
to these functions (for example, in `timezone/timezone').
| Delta |
File |
| +6 |
-6 |
head/usr.sbin/bsdconfig/share/dialog.subr |
| +6 |
-6 |
1 file
|
FreeBSD
—
head/sys/amd64/vmm/io vlapic.c
Fix a gcc warning uncovered after r251745.
Reported by: Sergey V. Dyatko
Reviewed by: neel
| Delta |
File |
| +3 |
-0 |
head/sys/amd64/vmm/io/vlapic.c |
| +3 |
-0 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/startup misc
Perform some code consolidation and replace nested case-statements with
more logical if-else statements for each menu selection.
| Delta |
File |
| +71 |
-67 |
head/usr.sbin/bsdconfig/startup/misc |
| +71 |
-67 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/startup startup
Fix a regression introduced by r251967, resulting in:
/usr/libexec/bsdconfig/140.startup/startup: 130:
Syntax error: ";;" unexpected (expecting "fi")
| Delta |
File |
| +1 |
-1 |
head/usr.sbin/bsdconfig/startup/startup |
| +1 |
-1 |
1 file
|
FreeBSD
—
stable/9/sys/dev/xen/blkfront blkfront.c, stable/9/sys/dev/xen/netfront netfront.c
MFC Xen fixes:
svn rev 250081 Author:gibbs Date:2013-04-29T23:08:13.552620Z
==============
xenstore/xenstore.c:
Prevent access to invalid memory region when listing an empty
directory in the XenStore.
Reported by: Bei Guan
svn rev 250913 Author:gibbs Date:2013-05-22T17:13:03.545339Z
==============
Correct panic on detach of Xen PV network interfaces.
dev/xen/netfront:
In netif_free(), properly stop the interface and drain any pending
timers prior to disconnecting from the backend device.
Remove all media and detach our interface object from the system
prior to deleting it.
PR: kern/176471
Submitted by: Roger Pau Monne <roger.pau at citrix.com>
Reviewed by: gibbs
[45 lines not shown]
| Delta |
File |
| +50 |
-27 |
stable/9/sys/xen/xenbus/xenbusb.c |
| +10 |
-10 |
stable/9/sys/dev/xen/blkfront/blkfront.c |
| +10 |
-3 |
stable/9/sys/dev/xen/netfront/netfront.c |
| +2 |
-1 |
stable/9/sys/xen/xenstore/xenstore.c |
| +72 |
-41 |
4 files
|
FreeBSD
—
head/usr.sbin/bsdconfig/startup rcvar
| Delta |
File |
| +2 |
-2 |
head/usr.sbin/bsdconfig/startup/rcvar |
| +2 |
-2 |
1 file
|
FreeBSD
—
stable/9/sys/dev/bce if_bce.c
Now that r251221 has been MFC'ed to stable/9 in r251939, merge the remainder
of r251146 previously partially MFC'ed in r251573:
In bce_get_pg_buf(), take advantage of bus_dmamap_load_mbuf_sg(9).
| Delta |
File |
| +11 |
-8 |
stable/9/sys/dev/bce/if_bce.c |
| +11 |
-8 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/console console, head/usr.sbin/bsdconfig/console/include messages.subr
Perform some code consolidation and add some additional error
checking/reporting. (similar to SVN revisions 251919 and 251928)
| Delta |
File |
| +16 |
-28 |
head/usr.sbin/bsdconfig/usermgmt/usermgmt |
| +14 |
-13 |
head/usr.sbin/bsdconfig/console/console |
| +11 |
-8 |
head/usr.sbin/bsdconfig/startup/startup |
| +1 |
-0 |
head/usr.sbin/bsdconfig/usermgmt/include/messages.subr |
| +1 |
-0 |
head/usr.sbin/bsdconfig/console/include/messages.subr |
| +1 |
-0 |
head/usr.sbin/bsdconfig/startup/include/messages.subr |
| +44 |
-49 |
6 files
|
FreeBSD
—
head/tools/build/mk OptionalObsoleteFiles.inc
Teach delete-old how to clean up after WITH/WITHOUT_SVN{LITE} permutations.
| Delta |
File |
| +24 |
-0 |
head/tools/build/mk/OptionalObsoleteFiles.inc |
| +24 |
-0 |
1 file
|
FreeBSD
—
head/usr.sbin/bsdconfig/startup rcconf rcdelete
| Delta |
File |
| +3 |
-0 |
head/usr.sbin/bsdconfig/startup/rcconf |
| +3 |
-0 |
head/usr.sbin/bsdconfig/startup/rcdelete |
| +3 |
-0 |
head/usr.sbin/bsdconfig/startup/rcvar |
| +9 |
-0 |
3 files
|
FreeBSD
—
head/sys/conf files, head/sys/dev/ixgbe ixgbe_dcb.c ixgbe_dcb_82599.c
Add quad port probe support, this gives the admin proper information about the slot
(which should be a PCIE Gen 3 slot for this adapter) by looking back thru the PCI
parent devices to the slot device.
The fix above also corrects the bandwidth display to GT/s rather than the
incorrect Gb/s
Next, allow the use of ALTQ if you select the compile option IXGBE_LEGACY_TX.
Allow the use of 'unsupported' optic modules by a compile option as well.
Add a phy reset capability into the stop code, this is so a static configured
driver will still behave properly when taken down (not being able to unload it).
This revision synchronizes the shared code with Intel internal current code,
and note that it now includes DCB supporting code, this was necessitated by
some internal changes with the code, but it also will provide the opportunity
to develop this feature in the core driver down the road.
I have edited the README to get rid of some of the worse anachronisms in it
as well, its by no means as robust as I might wish at this point however.
Oh, I also have included some conditional stuff in the code so it will be
compatible in both the 9.X and 10 environments.
[4 lines not shown]
| Delta |
File |
| +718 |
-0 |
head/sys/dev/ixgbe/ixgbe_dcb.c |
| +586 |
-0 |
head/sys/dev/ixgbe/ixgbe_dcb_82599.c |
| +267 |
-97 |
head/sys/dev/ixgbe/ixgbe_common.c |
| +210 |
-150 |
head/sys/dev/ixgbe/ixgbe_phy.c |
| +359 |
-0 |
head/sys/dev/ixgbe/ixgbe_dcb_82598.c |
| +206 |
-92 |
head/sys/dev/ixgbe/ixgbe.c |
| +789 |
-108 |
18 files not shown |
| +3,135 |
-447 |
24 files
|
FreeBSD
—
stable/9/sys/ia64/ia64 physmem.c pmap.c, stable/9/sys/ia64/include md_var.h
MFC: r238190
Implement ia64_physmem_alloc() and use it consistently to get memory
before VM has been initialized.
| Delta |
File |
| +65 |
-2 |
stable/9/sys/ia64/ia64/physmem.c |
| +7 |
-58 |
stable/9/sys/ia64/ia64/pmap.c |
| +9 |
-19 |
stable/9/sys/ia64/ia64/machdep.c |
| +1 |
-1 |
stable/9/sys/ia64/include/md_var.h |
| +82 |
-80 |
4 files
|
FreeBSD
—
stable/9/sys/conf files.ia64, stable/9/sys/ia64/ia64 machdep.c physmem.c
MFC: r238184
Hide the creation of phys_avail behind an API to make it easier to do it
correctly. We now iterate the EFI memory descriptors once and collect all
the information in a single pass.
| Delta |
File |
| +61 |
-142 |
stable/9/sys/ia64/ia64/machdep.c |
| +195 |
-0 |
stable/9/sys/ia64/ia64/physmem.c |
| +6 |
-6 |
stable/9/sys/ia64/ia64/busdma_machdep.c |
| +7 |
-2 |
stable/9/sys/ia64/include/md_var.h |
| +0 |
-3 |
stable/9/sys/ia64/include/param.h |
| +1 |
-0 |
stable/9/sys/conf/files.ia64 |
| +270 |
-153 |
6 files
|
FreeBSD
—
head/sys/dev/drm2/i915 intel_fb.c, head/sys/dev/syscons scvgarndr.c
On some generations of the Intel GPU, disabling of the VGA Display
stops updating the vertical retrace indicator. The text mouse
renderer in syscons is executing from the callout and spins waiting
for the start of next frame. As result, after the X server finishes,
since the VGA cannot be turned on, but syscons does not know about
this, the clock swi spins forever.
Hack around the problem by disabling wait for the retrace if KMS is
activated.
Diagnosed and tested by: Michiel Boland <boland37 at xs4all.nl>
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
| Delta |
File |
| +5 |
-1 |
head/sys/dev/syscons/scvgarndr.c |
| +3 |
-0 |
head/sys/dev/drm2/i915/intel_fb.c |
| +8 |
-1 |
2 files
|
FreeBSD
—
head/sys/dev/drm2/i915 i915_gem.c
Since the gem pagefault handler relocks the vm object lock, other
thread might fault on the same GTT offset meantime and instantiate the
mapping. Recheck that the mgt device object still does not have a
page at the current offset after relocking, and return a possibly
installed page.
Reported by: Oleg Sidorkin <osidorkin at gmail.com>
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
| Delta |
File |
| +19 |
-1 |
head/sys/dev/drm2/i915/i915_gem.c |
| +19 |
-1 |
1 file
|
FreeBSD
—
head/sys/dev/drm2/i915 i915_gem.c
Remove stray empty line.
MFC after: 3 days
| Delta |
File |
| +0 |
-1 |
head/sys/dev/drm2/i915/i915_gem.c |
| +0 |
-1 |
1 file
|
FreeBSD
—
head/contrib/bmake parse.c
Fix use after free bug.
Parse_SetInput:
curFile->fname was using the buffer passed to it - which ReadMakefile frees.
This change makes the comment in ParseEOF about leaking curFile->fname true.
| Delta |
File |
| +4 |
-2 |
head/contrib/bmake/parse.c |
| +4 |
-2 |
1 file
|
FreeBSD
—
stable/9/sys/kern kern_exec.c
MFC r251285:
Do not map the shared page COW.
| Delta |
File |
| +3 |
-2 |
stable/9/sys/kern/kern_exec.c |
| +3 |
-2 |
1 file
|
FreeBSD
—
head/contrib/subversion/subversion/include svn_version.h, head/contrib/subversion/subversion/libsvn_fs_fs rep-cache-db.h
| Delta |
File |
| +2 |
-2 |
head/contrib/subversion/subversion/include/svn_version.h |
| +1 |
-1 |
head/contrib/subversion/subversion/libsvn_wc/wc-checks.h |
| +1 |
-1 |
head/contrib/subversion/subversion/libsvn_subr/internal_statements.h |
| +1 |
-1 |
head/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h |
| +1 |
-1 |
head/contrib/subversion/subversion/libsvn_wc/wc-metadata.h |
| +1 |
-1 |
head/contrib/subversion/subversion/libsvn_wc/wc-queries.h |
| +7 |
-7 |
6 files
|
FreeBSD
—
head/usr.bin/svn/lib/libapr apr.h
Tweak generated config to make it more likely to work on 32 bit systems.
Pointed out by: Trond.Endrestol at fagskolen.gjovik.no
| Delta |
File |
| +17 |
-2 |
head/usr.bin/svn/lib/libapr/apr.h |
| +17 |
-2 |
1 file
|
FreeBSD
—
head/sys/fs/ext2fs ext2fs.h ext2_dir.h
More ext2fs header cleanups:
- Set MAXMNTLEN nearer to where it is used.
- Move EXT2_LINK_MAX to ext2_dir.h .
MFC after: 3 days
| Delta |
File |
| +6 |
-12 |
head/sys/fs/ext2fs/ext2fs.h |
| +6 |
-0 |
head/sys/fs/ext2fs/ext2_dir.h |
| +12 |
-12 |
2 files
|
FreeBSD
—
stable/9/sys/kern kern_physio.c
Remove diff from head after manual r251942 merge.
Reviewed by: scottl
| Delta |
File |
| +2 |
-3 |
stable/9/sys/kern/kern_physio.c |
| +2 |
-3 |
1 file
|
FreeBSD
—
stable/9/sys/dev/sym sym_hipd.c
MFC: r245263
Clang complains about the comparision of fak < 0 always being
false. It is right. Delete it because on the next line we catch all
'negative' cases with the test > 2, since 'negative' numbers are just
really big unsigned numbers and we do an identical action.
| Delta |
File |
| +0 |
-1 |
stable/9/sys/dev/sym/sym_hipd.c |
| +0 |
-1 |
1 file
|
FreeBSD
—
stable/9/sys/dev/sym sym_hipd.c
MFC: r251403 (partial)
Flag sym(4) as supporting unmapped I/O; all necessary conversion actually
already has been done as part of r246713 (MFC'ed to stable/9 in r251874).
| Delta |
File |
| +1 |
-2 |
stable/9/sys/dev/sym/sym_hipd.c |
| +1 |
-2 |
1 file
|
FreeBSD
—
stable/9/sys/dev/isp isp.c
MFC: r247264
Turn off fast posting for the ISP2100- I'd forgotten that it actually
might have been enabled for them- now that we use all 32 bits of handle.
Fast Posting doesn't pass the full 32 bits.
| Delta |
File |
| +7 |
-1 |
stable/9/sys/dev/isp/isp.c |
| +7 |
-1 |
1 file
|
FreeBSD
—
head/sys/dev/ata/chipsets ata-acerlabs.c
Pass proper memory type to free() in ata_ali_chipinit().
Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
MFC after: 1 week
| Delta |
File |
| +1 |
-1 |
head/sys/dev/ata/chipsets/ata-acerlabs.c |
| +1 |
-1 |
1 file
|
FreeBSD
—
stable/9/sys/dev/aac aac_debug.c
MFC: r242823
Give panic format string to pacify clang warning.
| Delta |
File |
| +1 |
-1 |
stable/9/sys/dev/aac/aac_debug.c |
| +1 |
-1 |
1 file
|
FreeBSD
—
stable/9/sys/dev/isp isp_freebsd.c
MFC: r251373
Flag isp(4) as supporting unmapped I/O; all necessary conversion actually
already has been done as part of r246713 (MFC'ed to stable/9 in r251874).
| Delta |
File |
| +2 |
-2 |
stable/9/sys/dev/isp/isp_freebsd.c |
| +2 |
-2 |
1 file
|
FreeBSD
—
stable/9/sys/geom geom_dev.c, stable/9/sys/kern kern_physio.c
MFC r248712:
Do not pass unmapped buffers to drivers that cannot handle them
Submitted by: kan, mav
Obtained from: Netflix
| Delta |
File |
| +9 |
-1 |
stable/9/sys/kern/kern_physio.c |
| +1 |
-1 |
stable/9/sys/geom/geom_dev.c |
| +1 |
-0 |
stable/9/sys/sys/conf.h |
| +11 |
-2 |
3 files
|
FreeBSD
—
stable/9/sys/dev/aac aac.c aacvar.h
MFC: r251116
Allow unmapped I/O via aacd(4). It shouldn't be too hard to add the
same support for aacp(4), I'm lacking the necessary hardware for
testing, though.
| Delta |
File |
| +10 |
-6 |
stable/9/sys/dev/aac/aac.c |
| +2 |
-0 |
stable/9/sys/dev/aac/aacvar.h |
| +1 |
-0 |
stable/9/sys/dev/aac/aac_disk.c |
| +13 |
-6 |
3 files
|