Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-03 | Add the PCI ids for the JMicron JMC250 and JMC260 Ethernet controllers. | Brad Smith | |
2008-06-03 | regen | Brad Smith | |
2008-06-03 | - shorten the Emulex Light Pulse entries to use the names as mentioned | Brad Smith | |
on their web site/marketing material. We don't need to have the full name Light Pulse for each entry. ok deraadt@ - remove the duplicate Intel Turbo Memory entry. | |||
2008-06-02 | No need to enable the interrupt in psycho_set_intr(); intr_establish() already | Mark Kettenis | |
does that for us. | |||
2008-06-02 | Don't spew sense errors (e.g. 'media not present') when probing a | Kenneth R Westerback | |
device. Fallout from doing better PREVENT ALLOW dance. Prodded by marco@ as a result of a report from Andreas Kahari on tech@. | |||
2008-06-02 | Shrink scsi_mode_sense_buf to 254 bytes so ahci doesn't get upset at | Kenneth R Westerback | |
trying to dma-map odd length data areas. No other alignment should be required according to miod@. Makes my new SATA tape drive work. ok deraadt@ | |||
2008-06-02 | Round up the numbers of keys to allocate, so that the last 128 page area | Miod Vallat | |
gets correctly encrypted if the swap isn't a multiple of 128 pages. ok deraadt@ | |||
2008-06-02 | ignore a brightness changed event | joshua stein | |
from Stefan Sperling <stsp at stsp.name> | |||
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray | |
Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus <Marcus@Merighi.AT> | |||
2008-06-02 | regen | Jonathan Gray | |
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray | |
Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus <Marcus@Merighi.AT> | |||
2008-06-02 | Move interrupt setup to before ddb setup not after. | Jonathan Gray | |
Makes early ddb (boot -d/ddb from ukc) work on amd64. Similiar to the change made in NetBSD by Andrew Doran. ok kettenis@ fgsch@ | |||
2008-06-02 | Fix synproxy breakage introduced with the state table reorganization. | Ryan Thomas McBride | |
Bug report and testing from Otto Bretz. ok henning@ | |||
2008-06-02 | fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined. | Yojiro Uo | |
ok jsg@ | |||
2008-06-02 | fix kernel freeze when the device unpluged (and the device was still active) | Yojiro Uo | |
ok jsg@ pyr@ | |||
2008-06-02 | regen | Brad Smith | |
2008-06-02 | - Sort the QLogic entries by PCI id. | Brad Smith | |
- Remove a duplicate QLogic ISP6312 entry. - Add QLogic ISP25xx, ISP54xx, and ISP8432 FC id's. - Add QLogic ISP4032 iSCSI id's. - Add all the other Emulex Light Pulse FC PCI id's. | |||
2008-06-01 | Unlink handled interrupts from the list of pending interrupts atomically. | Mark Kettenis | |
Fixes a problem where softclock would stop running under heavy load. | |||
2008-06-01 | regen | Mark Kettenis | |
2008-06-01 | Add Emulex LP9000. | Mark Kettenis | |
2008-06-01 | Fix \n nit in SMALL_KERNEL. | Marco Peereboom | |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom | |
now too. ok kettenis deraadt | |||
2008-06-01 | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. | Mark Kettenis | |
ok marco@, krw@, deraadt@ | |||
2008-06-01 | Remove iobviously untrue comment. | Mark Kettenis | |
2008-06-01 | ACX111 parts can't send using short slot time, but it seems to have no problem | Brad Smith | |
to receive packets sent using short slot time. Turn on short slot time support, so that we don't prevent other STA from using short slot time. From sephe@DragonFly ok mglocker@ | |||
2008-06-01 | Use 1Mbits/s as beacon sending rate; it seems to fix TX performance issue | Brad Smith | |
when using acx(4) as HostAP. From sephe@DraonFly ok mglocker@ | |||
2008-05-31 | if a dma mapping contains oddly addressed or odd length segments, then we | David Gwynne | |
reject that mapping. this diff cleans up the mapping if it fails those diagnostics. found while looking into an issue for krw@ | |||
2008-05-31 | Apparently the interrupt status register doesn't always replicate the TX | Mark Kettenis | |
completion register correctly, so read the completion register instead. | |||
2008-05-31 | Turn the rx descriptor ring into a real ring instead of letting things fall | Mark Kettenis | |
off the end. | |||
2008-05-31 | regen | Mark Kettenis | |
2008-05-31 | Add PLX 6520 PCIX-PCIX bridge. | Mark Kettenis | |
2008-05-31 | regen | Mark Kettenis | |
2008-05-31 | Add Emulex LP10000. | Mark Kettenis | |
2008-05-31 | Properly set the IFF_OACTIVE flag if all the descriptrs are in use for | Brad Smith | |
the TX ring and clear the flag when some have been freed. ok kettenis@ | |||
2008-05-31 | Properly set the IFF_OACTIVE flag if all the descriptrs are in use for | Brad Smith | |
the TX ring and clear the flag when some have been freed. ok dlg@ kettenis@ | |||
2008-05-31 | Clear the IFF_RUNNING/IFF_OACTIVE flags and the watchdog timer in | Brad Smith | |
txp_stop(). ok dlg@ | |||
2008-05-30 | Remove the untracked mapping before calling uvm_km_free(), otherwise the | Federico G. Schwindt | |
code will treat it as a tracked one and panic down the road. fixes one of the crashes reported in PR/5828. miod@ ok. | |||
2008-05-30 | skip ext2fs on this | Theo de Raadt | |
2008-05-30 | trivial KNF before we go further | Henning Brauer | |
2008-05-30 | sync | Thordur I. Bjornsson | |
2008-05-30 | add the intel turbo memory device id | Thordur I. Bjornsson | |
ok dlg@ | |||
2008-05-30 | Allocate static buffer for software frame buffer and make sure to not | Marcus Glocker | |
overflow it. | |||
2008-05-30 | some KNF. | Brad Smith | |
2008-05-30 | Remove unused NetBSD code for dmesg printing. | Brad Smith | |
ok deraadt@ | |||
2008-05-29 | dlg backed out one too many revisions, bring back 1.2 | joshua stein | |
only do aml_freevalue when necessary, noted by deanna | |||
2008-05-29 | regen | Robert Nagy | |
2008-05-29 | add a third MSI bluetooth device | Robert Nagy | |
2008-05-29 | specify alternate default audio parameters to make the default expansion | Jacob Meuser | |
factor 1 also obsoletes a XXX workaround in azalia ok ratchov@ | |||
2008-05-29 | Recognize the Cicada CS8204 quad port PHY. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2008-05-29 | - Add a debug message to mention when a 2.5Gb adapter is found. | Brad Smith | |
- Change invalid PHY address debug message in bnx_miibus_write_reg() from warn level to verbose. - Add two new softc fields and store the shared and port hw config data. From FreeBSD ok dlg@ |