Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-30 | Oops, missed this in the regen commit. | Jonathan Gray | |
Pointed out by pedro@ | |||
2007-01-30 | update vic(4) to use the LINK_STATE_IS_UP() macro | Reyk Floeter | |
2007-01-30 | Allow the bnx(4) driver to make use of all of the available hardware | Kenneth R Westerback | |
multicast hash slots. The bnx(4) hardware supports 8 slots instead of 4 like the bge(4) hardware. From Mike Karels via FreeBSD Tested by Brad, biorn@ and Johan M:son Lindman | |||
2007-01-30 | Rough in more support for 5787/5755 chips so far known to not work or | Kenneth R Westerback | |
unreported in the wild. In this case add a PHY workaround for an eventual mobile version of the chipset. No change to existing functionality. From Michael Chan (mchan@broadcom), via Linux tg3 and brad. | |||
2007-01-30 | Add some umsm devices found in Linux driver. | Jonathan Gray | |
"looks good" fkr@ | |||
2007-01-30 | regen | Jonathan Gray | |
2007-01-30 | Add some additional umsm products found in Linux driver. | Jonathan Gray | |
2007-01-29 | LCD device driver support for luna88k, first step. | Kenji Aoyama | |
ok miod@ | |||
2007-01-29 | Bump fixed part of the stackgap to 2k. Allows two full paths to be | Otto Moerbeek | |
stored, needed by systrace. ok deraadt@ miod@ | |||
2007-01-28 | regen | Mark Kettenis | |
2007-01-28 | Add nVIDIA GeForce 7800 GS. From Jim Razmus. | Mark Kettenis | |
2007-01-28 | Fix a number of issues with vesabios discovered by miod@ | Gordon Willem Klok | |
1. Add bounds checking to vga_pci_mmap, fixing a potential security issue. Limit the amount of memory to what the vbe info structure says the card card has. This should be nicely refined to limit to the amount of memory needed by the active resolution and depth but this will do for the time being. 2. Fix several places in vesafb.c where the return of kvm86_bios_addpage() isnt being checked. Also ensure that if vesafb_get_mode_info() fails that it cleans up after itself by releasing the page it added. 3. Correct the range checks in vesafb_putcmap and vesafb_getcmap, harmonize code with similar code found else where. ok miod@ | |||
2007-01-28 | Fix pasto. | Mark Kettenis | |
2007-01-28 | Properly route lapic NMIs. | Mark Kettenis | |
2007-01-28 | optimize m68k writeback(): | Miod Vallat | |
- it can really only be invoked from trap(), not from other userret() callers, so it is safe to hardcode its docachepush parameter to 1. - use pmap_kenter_pa()/pmap_kremove() for the temporary mapping instead of pmap_enter()/pmap_remove(). optimize m68k userret(): - define PROC_PC for m68k systems. - only check want_resched when processing T_ASTFLT traps. - provide two version of userret(), one which will also invoke writeback() on 68040 if required, which is only invoked from trap(), and regular userret(). This speeds up system call returns. | |||
2007-01-28 | Restore spl level before exiting on error. | Kenneth R Westerback | |
Noted by Matthew R. Dempsky. | |||
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis | |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis | |
2007-01-27 | When flooding dmesg with ``can't read/write phy register'', be nice enough to | Miod Vallat | |
print the register number, so that someone gets a chance to investigate the problem. | |||
2007-01-27 | In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already. | Miod Vallat | |
2007-01-27 | Add some more _STA flags. | Marco Peereboom | |
2007-01-27 | No need to invoke _INI explicitly as this is currently done | Michael Knudsen | |
automagically out by some acpi voodoo. Pointed out by marco. | |||
2007-01-27 | Don't invoke methods on the wrong devnode. Sigh. | Michael Knudsen | |
2007-01-27 | Unbreak build with ACPI_DEBUG. | Michael Knudsen | |
2007-01-27 | Enable transmit TCP/UDP checksum offload. | Kenneth R Westerback | |
From Brad, tested by Brad, biorn@ and Johan M:son Lindman. | |||
2007-01-27 | Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would also | Michael Knudsen | |
be on if ACPIDOCK_STATUS_UNKNOWN. | |||
2007-01-27 | Delay status report during attach until after invoking _DCK. | Michael Knudsen | |
2007-01-27 | convert to our locks to rwlocks. | David Gwynne | |
2007-01-27 | Say ``docking station'' instead of ``docked'' in the sensor description | Michael Knudsen | |
because this confuses me when I read it: hw.sensors.acpidock0.indicator0=Off, (docked) | |||
2007-01-27 | Reading the spec again it seems I missed that the _INI method | Michael Knudsen | |
should be invoked only when _STA says the device is present. Change acpidock_attach to this. | |||
2007-01-26 | Actually add the acpidock indicator sensor stuff to the softc struct so | Michael Knudsen | |
acpidock compiles. I had this in my tree and forgot to commit with the acpidock.c change yesterday. :( Reported by Johan Mson Lindman. | |||
2007-01-26 | Deal with zero wraparound in DVMA range checks; | Marc Aurele La France | |
Fix default DVMA range for Schizo's with no "virtual-dma" property; Add TSB size indicator to Schizo & Psycho debugging messages. ok jason@ | |||
2007-01-26 | Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops where | Tobias Weingartner | |
the interface will fail to initialize with an EEPROM error if the interface does not have a link upon boot. Tested by mk@ and janek@ From Jack Vogel@Intel via brad | |||
2007-01-26 | remove duplicate test; from brad | Jason Wright | |
2007-01-26 | remove ancient device-specific trick from ffs1_blkpref() | Pedro Martelletto | |
okay toby@ millert@ | |||
2007-01-26 | When switching mode inherit the TUN_NBIO and TUN_ASYNC flags and clear | Claudio Jeker | |
these flags on close. OK mpf@ | |||
2007-01-26 | As per PCI specs, disable an adapter's transaction response while | Marc Aurele La France | |
sizing its BARs. tested niallo@, tsi@, ian@, mk@, sturm@, kettenis@, krw@, beck@, drahn@ ok beck@, kettenis@, drahn@ | |||
2007-01-25 | Be a bit more verbose during attach even without ACPI_DEBUG for now. | Michael Knudsen | |
2007-01-25 | Install an indicator sensor to show if we're docked or not. | Michael Knudsen | |
Note that right now status appears to not be detected correctly on all machines, but let's expose what we think we know. | |||
2007-01-25 | Make debug output a tad more consistent. | Michael Knudsen | |
2007-01-25 | Remove comment that I committed by accident. | Michael Knudsen | |
2007-01-25 | Do the sensor magic correctly. Found by Constantine Murenin. | Marco Peereboom | |
help from mickey | |||
2007-01-24 | Deal with weird systems that return bogus device numbers for stuff that's not | Mark Kettenis | |
really there. | |||
2007-01-24 | Actually establish interrupt handler in !ioapic_cold case. | Mark Kettenis | |
ok marco@ | |||
2007-01-24 | Check nioapics to see whether we're using I/O APICs. | Mark Kettenis | |
ok marco@ | |||
2007-01-24 | revert changes committed between r1.25 and 1.26. | Damien Bergamini | |
this breaks some RT2560 adapters. pointed out by krw@ and Pierre Riteau. | |||
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis | |
2007-01-23 | adjust m_data and m_len directly rather than calling m_adj(). | Marcus Glocker | |
From tsutsui@NetBSD over brad, some corrections by claudio@, tested by brad on sparc64 and otto@ on landisk. OK claudio@ | |||
2007-01-23 | Fixes for static integer setting | Jordan Hargrave | |
thanks to giovanni ok marco@ | |||
2007-01-22 | Fix a comment and reduce the chattyness of some debug. | Michael Knudsen | |