Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-18 | Redesign of the powerpc interrupt architecture, use true levels intead of | Dale Rahn | |
blocking specific interrupts. Needs signficant testing to prove that one remaining elusive bug has been squashed. | |||
2008-09-17 | Solve m_free problem with a not correctly configured pflow interface | Joerg Goltermann | |
leading to a kernel crash reported in PR5930 OK claudio@ henning@ | |||
2008-09-17 | fix whitespaces | Joerg Goltermann | |
ok henning@ | |||
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau | |
fix potential use of uninitialized value in trunk_port_ioctl() function. Found by LLVM/Clang Static Analyzer. ok mpf@ henning@ | |||
2008-09-17 | Also update the NVIDIA PCI id for the i386 copy of this code. | Brad Smith | |
2008-09-17 | catch up with renamed Nvidia PCI ID | Christian Weisgerber | |
2008-09-17 | Remove the unsupported media types explicitly listed in the switch cases | Brad Smith | |
for MII_MEDIACHG. The default case will catch these media types. ok jsg@ | |||
2008-09-17 | ATI IXPx00 -> SBx00 | Brad Smith | |
2008-09-17 | Update for renamed ATI PCI ids. | Brad Smith | |
2008-09-17 | regen | Brad Smith | |
2008-09-17 | rev 1.1369 changed the SB200 entries to use the IXPx00 naming scheme | Brad Smith | |
for consistency with the other entries already there. Revert that change. Also change the other entries for the SBx00 chipsets from using IXPx00 to using SBx00. IXPx00 was a code name used by ATI in addition to the SBx00 product name. As of SB700 and newer the IXPx00 name has been dropped plus SBx00 are more well known. requested by jsg@ awhile ago. | |||
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok henning@ mpf@ | |||
2008-09-17 | regen | Brad Smith | |
2008-09-17 | - Fix a typo, Rebotics -> Robotics | Brad Smith | |
- Replace tabs with spaces as separator for two NVIDIA entries NVIDIA part from Antti Harri <iku at openbsd dot fi> | |||
2008-09-17 | regen | Brad Smith | |
2008-09-17 | Remove some duplicate NVIDIA entries and touch up some of the names | Brad Smith | |
to make the naming more consistent. | |||
2008-09-17 | Garbage collect unused variable from sys_rec structure. | Joel Sing | |
ok miod@ | |||
2008-09-17 | Unbreak com@ioc probing. | Joel Sing | |
ok miod@ | |||
2008-09-16 | remove another dead store. | Charles Longeau | |
spotted by markus@ ok henning@ mpf@ | |||
2008-09-16 | Make this compile if !MULTIPROCESSOR. | Brad Smith | |
ok kettenis@ | |||
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis | |
ok miod@ | |||
2008-09-16 | remove dead stores and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok miod@ art@ | |||
2008-09-16 | - remove some unneeded headers | Jasper Lievisse Adriaanse | |
with and ok jsing@ | |||
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann | |
ok cluadio@ henning@ | |||
2008-09-16 | fix whitespace/tab typos | Joerg Goltermann | |
ok henning@ claudio@ | |||
2008-09-16 | SMP ddb support, with some feedback from kettenis. | Dale Rahn | |
2008-09-15 | this driver uses three dma segments; play, record, calibrate. | Jacob Meuser | |
instead of using a linked list to describe the dma segments use three distinct pointers. also, this driver only needs 1 buffer descriptor for each dma segment, since each buffer descriptor can handle as many samples as each segment can hold. makes the code a little easier to read and allows us to free the calibration buffer when we're done with it. idea originally from ratchov@ a while back. tested by ratchov@ and myself. ok ratchov@ | |||
2008-09-15 | remove dead stores and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok mpf@ looks good mk@ ok henning@ | |||
2008-09-15 | Add RTP_MASK and RTP_DOWN needed for upcomming link state tracking. | Claudio Jeker | |
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis | |
ok brad@ | |||
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis | |
ok brad@ | |||
2008-09-15 | regen | Brad Smith | |
2008-09-15 | Add an IDT PCIe bridge. | Brad Smith | |
2008-09-15 | I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it. | Marcus Glocker | |
Spotted by stu@ and miod@ | |||
2008-09-15 | Sync ehci-isoc part a bit up with NetBSD: | Marcus Glocker | |
- Sign over Jeremy Morse's copyright (who contributed ehci-isoc support) to NetBSD copyright but still mention him as contributor. OK'd by Jeremy Morse. - Update TODO list. - Clarify the error message in case when a low/full speed isoc device has been attached to ehci. - Add a missing break so that the isoc setup code doesn't access uninitialized microframe content which has been request by the driver but not been used. OK kevlo@ | |||
2008-09-14 | Use one block mapping to map kernel text up to 4MB and another one for the | Mark Kettenis | |
remainder to prevent covering kernel data. ok miod@ | |||
2008-09-13 | Kernel map is supposed to only allocate from the limited kernel addresses, | Dale Rahn | |
panic if the kernel attempts to map an improper address. | |||
2008-09-13 | fallback to 11b support if the EEPROM is not reporting any available mode. | Reyk Floeter | |
there is probably a new EEPROM format here, but i don't know how to parse the AR5424 version yet, so just set some defaults for these chipsets for now. | |||
2008-09-13 | fix potential use of uninitialized value | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. "Right." miod@ | |||
2008-09-12 | zap a deprecated macro, NMOD. | Thordur I. Bjornsson | |
2008-09-12 | provide a NOTE_TRUNCATED kq hint in nfs_setattr() if the file | Thordur I. Bjornsson | |
shrinks, same thing as UFS does. ok/pointers pedro@ ok blambert@ | |||
2008-09-12 | move the declaration of nfsrv3_procs to nfs_syscalls.c | Thordur I. Bjornsson | |
ok blambert@ | |||
2008-09-12 | just like v4 icmp, icmp6 recycles mbufs so we need to call | Henning Brauer | |
pf_pkt_addr_changed to clear the recorded pf state information in the hdr claudio ok | |||
2008-09-12 | In acpitz_setfan(), try to send fan commands to ``power resources'' objects. | Miod Vallat | |
Makes a few hp laptops run cooler and quieter. | |||
2008-09-12 | Remove bzero/memset calls after pool_gets by passing the PR_ZERO | Bret Lambert | |
flag to the pool_get call. ok art@, krw@ | |||
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat | |
commented out, remove it. Unifdef TFS while there. ok marco@ krw@ | |||
2008-09-12 | less waste for amaps in the common case: | Otto Moerbeek | |
allocate a single malloc chunk instead of three and allocate a single slot for a single page instead of four slots. ok miod@ tedu@ @deraadt | |||
2008-09-12 | Don't forget to actually return a pa for the K0SEG case... | Miod Vallat | |
2008-09-12 | Some fixes for dc_txeof().. | Brad Smith | |
- Don't reload the watchdog timer in case there are still unhandled descriptors. - Don't clear IFF_OACTIVE unless there are at least 6 free TX descriptors. The function dc_encap() will bail if there are only 5 or fewer free TX descriptors, causing dc_start() to abort so it makes no sense to pretend we could process mbufs again when in fact we can't. - Always assign idx to sc->dc_cdata.dc_tx_cons; it doesn't make much sense to exclude the idx == sc->dc_cdata.dc_tx_cons case. From FreeBSD | |||
2008-09-11 | Update for the renaming of the existing BCM4322 entry to SERIAL_2. | Brad Smith | |
A COM port should not be misleadingly labeled as a Wifi chipset. |