summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-10-14Add htole and bus_dmamap_sync code. These allow if_vr to work on powerpc.Dale Rahn
2003-10-13rx checksum offload support (based on earlier code from aaron@, but withJason Wright
2003-10-13rx checksum offload support (based on the freebsd implementation)Jason Wright
2003-10-13Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.Kenneth R Westerback
2003-10-13last vtophys (tx data) is now dead. Needs dma sync's and probably moreJason Wright
2003-10-12only one vtophys left (tx data)... both the rx and tx descriptors areJason Wright
2003-10-12rework rx to use bus_dma and sprinkle with a small amount of htole32.Jason Wright
2003-10-11syncThomas Nordin
2003-10-11ATI Radeon 9100. deraadt@ okThomas Nordin
2003-10-11bump minor gap for svnd devices, so more vnds are allowed.Ted Unangst
2003-10-10unsmoke drugs in vr_encap() (simplify it quite alot)Jason Wright
2003-10-10lightly season with a touch of htole32()... a pinch will do.Jason Wright
2003-10-10another easy vtophys removal (tx descriptor setup)... 6 to go.Jason Wright
2003-10-10don't use vtophys on rx lists any moreJason Wright
2003-10-10Calibration code from FreeBSD/NetBSD. Some of the auich's are clocked tooJason Wright
2003-10-09Typo, iquiry->inquiryMiod Vallat
2003-10-09Support for VIA VT8237 ATA and SATA from NetBSD.Alexander Yurchenko
2003-10-09remove duplicate ifdef __hppa__ that somehow has gotten in thereMichael Shalayeff
2003-10-09go back to non-raw busdma load as some archs still do not have load_rawMichael Shalayeff
2003-10-09- from freebsd: 795[56] AES supportJason Wright
2003-10-08sync; intel proxgbJason Wright
2003-10-08intel PRO/XGBJason Wright
2003-10-08originally from cb@netbsd.org, adapted by provosNikolay Sturm
2003-10-07syncAlexander Yurchenko
2003-10-07typo in previous commit, sighAlexander Yurchenko
2003-10-07syncAlexander Yurchenko
2003-10-07VIA VT8237 SATA; ok deraadt@Alexander Yurchenko
2003-10-07use PCI_PMCSR instead of some magic value.Federico G. Schwindt
2003-10-07Do not forget to initialise the version member of the softc, and bringMiod Vallat
2003-10-07use crypto/arc4; test, debug, ok millert@; ok fgsch@Markus Friedl
2003-10-06more pci_flags, unused for now; from netbsd.Federico G. Schwindt
2003-10-06power management status reg. definition; from netbsd.Federico G. Schwindt
2003-10-06make lge(4) compile, from tedu@David Krause
2003-10-05Stop the chip from stripping VLAN headers (the driverHenric Jungheim
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
2003-10-05from freebsd: read one word less (for type) and take care of odd sized recordsMichael Shalayeff
2003-10-04syncTheo de Raadt
2003-10-04new serverworks partsTheo de Raadt
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04syncAlexander Yurchenko
2003-10-04VIA VT8237 southbridgeAlexander Yurchenko
2003-10-04bpf support for atm cards; from jason@ackley.netTheo de Raadt
2003-10-04syncTheo de Raadt
2003-10-04Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.comTheo de Raadt
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-10-01it turned that only adding the cardbus part was not enough to haveFederico G. Schwindt