summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-09-11cope with the ___moddi3 issue, same as mvme68kTheo de Raadt
2005-09-10whitespace removal and KNFBrad Smith
2005-09-10- a few fixes from the FreeBSD driverBrad Smith
2005-09-10update the trunk(4) driverReyk Floeter
2005-09-10do not trust user input for sysctl. constrain arguments passed to ktraceTheo de Raadt
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-10upon shutdown(), if socket is unconnected return ENOTCONN; ok millertTheo de Raadt
2005-09-10ansi, no binary change.Jonathan Gray
2005-09-10beef up and correct the example sectionMartin Reindl
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-09typosPedro Martelletto
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-08make comments match the fact that we are on sun4u, plus minor cleanupMartin Reindl
2005-09-08mostly knfReyk 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-08reset the scan state for each new modeReyk Floeter
2005-09-08free(NULL, ...) is not safe in the kernel. So check for NULL'nessKenneth R Westerback
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-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan 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-06fix two conf space related hw erratas; dino-moh-hummMichael Shalayeff
2005-09-06regenMichael Shalayeff
2005-09-06add proj namesand those more modern cpus we do not have ids for yetMichael Shalayeff
2005-09-06Remove old m88k workaround, now that we have SET_PC_REGS().Miod Vallat
2005-09-06Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmapMiod Vallat
2005-09-06Do not depend on MAX_CPUS being 4.Miod Vallat
2005-09-06Correct control registers descriptive names for 88110.Miod Vallat