summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-08-18Support for PCMCIA network cards with an ASIX AX88190. Committing this overAaron 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-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-08-17Back out pcic_delay() since we cannot call tsleep() in interupt context.Todd C. Miller
2001-08-17Add RC4 support.ben
2001-08-17Oops, maxseglen and maxlen were backwards in call to bus_dmamap_create().Jason Wright
2001-08-16do not try to undefine CAC_DEBUGBrad Smith
2001-08-15- Attempt to recover from PCI aborts. This is a heavy handed approach whichJason Wright
2001-08-15Add some stuff missed in a previous FreeBSD merge... Fixes the problem whereJason Wright
2001-08-14One char was wrong. -mojMats O Jansson
2001-08-14Allow latin-1 chars. -mojMats O Jansson
2001-08-14add missing latin-1 chars. -mojMats O Jansson
2001-08-14Call dc_read_srom with the correct width; patch from gluk@. Fixes problemsAaron Campbell
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-12remove redundant vm includesMichael Shalayeff
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11no need to include vm_prot.h here.Artur Grabowski
2001-08-11document the fast thingy on the VScom PCI-200LTheo de Raadt
2001-08-11move hifn_stats definition to headerJason Wright
2001-08-10allocate tx dma maps in attach instead of creating/destroying them for each txJason Wright
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-09Use a startup hook for the rest of the chip initialization.Hakan Olsson
2001-08-09syncTheo de Raadt
2001-08-09yet another damn winmodemTheo de Raadt
2001-08-08New timeouts, drahn@ sez go ahead.Miod Vallat
2001-08-08New timeouts. I've been running this since almost a whole year.Miod Vallat
2001-08-08syncTheo de Raadt
2001-08-08new stuffTheo de Raadt
2001-08-08initialize timeouts, since it's a copy of comattach; reported by Larry Moore ...Michael Shalayeff
2001-08-08leave the dma engines polling for a bit after the last descriptor has beenJason Wright
2001-08-08Initial support for RC4 operations (This probably won't work yet asJason Wright
2001-08-07syncTheo de Raadt
2001-08-07another ESS; hideishi@magisystem.netTheo de Raadt
2001-08-06Remove legacy __BDEVSW_DUMP_OLD_TYPE code.Miod Vallat
2001-08-06Fix errant reference to DEBUG_INTR to use correct SIOP_DEBUG_INTR.Kenneth R Westerback
2001-08-05syncTheo de Raadt
2001-08-05Hint: another vendor who made a PCI chipsetTheo de Raadt
2001-08-05syncTheo de Raadt
2001-08-05VScom PCI 200-L; lmoore@starwon.com.auTheo de Raadt
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-03from NetBSD:Chris Cappuccio
2001-08-03syncChris Cappuccio
2001-08-03Acard IDE and SCSI controllersChris Cappuccio