summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2001-06-25ether_input_mbuf().Federico G. Schwindt
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25trivial ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25partial endianess fixesMichael Shalayeff
2001-06-24add i2o stubsMichael Shalayeff
2001-06-24- vlan_input_tag() takes 2 args now.Federico G. Schwindt
- use ether_input_mbuf().
2001-06-24Program the address filter in vr_init(). Apparently the rhine cards are smartAaron Campbell
enough to read their own Ethernet address from the EEPROM and program their unicast filters automatically, but to support setting the Ethernet address with ifconfig on vr(4) cards we need to do this. From FreeBSD.
2001-06-24Spelling ifdef correctly is not enough, you have to spell the conditionnalMiod Vallat
correctly, too...
2001-06-24Remove an over-optimization from the polling loop of siop_scsicmd(),Kenneth R Westerback
i.e. calling siop_print_info() immediately for async devices. With the change to use xs->sc_link as parameter to siop_print_info() this immediate call wouldn't work as the sc_link is not initialized until AFTER the return from processing the INQUIRY command. So, just use the default negotiation logic which is triggered by the next command to be handled.
2001-06-24cold is in systm nowMichael Shalayeff
2001-06-24Some cleanup.Hakan Olsson
2001-06-24remove cold.Federico G. Schwindt
2001-06-24remove cold.Federico G. Schwindt
2001-06-24only run timeout if stirring happened, save cycles for mass energy conservationMichael Shalayeff
2001-06-24move extern int cold to .hFederico G. Schwindt
2001-06-24ether_input_mbuf().Federico G. Schwindt
2001-06-24more ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-24Remove some redundent copies of the total length/skip values and use theJason Wright
descriptors passed in instead.
2001-06-24Pass the device's scsi_link to siop_print_info(), instead of theKenneth R Westerback
adapter's siop_softc. This allows easy access to the dv_xname of the device whose negotiation results are being reported. This makes boot probe and subsequent log messages clearer. e.g. message will now read sd0: negotiated tagged 16 bit 20 MHz 16 REQ/ACK offset xfers instead of siop0: target 0 now using tagged 16 bit 20 MHz 16 REQ/ACK offset xfers Clean up siop_print_info() a bit as long as we are there.
2001-06-24reflect reality more closely and remove more invertex stuffJason Wright
2001-06-24Better description for LNAU commands.Hakan Olsson
2001-06-24- oops, masking off wrong bits in destination total length fieldJason Wright
- make sure reserved fields are zero'd
2001-06-24Avoid panics on the i386 if the bus/dev/func numbers are not validMatthieu Herrb
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-24allow ioctl(..., PCIOCREAD, ...) if the device was opened O_READONLYMatthieu Herrb
2001-06-23use ether_input_mbufMichael Shalayeff
2001-06-23Add some dma register #definesHakan Olsson
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23make use of ether_input_mbuf, easyMichael Shalayeff
2001-06-23copydata, not copybackAngelos D. Keromytis
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23ether_input_mbuf()Jason Wright
2001-06-23Use ether_input_mbuf instead.Federico G. Schwindt
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23Correctly handle the IV_PRESENT flag.Angelos D. Keromytis
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-06-23be sure to clear (by writing 1) the public done by in the status registerJason Wright
2001-06-23remove debug printfMichael Shalayeff
2001-06-23under some circumstances, such as on ppc, signature does not read all 32 ↵Michael Shalayeff
bits, check low 16 only
2001-06-23Conform to new crypto_register() prototypeAngelos D. Keromytis
2001-06-23Conform to new prototype for crypto_register()Angelos D. Keromytis
2001-06-23Go ahead and add the output checksum handling for tcp/udp (commented out)Jason Wright
2001-06-23add some infrastructure for the public engineJason Wright
require reworking interrupt enable and status checking as well as a bit of initialization
2001-06-23more 7951 specific bits and definitionsJason Wright
2001-06-23merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts ↵Theo de Raadt
inside OpenSSL codebase
2001-06-23sync. -mojMats O Jansson