Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-13 | rx checksum offload support (based on the freebsd implementation) | Jason Wright | |
2003-10-13 | Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD. | Kenneth R Westerback | |
Some bug fixes, support for new hardware like the 5704 and 5705. Testing by deraadt@, danh@, and drahn@ amoung others. ok deraadt@. | |||
2003-10-13 | last vtophys (tx data) is now dead. Needs dma sync's and probably more | Jason Wright | |
htole32 now. | |||
2003-10-12 | only one vtophys left (tx data)... both the rx and tx descriptors are | Jason Wright | |
fully handled by bus_dma now. | |||
2003-10-12 | rework rx to use bus_dma and sprinkle with a small amount of htole32. | Jason Wright | |
2003-10-11 | sync | Thomas Nordin | |
2003-10-11 | ATI Radeon 9100. deraadt@ ok | Thomas Nordin | |
2003-10-10 | unsmoke drugs in vr_encap() (simplify it quite alot) | Jason Wright | |
prepare for bus_dma of tx data | |||
2003-10-10 | lightly season with a touch of htole32()... a pinch will do. | Jason Wright | |
2003-10-10 | another easy vtophys removal (tx descriptor setup)... 6 to go. | Jason Wright | |
2003-10-10 | don't use vtophys on rx lists any more | Jason Wright | |
2003-10-10 | Calibration code from FreeBSD/NetBSD. Some of the auich's are clocked too | Jason Wright | |
high and sound particularly awful on playback. Thanks to millert and marc for testing (and frantzen for giving me a broken machine). | |||
2003-10-09 | Support for VIA VT8237 ATA and SATA from NetBSD. | Alexander Yurchenko | |
Thanks to Anton Komarov for providing access to the VIA board. | |||
2003-10-09 | remove duplicate ifdef __hppa__ that somehow has gotten in there | Michael Shalayeff | |
2003-10-09 | - from freebsd: 795[56] AES support | Jason Wright | |
- don't bother with the master/mmio enable stuff (it's done in pci.c for us) based on suggestion from mickey | |||
2003-10-08 | sync; intel proxgb | Jason Wright | |
2003-10-08 | intel PRO/XGB | Jason Wright | |
2003-10-07 | sync | Alexander Yurchenko | |
2003-10-07 | typo in previous commit, sigh | Alexander Yurchenko | |
2003-10-07 | sync | Alexander Yurchenko | |
2003-10-07 | VIA VT8237 SATA; ok deraadt@ | Alexander Yurchenko | |
2003-10-07 | use PCI_PMCSR instead of some magic value. | Federico G. Schwindt | |
ok krw@ henning@ | |||
2003-10-07 | Do not forget to initialise the version member of the softc, and bring | Miod Vallat | |
yet another set of reliability fixes from FreeBSD; PR #3461 | |||
2003-10-06 | more pci_flags, unused for now; from netbsd. | Federico G. Schwindt | |
ok deraadt@ henning@ krw@ | |||
2003-10-06 | power management status reg. definition; from netbsd. | Federico G. Schwindt | |
ok deraadt@ henning@ krw@. | |||
2003-10-06 | make lge(4) compile, from tedu@ | David Krause | |
ok jason@ nate@ | |||
2003-10-05 | Stop the chip from stripping VLAN headers (the driver | Henric Jungheim | |
ignores them) and tell the rest of the stack that "em" support VLAN frames. The "em" driver should now work with VLAN(4) pseudo-devs (and it should no longer be silently stripping VLAN headers when bridging). prodding by Attila Nagy ok jason@ | |||
2003-10-04 | sync | Theo de Raadt | |
2003-10-04 | new serverworks parts | Theo de Raadt | |
2003-10-04 | Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge. | Kenneth R Westerback | |
2003-10-04 | Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge. | Kenneth R Westerback | |
2003-10-04 | sync | Alexander Yurchenko | |
2003-10-04 | VIA VT8237 southbridge | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-29 | use pci_mapreg_map() and free resources on failures | Michael Shalayeff | |
2003-09-29 | better dmesg output including onboard memory size when present, free ↵ | Michael Shalayeff | |
resources on failures; krw@ ok | |||
2003-09-29 | pci support for hppa | Michael Shalayeff | |
2003-09-29 | fix the dc_cacheline to 16 on hppa | Michael Shalayeff | |
2003-09-29 | Experimental support for serverworks csb6 third channel inspired by | Alexander Yurchenko | |
freebsd ata driver. Close PR 3485. | |||
2003-09-29 | Make this compile. | Miod Vallat | |
2003-09-29 | avaliable -> available | Miod Vallat | |
2003-09-29 | autodetect io/mem mappings; from form@ | Michael Shalayeff | |
2003-09-29 | gotta remember the product id and disable io mapping for old 800 chips; from ↵ | Michael Shalayeff | |
form@ | |||
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko | |
2003-09-25 | update fom form@ including support for 891 chips and more | Michael Shalayeff | |
2003-09-25 | sync | Alexander Yurchenko | |
2003-09-25 | serverworks csb6 lpc; found in dmesg from mtoups@andrew.cmu.edu | Alexander Yurchenko | |
ok deraadt@ | |||
2003-09-25 | hifn 7956 support | Jason Wright | |
2003-09-25 | hifn 7956 | Jason Wright | |
2003-09-25 | sync | Theo de Raadt | |