summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2001-05-13use criov_copydata for grabbing iv for next packetJason Wright
2001-05-13missing elseJason Wright
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
2001-05-13Initial support for Broadcom 5820, which is very much like the 5805 exceptJason Wright
2001-05-12syncTheo de Raadt
2001-05-12more cyrix devsTheo de Raadt
2001-05-11I think this will match and work on a hifn 7951Theo de Raadt
2001-05-11syncTheo de Raadt
2001-05-11some moreTheo de Raadt
2001-05-10Simplify probe routine.Aaron Campbell
2001-05-10in txp_intr() only refill the rx buffer ring if it is empty; based onJason Wright
2001-05-09revert reverted patch now that bus_dma has been updated on i386Jason Wright
2001-05-08document registers off BAR1 found on the 7951Theo de Raadt
2001-05-08simplify printsTheo de Raadt
2001-05-08string names for those new classes/subclasses; from netbsdMichael Shalayeff
2001-05-08more class/subclass/caps ids; from netbsdMichael Shalayeff
2001-05-08support a hook for vga_pci-based ioctls; aaron@ ookMichael Shalayeff
2001-05-08add transmit side of bpf tappingJason Wright
2001-05-08- add support for hardware vlan tag insertion and removalJason Wright
2001-05-077x43RN are MPRTheo de Raadt
2001-05-07syncTheo de Raadt
2001-05-07another gdtTheo de Raadt
2001-05-07syncTheo de Raadt
2001-05-07new hifnTheo de Raadt
2001-05-07Now that if_vlan switches types to match it's parent, checking if_typeJason Wright
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-05-03grr... part of the bus_dma change depended on local stuff: revert that partJason Wright
2001-05-02register save/restore fix from art via Chuck CranorMarco S Hyman
2001-05-02- somewhat better use of bus_dma interfaceJason Wright
2001-05-01restore socket base addr and bus number on resume; from netbsdMichael Shalayeff
2001-04-30sync.lebel
2001-04-30add new device, Lucent USB QuadraBus. deraadt@ OK.lebel
2001-04-30cleaningJason Wright
2001-04-30pretty up rx filter setupJason Wright
2001-04-30syncJason Wright
2001-04-30broadcom 5820Jason Wright
2001-04-29syncTheo de Raadt
2001-04-29another pucTheo de Raadt
2001-04-29When expanding the session table, only copy the number of sessions alreadyJason Wright
2001-04-21correct dmesgTheo de Raadt
2001-04-17Enable UDMA for rev 0xd0 SiS again (undone in last update)Chris Cappuccio
2001-04-16dmesg cleanupsTheo de Raadt
2001-04-15- in txp_intr(), don't call the rx/tx handlers unless necessaryJason Wright
2001-04-15mask off Arm2Host_Comm_3 interrupts now that rx buffer reclamation hasJason Wright
2001-04-15- setup a timeout that will try to refill the rxbuffer ring (this makesJason Wright
2001-04-15Support U160 on 53c1010 chips.Kenneth R Westerback
2001-04-14oops, really sync.. i have no idea what happened hereAaron Campbell
2001-04-14syncAaron Campbell
2001-04-14Use [a-f] for hex digits, not [A-F]. Also fix some tab/space issues.Aaron Campbell
2001-04-13- attempt to get dma coherent buffers for most of the shared memory usesJason Wright