summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2001-06-25Revert change to using sc_link in calls to siop_print_info().Kenneth R Westerback
2001-06-25remove struct and contsts duplicated in between the files.Michael Shalayeff
2001-06-25Fix this right this time. ugh.Dale Rahn
2001-06-25remove unused variable.Dale Rahn
2001-06-25Fix excessive resets and device probes by storing IDENTIFY results in theConstantine Sapuntzakis
2001-06-25Add the missing endian pieces to wavelan driver.Dale Rahn
2001-06-25partial endianess fixesMichael Shalayeff
2001-06-24Spelling ifdef correctly is not enough, you have to spell the conditionnalMiod Vallat
2001-06-24Remove an over-optimization from the polling loop of siop_scsicmd(),Kenneth R Westerback
2001-06-24remove cold.Federico G. Schwindt
2001-06-24remove cold.Federico G. Schwindt
2001-06-24move extern int cold to .hFederico G. Schwindt
2001-06-24ether_input_mbuf().Federico G. Schwindt
2001-06-24Pass the device's scsi_link to siop_print_info(), instead of theKenneth R Westerback
2001-06-24Add back stuff I removed in previous commit with a minor change.Federico G. Schwindt
2001-06-24damn, correctly spell ifdef.Federico G. Schwindt
2001-06-24OpenBSD tag.Federico G. Schwindt
2001-06-24better.Federico G. Schwindt
2001-06-23use ether_input_mbufMichael Shalayeff
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23make use of ether_input_mbuf, easyMichael Shalayeff
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23Use ether_input_mbuf instead.Federico G. Schwindt
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-06-20fix array filling; alaric@MIT.EDUTheo de Raadt
2001-06-17Set the delta for the particular source so telling mixerctl to decrease theMichael Shalayeff
2001-06-16simplify; commiting at aazubel's place.Federico G. Schwindt
2001-06-13From NetBSD, 82562 requires a nop before a resume (tested by mickey)Jason Wright
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-06-11Bail out of wi_attach() if the ether addr cannot be read from theTodd C. Miller
2001-06-11For PCI attachments print the CIS strings since otherwise all we haveTodd C. Miller
2001-06-10inconsistantly redundant returnsMichael Shalayeff
2001-06-10In wi_cmd() wait for the busy bit to clear; from NetBSD (ichiro)Todd C. Miller
2001-06-09Updates from NetBSD:Todd C. Miller
2001-06-09Print firmware version for Lucent as well as Prism2 and break intoTodd C. Miller
2001-06-07Kill #define duplicates between if_wireg.h and if_wi_ieee.hTodd C. Miller
2001-06-07remove extra space before ether address for Lucent wi boardsTodd C. Miller
2001-06-07no, definately *wi.* does not work hereMichael Shalayeff
2001-06-07missed from last ci, all is from netbsd of courseMichael Shalayeff
2001-06-07probe prism2 chips based on the probed card id, not cisMichael Shalayeff
2001-06-06We now disable interrupts in the bus-specific attach routine.Todd C. Miller
2001-06-06PCI shim for if_wi.c as promised. Magic for setting the PLX upTodd C. Miller
2001-06-06Don't forget to make it compile.Angelos D. Keromytis
2001-06-05Don't forget to init b_dep.Artur Grabowski
2001-05-27Put back the fix for the possible leak and fix another bugArtur Grabowski
2001-05-26remove code which was obviously not tested. begone, sloppy code monkeysTheo de Raadt
2001-05-26Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather thanAngelos D. Keromytis
2001-05-24When releasing the tx buffers, walk through all of them, don't abort whenArtur Grabowski
2001-05-24typoArtur Grabowski