summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-09-11oops. unused varMichael Shalayeff
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-09-11Don't use a global variable to indicate that we areBrad Smith
2005-09-10whitespace removal and KNFBrad Smith
2005-09-10- a few fixes from the FreeBSD driverBrad Smith
2005-09-10copy the MAC address from sc_arpcom.ac_enaddr to sc_enaddr inBrad Smith
2005-09-10Prettier diagnostic message; ok deraadt@.Alexander Yurchenko
2005-09-10ansi, no binary change.Jonathan Gray
2005-09-10regenBrad Smith
2005-09-10add Chelsio Communications 10GbE PCI vendor and product ids.Brad Smith
2005-09-10regenBrad Smith
2005-09-10- add Apple FW PCI idBrad Smith
2005-09-10regenBrad Smith
2005-09-10add Neterion vendor id and Xframe 10GbE product id.Brad Smith
2005-09-09knf. no binary change.Federico G. Schwindt
2005-09-09regenMichael Shalayeff
2005-09-09another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se>Michael Shalayeff
2005-09-08- Removes spl durring attachBrad Smith
2005-09-08save the pcitagReyk Floeter
2005-09-08regenMichael Shalayeff
2005-09-08two more ibm serveraid idsMichael Shalayeff
2005-09-08remove unused variables from ath_pci_softcReyk Floeter
2005-09-08use ieee80211_iterate_nodes to iterate the nodes and add a extra checkReyk Floeter
2005-09-08fix a possible division by zero by using minimal default values for theReyk Floeter
2005-09-08tell the driver to allocate memory for the size of ath_pci_softcReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
2005-09-08add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe().Brad Smith
2005-09-08remove some trailing whitespaceBrad Smith
2005-09-08make de(4) use ether_input_mbuf()Brad Smith
2005-09-07do not try to restore the spl level two times in a row.Brad Smith
2005-09-07Part of Alexandre Ratchov's last umidi diff that should have been committed.Jonathan Gray
2005-09-07Fix bug that caused multi byte MIDI messages to get corruptedJonathan Gray
2005-09-07sync on shutdownMichael Shalayeff
2005-09-07kill dead func protoMichael Shalayeff
2005-09-06typoJolan Luff
2005-09-06- fix up the ioctl handler and make it use ether_ioctl() tooBrad Smith
2005-09-06Step three: remove now unused advmcode*.Kenneth R Westerback
2005-09-06Step two: use advmcode* in their new location.Kenneth R Westerback
2005-09-06First step in moving advmcode* from dev/ic to dev/microcode/adw.Kenneth R Westerback
2005-09-06another round of removing ifdef crud from this driver.Brad Smith
2005-09-05correct manfid length check.Federico G. Schwindt
2005-09-05If we have a match for the PCI ID we don't care what the PCI class is.Jonathan Gray
2005-09-04add a commentBrad Smith
2005-09-04a couple typosBrad Smith
2005-09-01Make sure the packets are aligned for dma while copying,Can Erkin Acar
2005-09-01On zaurus, don't fall back to fake geometry if ata_get_params() fails,Uwe Stuehler
2005-08-31Remove check that prevents disks that are not in the unused state to move toMarco Peereboom
2005-08-31Fix some tsleep magic. Code done by krw@Marco Peereboom
2005-08-31Make ioctls stop polling for completion. This enhances the responsivenessMarco Peereboom