summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2001-08-23recieve -> receiveAaron Campbell
2001-08-23initialize the channel timeout earlier.Artur Grabowski
2001-08-23decruftify: remove unnecessary/unused functionsJason Wright
2001-08-23need bpfilter.hJason Wright
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
2001-08-21bus independent part of hme driver from netbsdJason Wright
2001-08-21From NetBSD:Jason Wright
2001-08-20Allow driver to recognize Cyclades 4Y and 8Y cards.smart
2001-08-19KNFsmart
2001-08-19Don't reset rx/tx without turning them back on after suspend (Beck is nowJason Wright
2001-08-19generic driver for LSI dma controller from NetBSDJason Wright
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-19Add a powerhook for bringing the 556 out of sleepy mode after suspend.Jason Wright
2001-08-18Move the softc into the machdep parts.Artur Grabowski
2001-08-18rcs idsJason Wright
2001-08-18generic mostek clock driver (from NetBSD, ported by art... but he's beingJason Wright
2001-08-18Make use of ax88190_stop_card and dl10019_stop_card.Aaron Campbell
2001-08-18Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD.Aaron Campbell
2001-08-18write output portMichael Shalayeff
2001-08-18Make siop pay attention to quirks table. This not only eliminates theKenneth R Westerback
2001-08-17Back out pcic_delay() since we cannot call tsleep() in interupt context.Todd C. Miller
2001-08-16do not try to undefine CAC_DEBUGBrad Smith
2001-08-12absolutely no need to include vm_parm.h after vm.hMichael Shalayeff
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-10- make transmit use linked lists not indexed arrays (more like it was when I ...Jason Wright
2001-08-09- scb_wait() is now time based (not cpu speed based)Jason Wright
2001-08-08New timeouts. I've been running this since almost a whole year.Miod Vallat
2001-08-06Fix errant reference to DEBUG_INTR to use correct SIOP_DEBUG_INTR.Kenneth R Westerback
2001-08-03This driver allows vlan sized frames on 905B, set IFCAP_VLAN_MTU on that chipChris Cappuccio
2001-08-03Fix logic for detecting 82558 and newer chips in pci;Chris Cappuccio
2001-08-03Set IFCAP_VLAN_MTU, the Realtek chip does not discard/truncate large frames.Chris Cappuccio
2001-08-03Set IFCAP_VLAN_MTU, this driver already allows vlan-size framesChris Cappuccio
2001-08-03Avoid warning when building with vga on isa without vga on pci; ok mickey@Thorsten Lockert
2001-08-03confgiuration -> configuration.Federico G. Schwindt
2001-07-31Go down only one Ultra DMA mode at a time. Thanks to Matt Evans forConstantine Sapuntzakis
2001-07-31On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid readingConstantine Sapuntzakis
2001-07-27Change how interrupts are acknowledged -- this is how the specification sayThorsten Lockert
2001-07-27Yet another probe fix. Switch to the right drive before looking at registersConstantine Sapuntzakis
2001-07-26make it compile on `other' endian machinesMichael Shalayeff
2001-07-21Undo last fix to ata_wdc.c. Don't deregister timeout in generic codeConstantine Sapuntzakis
2001-07-19Fix slave ATAPI device detect broken by last patchConstantine Sapuntzakis
2001-07-18fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hm...Michael Shalayeff
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