summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2001-07-13On my 10th wedding anniversary I am celebrating byNiklas Hallqvist
2001-07-13initialize bus width and number of luns supported.Michael Shalayeff
2001-07-13Change references to inic-950 to inic-940/950 to reflect chipsKenneth R Westerback
2001-07-13Remove static'ness of functions in line with normal OpenBSDKenneth R Westerback
2001-07-12Rework of probe code. Try better to deal with floating buses. DependingConstantine Sapuntzakis
2001-07-11Eliminate use of static functions in line with normal OpenBSDKenneth R Westerback
2001-07-10Use offsetof() from sys/param.h, not a local define.Kenneth R Westerback
2001-07-09Minor code clean ups.Kenneth R Westerback
2001-07-09Move IFQ_SET_READY macro to attach time.Federico G. Schwindt
2001-07-09Fix incorrect logic 'optimization' so that sync is negotiated even ifKenneth R Westerback
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-07-08Fix thinko. Okay millert@Marc Espie
2001-07-04Embedding newlines in strings is a bad idea, and prints out badly.Marc Espie
2001-07-04case labels without statements are not permitted by ANSI C... and gcc 3.0Marc Espie
2001-07-04$OpenBSD$Niklas Hallqvist
2001-07-04Use the right target when checking for out of bounds.Niklas Hallqvist
2001-07-04Use the right target when checking for out of bounds.Niklas Hallqvist
2001-07-02these don't depend on pci register defsJason Wright
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-27recieve -> receiveNathan Binkert
2001-06-27zap old vmArtur Grabowski
2001-06-27Hold on to m0->m_pkthdr.len (just being pendantic)Angelos D. Keromytis
2001-06-27Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingAngelos D. Keromytis
2001-06-27Pastos from the inceptionNiklas Hallqvist
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