summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-06-25Revert change to using sc_link in calls to siop_print_info().Kenneth R Westerback
2001-06-25Forgot the PCI bus attachment, from NetBSD, hacked by mickeyNiklas Hallqvist
2001-06-25Comment out the iopsp desc.Niklas Hallqvist
2001-06-25New dma engine skeletonJason Wright
2001-06-25prototype OF_interpret(), more cleanup.Dale Rahn
2001-06-25Initial I2O framework from NetBSD, hacked up by mickey and me.Niklas Hallqvist
2001-06-25Enable interrupts during PCIIDE detectConstantine Sapuntzakis
2001-06-25Undo premature commitConstantine Sapuntzakis
2001-06-25Cleanup/rewrite. Some further work. No crypto yet.Hakan Olsson
2001-06-25Whoops, there's nothing at sc_link[1] any moreConstantine Sapuntzakis
2001-06-25bits are -wrong- in documentation... this is a recurring theme, do chipJason Wright
2001-06-25Add disestablish routine for compat PCIIDE interruptsConstantine Sapuntzakis
2001-06-25remove struct and contsts duplicated in between the files.Michael Shalayeff
2001-06-25pci_mapreg_map requires another argumentNathan Binkert
2001-06-25Change autonegotiation timeout for devices with a gigabit phy to 10s. AllNathan Binkert
2001-06-25Have to enable PIER as well as DMAIER in order to get interrupts from theJason Wright
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-25Convert to new timeouts; miod@ okAaron Campbell
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
2001-06-24Program the address filter in vr_init(). Apparently the rhine cards are smartAaron Campbell
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-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
2001-06-24Pass the device's scsi_link to siop_print_info(), instead of theKenneth R Westerback
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
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