Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Chelsio Communications 10GbE PCI vendor and product ids. | Brad Smith | |
2005-09-10 | regen | Brad Smith | |
2005-09-10 | - add Apple FW PCI id | Brad Smith | |
- add ATI 9600 LE Secondary PCI id - make ATI Secondary PCI entries more consistent in naming | |||
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Neterion vendor id and Xframe 10GbE product id. | Brad Smith | |
2005-09-09 | knf. no binary change. | Federico G. Schwindt | |
2005-09-09 | regen | Michael Shalayeff | |
2005-09-09 | another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se> | Michael Shalayeff | |
2005-09-08 | - Removes spl durring attach | Brad Smith | |
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@ | |||
2005-09-08 | save the pcitag | Reyk Floeter | |
2005-09-08 | regen | Michael Shalayeff | |
2005-09-08 | two more ibm serveraid ids | Michael Shalayeff | |
2005-09-08 | remove unused variables from ath_pci_softc | Reyk Floeter | |
2005-09-08 | use ieee80211_iterate_nodes to iterate the nodes and add a extra check | Reyk Floeter | |
for the maximal number of gpio pins. | |||
2005-09-08 | fix a possible division by zero by using minimal default values for the | Reyk Floeter | |
beacon interval and the beacon miss timeout (beacon interval * 7). | |||
2005-09-08 | tell the driver to allocate memory for the size of ath_pci_softc | Reyk Floeter | |
instead of ath_softc. this fixes possible page faults with ath@pci. | |||
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | Remove FreeBSD if_printf compat function from net80211. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe(). | Brad Smith | |
From NetBSD rev 1.67 and verified to still be there in -current. | |||
2005-09-08 | remove some trailing whitespace | Brad Smith | |
2005-09-08 | make de(4) use ether_input_mbuf() | Brad Smith | |
From thorpej NetBSD ok krw@ martin@ | |||
2005-09-07 | do not try to restore the spl level two times in a row. | Brad Smith | |
ok martin@ | |||
2005-09-07 | Part of Alexandre Ratchov's last umidi diff that should have been committed. | Jonathan Gray | |
pointed out by reyk@ | |||
2005-09-07 | Fix bug that caused multi byte MIDI messages to get corrupted | Jonathan Gray | |
when a single real time byte is inserted. From Alexandre Ratchov. While I don't have a umidi device to test here it looks correct to me and alex has a history of sending good MIDI diffs. ok deraadt@ | |||
2005-09-07 | sync on shutdown | Michael Shalayeff | |
2005-09-07 | kill dead func proto | Michael Shalayeff | |
2005-09-06 | typo | Jolan Luff | |
2005-09-06 | - fix up the ioctl handler and make it use ether_ioctl() too | Brad Smith | |
- remove more unused code - remove some of the macros to make this more readable ok krw@ | |||
2005-09-06 | Step three: remove now unused advmcode*. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | Step two: use advmcode* in their new location. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | First step in moving advmcode* from dev/ic to dev/microcode/adw. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | another round of removing ifdef crud from this driver. | Brad Smith | |
ok krw@ martin@ | |||
2005-09-05 | correct manfid length check. | Federico G. Schwindt | |
2005-09-05 | If we have a match for the PCI ID we don't care what the PCI class is. | Jonathan Gray | |
It is often not mass storage anyway. Remove IDE_PCI_CLASS_OVERRIDE which forced matching when class was not mass storage, just use PCI ID. ok grange@ | |||
2005-09-04 | add a comment | Brad Smith | |
2005-09-04 | a couple typos | Brad Smith | |
2005-09-01 | Make sure the packets are aligned for dma while copying, | Can Erkin Acar | |
cleanup extra alignment code, and check lengths properly while copying. tested by Greg Mortensen thevision at pobox com ok deraadt@ | |||
2005-09-01 | On zaurus, don't fall back to fake geometry if ata_get_params() fails, | Uwe Stuehler | |
which can happen if the integrated microdrive's DRQ is not clear. This fixes the drive geometry in the default disklabel. Help from weingart@ and grange@; "mention `grange and i will fix this better after 3.8 or we will be flailed'" deraadt@ | |||
2005-08-31 | Remove check that prevents disks that are not in the unused state to move to | Marco Peereboom | |
hot spare state. This *should* be detected in f/w however there is one known case where it does not work and hence this workaround was committed. By having this in there disks that were removed and reinserted that used to be hotspares show up as unused however the meta data on disk conflicts with this preventing it to be moved to hotspare. OK, commit this, deraadt@ | |||
2005-08-31 | Fix some tsleep magic. Code done by krw@ | Marco Peereboom | |
feel free to commit, krw@ ok deraadt@ | |||
2005-08-31 | Make ioctls stop polling for completion. This enhances the responsiveness | Marco Peereboom | |
of the system. tested and ok krw@, dlg@, deraadt@ | |||
2005-08-30 | - add BCM5780 PCI ids | Brad Smith | |
- recognize BCM5704 B0 - recognize BCM5780 which is supposedly part of the BCM5714 family according to the Linux driver but there is a BCM5714 core too. huh? ok deraadt@ | |||
2005-08-30 | unfortunately large fixes to memleaks caused by abuse of incomplete | David Gwynne | |
allocmem and freemem functions. freemem now unmaps dma memory from the kernel address space instead of leaking it. lots of tweaks and input from marco (who also found the bug in the first place). lots of testing by krw and marco. ok krw@ marco@ permitted by deraadt@ | |||
2005-08-29 | Handle AX88178 on 12 Mbit USB controllers such as ohci & uhci more | Jonathan Gray | |
gracefully. ok dlg@ permission granted by deraadt@ | |||
2005-08-29 | regen | Brad Smith | |
2005-08-29 | add Broadcom BCM5780 PCI ids. | Brad Smith | |
from Broadcom Linux driver ok deraadt@ | |||
2005-08-29 | - use pci_mapreg_type() to fix some systems that would fail to attach | Brad Smith | |
sk(4) with "can't map mem space". - add missing newline for failure case of pci_intr_establish(). ok deraadt@ | |||
2005-08-28 | wake aps up on resume from suspend/standby; ok deraadt@ | Damien Miller | |
tested by jsg@ naddy@ and some helpful souls on tech@ | |||
2005-08-28 | The AX88178 sends multiple frames per USB transfer | Jonathan Gray | |
and has extra bytes and rules to deal with this. Initial rxeof/encap changes by me, dlg@ rewrote axe_rxeof and axe_newbuf from scratch and cleaned up encap so they can jump over buildings in a single bound and be more elegant/readable. ok deraadt@ |