Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-30 | try to drain send queue if we lose link during heavy transmit | Brad Smith | |
activity instead of letting it sit and return 'no buffer available' errors. | |||
2005-04-30 | don't set MTU if its the same as what's currently being used. | Brad Smith | |
2005-04-30 | - Add missing break for SIOCSIFADDR | Brad Smith | |
- Allow setting the MTU ok pvalchev@ | |||
2005-04-30 | - Correct the if_link_state_change() logic. | Brad Smith | |
- Reading the EEPROM to learn the station address doesn't seem to work on boards with VIA gigE controllers that are embedded in VIA chipsets. Presumably, they don't have an external EEPROM and store the MAC address somewhere else. To get around this, read the station address from the RX filter registers instead. This has been tested to work on both embedded and standalone controllers. From FreeBSD ok pvalchev@ | |||
2005-04-30 | Move CALL() from <machine/asm.h> to eh.S which is the only user of the macro, | Miod Vallat | |
and replace it with faster constructs in some cases; also drop the unused CALLP() macro. | |||
2005-04-30 | Get rid of `U' suffix for psr field values. | Miod Vallat | |
2005-04-30 | Use [XNF]IP_ADDR constants rather than their numeric values. | Miod Vallat | |
2005-04-30 | A simpler and better SET_PC_REGS(). | Miod Vallat | |
2005-04-30 | Remove m88k_psr_type and function with utterly long names to control the psr, | Miod Vallat | |
and use get_psr() / set_psr() or simple macros that expand into them everywhere. No functional change. | |||
2005-04-30 | Remove disabled code which would disable all interrupts rather than switch | Miod Vallat | |
to spltty for processing. | |||
2005-04-30 | As on i386, ensure we save the %ebx register returned from the BIOS | Tom Cosgrove | |
call, not just %bx. Fixes problem introduced in gidt.S r1.3. Problem found, and fix tested, on i386 by Roy Morris rmorris (at) internetsecure (dot) com. Thanks. Bump version on boot, cdboot and pxeboot accordingly. | |||
2005-04-30 | Ensure we save the %ebx register returned from the BIOS call, not just | Tom Cosgrove | |
%bx. Fixes problem introduced in gidt.S r1.29, which could lead to an incomplete memory map, and "too little memory available; running in degraded mode", as found by Roy Morris rmorris (at) internetsecure (dot) com. (Thanks for the report, and for testing the fix.) Bump version on boot, cdboot and pxeboot accordingly. ok weingart@ | |||
2005-04-30 | Add support for large files (> 4GB). | Niall O'Higgins | |
Automatically converts old filesystems to use this if they are already at revision 1 (like Linux). Revision 0 filesystems don't get converted (unlike Linux). From NetBSD | |||
2005-04-30 | check for ETHERMIN in SIOCSIFMTU ioctl; from brad | Peter Valchev | |
2005-04-30 | From NetBSD, pt to by brad (might fix csum problems, else they may | Peter Valchev | |
need to be disabled after more testing): re_encap: set RTK_TDESC_CMD_IPCSUM if any of checksum offloading is requested. otherwise, RTK_TDESC_CMD_TCPCSUM/UDPCSUM don't seem to make any effect. | |||
2005-04-30 | prettier | Theo de Raadt | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | this is not GENERIC | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-29 | So mips64 is our first arch that switches to using new MI | Alexander Yurchenko | |
timecounter code. The only available timecounter now is CP0 count register. We'll have more once we get support for embedded CPUs like NEC VR41xx. Tested on sgi by hshoexer@ and kettenis@; ok pefo@. | |||
2005-04-29 | Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712. | Alexander Yurchenko | |
Diff from Stephan Leemburg <sleemburg@jvc.nl>. | |||
2005-04-29 | Make boot code use real mode with 64K segments instead of 1M segments, | Tom Cosgrove | |
to match i386 boot blocks. Improves stability with some disk controller cards. Also expicitly state operand size on some moves. Bump version on boot, cdboot and pxeboot accordingly. | |||
2005-04-29 | quiet apm | Theo de Raadt | |
2005-04-29 | spacing | Theo de Raadt | |
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray | |
Tested by Pedro la Peu <pedro at am-gen.org>. ok grange@ | |||
2005-04-29 | regen | Jonathan Gray | |
2005-04-29 | ATI IXP 400 devices and some additional Radeon XPRESS IDs. | Jonathan Gray | |
2005-04-28 | += | Theo de Raadt | |
2005-04-28 | shrink extra verbose crud | Theo de Raadt | |
2005-04-28 | shut up | Theo de Raadt | |
2005-04-28 | remove junk from 8 years ago | Theo de Raadt | |
2005-04-28 | Don't detach interface from pf's perspective until after IPv6 is done with it. | Christopher Pascoe | |
ok dlg@ henning@ | |||
2005-04-28 | more snprintf error checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | more snprintf checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | - sort options | Jason McIntyre | |
- sync usage() - other minor tweaks | |||
2005-04-28 | going to need zts on RAMDISK... | Theo de Raadt | |
2005-04-28 | install kue firmware on zaurus; ok uwe@ dlg@ | David Krause | |
2005-04-28 | Some really braindead usb devices such as x-in-1 card reader/writers | Kenneth R Westerback | |
try to help equally braindead os's by presenting any inserted media as LUN 0 until another LUN is used in a command. Trick them by issuing a gratuitous/harmless INQUIRY to LUN 1 after issuing the LUN 0 INQUIRY but before any other command. Only umass scsi devices with >1 lun are affected. Fixes dlg's reader/writer for one. Lots of diagnosis and testing by dlg@, ok dlg@, ok marco@. | |||
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | Kenneth R Westerback | |
full LUN scan on UMASS SCSI targets. UMASS provides reliable max lun information so we shouldn't waste time. Fixes many x-in-1 card reader/writers that report identical INQUIRY information for every slot they provide. Lots of diagnosis and testing by dlg@, ok dlg@, 'I can live with this' marco@. | |||
2005-04-27 | Remove unnecessary step in ack sequence. | Marco Peereboom | |
Help LSI, ok mickey@ | |||
2005-04-27 | In osiop_checkintr(), bail out early and do not claim the interrupt for | Miod Vallat | |
``can't happen'' situations (which happen sometimes on mvme88k), rather than inadvertently dereference NULL pointers and panic. | |||
2005-04-27 | Shave more stack operations, courtesy of the not-so-new-now ABI. | Miod Vallat | |
2005-04-27 | sort | Theo de Raadt | |
2005-04-27 | tag these as hppa64 | Theo de Raadt | |
2005-04-27 | solbourne Makefile and dive there | Theo de Raadt | |
2005-04-27 | simple man page for sgivol | Theo de Raadt | |
2005-04-27 | regen | Jakob Schlyter | |
2005-04-27 | add Audiovox RTM-8000 GSM/GPRS CF | Jakob Schlyter | |
2005-04-27 | Allow userland to cause the data cache to be flushed for any arbitrary address | Miod Vallat | |
range in the current process, using trap #451. This is necessary for proper gcc trampolines operation, and, later, ld.so... | |||
2005-04-27 | Always include <uvm/uvm_extern.h> before <machine/cmmu.h>. | Miod Vallat | |