Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat | |
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto | |
2004-06-20 | fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.fr | Theo de Raadt | |
2004-06-19 | save curproc for further reference, otherwise we may end up in lockmgr() | Pedro Martelletto | |
with no process context. ok miod@. closes pr 3214. | |||
2004-06-18 | On architectures which have strict alignment, shift the entire mbuf chain by | Ryan Thomas McBride | |
ETHER_ALIGN bytes when jumbo packets are enabled (mtu > ETHERMTU). ok henric@ (slightly different diff) | |||
2004-06-18 | Fix jumbo frames. | Ryan Thomas McBride | |
- Implement SIOCSIFMTU ioctl. - Remove from the free list instead of the inuse list when allocating jumbo buffers. - Use TI_JUMBO_FRAMELEN as the size argument to bus_dmamap_create(); | |||
2004-06-18 | Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(), | Ryan Thomas McBride | |
fixes sending of jumbo frames. ok henric@ drahn@ | |||
2004-06-18 | Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823 | Henning Brauer | |
2004-06-18 | sync | Henning Brauer | |
2004-06-18 | Avlab 4 Serial puc | Henning Brauer | |
2004-06-16 | regen | Matthieu Herrb | |
2004-06-16 | + nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@. | Matthieu Herrb | |
2004-06-14 | Remove unused descriptive name strings. We use the names the devices return. | Kenneth R Westerback | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-13 | regen | Michael Shalayeff | |
2004-06-13 | support iriver ifp-1xx thingies | Michael Shalayeff | |
2004-06-13 | cy_attach improvements; ok art | Peter Valchev | |
- don't panic if you can't setup interrupts, just quit attach - cleanup printf's, show a better error message | |||
2004-06-12 | Add check for bp->b_bcount in siop_minphys() as other drivers have. | Kenneth R Westerback | |
ok mickey@ | |||
2004-06-12 | Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.h | Kenneth R Westerback | |
files used by ahc or ahd result from these changes, so they are not being sync'ed at this time. ok deraadt@ | |||
2004-06-10 | From FreeBSD (via rees@umich.edu and nate) | Peter Valchev | |
Initialise `restartcnt' in the newly malloc'd usbd_port structure, as otherwise the junk it contains may cause uhub_explore to give up without ever trying to restart the port. This fixes the following errors I was seeing with a VIA UHCI controller: uhub0: port error, restarting port 1 uhub0: port error, giving up port 1 | |||
2004-06-08 | Make umass CBI buffer handling consistant with BBB buffer handling by | Kenneth R Westerback | |
using sc->data_buffer (not sc->tranfer_data), in the actual data transfer operations. From NetBSD PR #25676. ok tdeval@ deraadt@ | |||
2004-06-06 | Multicast cleanups | Ryan Thomas McBride | |
- make multicast ranges work - replace handrolled crc code with ether_crc32_{be,le}() - add missing calls to ether_{add,del}multi() ok deraadt@ | |||
2004-06-06 | - replace hand-rolled crc32 with ether_crc32_be() | Ryan Thomas McBride | |
- make multicast ranges work | |||
2004-06-05 | Remove unneeded dependency on wscons_raster.h | Miod Vallat | |
2004-06-05 | regen | Brad Smith | |
2004-06-05 | add Intel i960 RD PCI-PCI bridge found on Intel EtherExpress PRO/100 Server ↵ | Brad Smith | |
adapters as well as the adapter id too. | |||
2004-06-05 | Make multicast ranges work. | Ryan Thomas McBride | |
ok deraadt@ | |||
2004-06-05 | - replace handrolled crc32 with ether_crc32_be() | Ryan Thomas McBride | |
- make multicast ranges work ok deraadt@ | |||
2004-06-05 | Clean up style in ioctl. | Ryan Thomas McBride | |
ok deraadt@ | |||
2004-06-05 | cleanup, no functional changes | Peter Valchev | |
2004-06-05 | a step towards 8139C+ | Peter Valchev | |
not complete as rl(4) will match it (same device id as 8139) | |||
2004-06-05 | Missing lockinit(). | Alexander Yurchenko | |
2004-06-05 | fix a few printf; pval ok | Theo de Raadt | |
2004-06-05 | Remove NGPIO button. | Alexander Yurchenko | |
2004-06-05 | add multicast support | Peter Valchev | |
2004-06-05 | sync | Theo de Raadt | |
2004-06-05 | shrink | Theo de Raadt | |
2004-06-05 | RealTek 8139C+/8169/8169S/8110S PCI NIC driver from FreeBSD/NetBSD | Peter Valchev | |
checksum offloading and vlan tagging disabled for now; work in progress | |||
2004-06-05 | Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSD | Peter Valchev | |
2004-06-05 | Driver for the RealTek 8169S/8110S internal 10/100/1000 PHY | Peter Valchev | |
from FreeBSD | |||
2004-06-05 | sync | Peter Valchev | |
2004-06-05 | gigE PHY in the RealTek 8169S/8110S chips | Peter Valchev | |
2004-06-05 | another try to re-add it | Theo de Raadt | |
2004-06-05 | Remove unused file. We use aic7xxxvar.h. | Kenneth R Westerback | |
ok marco@ millert@ | |||
2004-06-05 | Remove unused file. We use aic7xxxvar.h. | Kenneth R Westerback | |
ok marco@ millert@ | |||
2004-06-04 | fix conversion to ether_crc32_be(). problem noticed by naddy@ | Brad Smith | |
ok mcbride@ | |||
2004-06-04 | regen for ASUS SpaceLink WL-100 | Todd C. Miller | |
2004-06-04 | Add support for ASUS SpaceLink WL-100 PCMCIA 802.11b card; Sigfred HÃversen | Todd C. Miller | |
2004-06-04 | regen | Todd C. Miller | |
2004-06-04 | Fix pasto I introduced in Adaptec AWN-8030 addition | Todd C. Miller | |