| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
with strlcpy(3).
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
| |
passed to swap_pager_strategy(). Instead, use a field reserved for drivers
and initialize it before usage.
Reviewed by: dillon
|
|
|
|
|
|
| |
on -arch and cvs-all.
Reviewed by: dillon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to work, but haven't really due to subtle differences in structs etc.
This is still not perfect (some ioctls are still known not to work, while
others haven't been tested at all), but it's enough to get Debian's ifconfig
to produce relatively sane output.
More work will be needed to get all ioctls (or at least a reasonable subset)
working, and to support the Cisco Aironet config tool mentioned in the PR.
PR: 26546
Submitted by: Doug Ambrisko <ambrisko@ambrisko.com>
|
|
|
|
|
|
| |
PR: bin/28116
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
MFC in: 1 week
|
|
|
|
|
|
| |
longer happens as a side effect of calling npxsave.
Reviewed by: peter, bde
|
|
|
|
|
| |
defines it as a short. Change that to an array of one short so that FreeBSD's
ifr_flags macro will work (it evaluates to ifr_ifru.ifru_flags[0]).
|
|
|
|
|
| |
to 10Mbps. RFC 2863 says: "For a sub-layer which has no concept
of bandwidth, [ifSpeed] should be zero."
|
|
|
|
|
| |
cope with a few interface changes required by the ia64. In particular,
function pointers on ia64 need special treatment in rtld.
|
|
|
|
|
| |
Prompted by: dd
MFC after: 2 weeks
|
|
|
|
|
|
| |
PR: 31215
Submitted by: Stephane Marzloff <secrer@le-bar.org>
MFC after: 1 week
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
damage their system.
|
|
|
|
| |
PR: 31214
|
|
|
|
|
|
|
| |
minor bugs.
PR: 30772
Submitted by: Peter Avalos <pavalos@theshell.com>
|
|
|
|
| |
my powerpc kernels on NetBSD/macppc 1.5) doesn't know of the __func__ macro.
|
| |
|
|
|
|
|
| |
sys/boot/common/bootstrap.h.
- Add a prototype for fork_trampoline().
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
combination with requisite casts as this avoids fatal side
effects on 64-bit architectures.
- Add the OF_alloc_phys function.
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
Firmware.
- Add a temporary disklabel header to boot off a NetBSD/sparc64
partition. This file can be deleted when we have got a FCode
bootblock.
The disklabel header was obtained from NetBSD.
|
|
|
|
|
| |
- Add some necessary members to the ofwdisk structure.
- Add a prototype for ofw_parseofwdev.
|
|
|
|
| |
ofw_devdesc structure.
|
|
|
|
|
|
| |
- Use unsigned types for the (32-bit) Open Firmware device handles
to avoid sign extension on 64-bit architectures.
- Add a standard type definition for Open Firmware arguments.
|
|
|
|
|
| |
when either the memory descriptor in the bootinfo is NULL or
the descriptor count is 0.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
What the heck, the OpenBSD version will benefit.
1. Add wx_txint_delay as a tunable (defaults to 5000 now, or ~5ms) and switch
to using delayed TXDW interrupts. Since the chip continues to reload the
TIDV with this value for each descriptor written back, this allows continued
deferral of the actual interrupt until the last packet completes (assuming
that 5ms between multiple packets transmitting is reasonable).
2. Add two other SYSCTL entities:
hw.wx.dump_stats
hw.wx.clear_stats
to be used, hackey hackey, to get the watchdog routine to dump/clear
the current softc statistics.
Usage would be:
sysctl -w hw.wx.dump_stats=UNIT
to cause the current stats to be dumped for UNIT.
3. Attempt to clean up wx_detach routine so we don't panic. Well, things
still panic, but given that the code is just like other NIC drivers,
I suspect it's actually something elsewhere, like e1000phy, that's actually
blowing up.
4. Skip the entire test for runt packets- after doing somet thinking
and experimenting, I believe that the chip only doesn't like it if
the whole frame to xmit is < 16 bytes- each TFD can be some fragment
of that. This should improve performance a chunk because of all of the
(14 byte ETHERHEADER + DATA) mbuf chains.
5. Keep track of total frame length. Try not to xmit an odd byte frame-
this is supposed to get around some dumb Cisco switch problems.
6. On the last packet, also set Interrupt Delay && Report Packet Sent
(see #1 above)
7. Attempt to do xmit garbage collection *first* in order to avoid setting
IFF_OACTIVE if at all possible.
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
special nature under the GPL and a boot hint that can affect operation.
MFC after: 3 days
|
| |
|
|
|
|
| |
more room on the install floppies now that modules can be on a 3rd floppy.
|
|
|
|
|
|
|
| |
+ Remove 'sleep' (not sure why it is so important in fix-it mode).
+ Remove ability to mount MSDOSFS as that is not a typical filesystem on an
alpha; and thus does not really add to the fix-it mix.
+ Sync style with i386.
|
|
|
|
| |
Submitted by: ken, Randy Bush <randy@psg.com>
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: merry, Randy Bush <randy@psg.com>
MFC after: 3 days
|
| |
|
|
|
|
|
| |
platforms, which reduces the upgrade effort.
Also tidy up the Makefiles.
|
|
|
|
| |
I should reconsider whether I just leave them in without #ifdef VINUMDEBUG.
|
| |
|