summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2001-05-22Initialize packet tag -- this has probably been causing panics forAngelos D. Keromytis
2001-05-22support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer....Michael Shalayeff
2001-05-18stupidous debug was left enabledMichael Shalayeff
2001-05-17Implement pcic_delay, it uses tsleep for large delays to avoidFederico G. Schwindt
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-16add surrond, center and lfe ports (per 2.2 spec).Michael Shalayeff
2001-05-16define power register bitsMichael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16call malloc w/ NOWAIT and check for NULL returnMichael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16shorten by one byte :-)Theo de Raadt
2001-05-16split codec vendor/product into separate tables,Michael Shalayeff