Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-03 | rev 1.13 | Brad Smith | |
when changing to an unsupported media type, return EINVAL instead of ENXIO. From NetBSD | |||
2005-07-03 | enable use of the hardware 64 entry CAM table for perfect multicast | Brad Smith | |
filtering otherwise fallback on the multicast hash table if trying to filter on more than 64 addresses or if we're trying to flip on ALLMULTI. | |||
2005-07-03 | ETHERMTU_JUMBO -> ETHER_MAX_LEN_JUMBO | Brad Smith | |
2005-07-03 | adjust tuneable for Jumbo case | Brad Smith | |
2005-07-03 | regen | Brad Smith | |
2005-07-03 | GT -> GT AGP | Brad Smith | |
2005-07-03 | - when printing the "unsupported chip revision" message also print the | Brad Smith | |
chip revision. - allow VLAN-sized frames even when not using hardware VLAN support. From FreeBSD - disestablish PCI interrupt on failure to attach. - allow reception of Jumbo frames by default. Based on a diff sent to me a long time ago by mcbride@ | |||
2005-07-03 | regen | Brad Smith | |
2005-07-03 | add GeForce 6600 GT | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2005-07-03 | regen | Jared Yanovich | |
2005-07-03 | change VOP_PATHCONF to take a locked vnode, as its | Jared Yanovich | |
comment entry describes. requires that sys_fpathconf() lock its vnode. lots of testing by jolan and myself, ok pedro | |||
2005-07-02 | hardware checkcum in the receive direction only | Brad Smith | |
2005-07-02 | oops | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in rl_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in ral_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | add TLPHY_MEDIA_NO_10_T flag for DP4000 model | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | don't call mii_pollstat() right after mii_tick() in foo_tick_task() | Brad Smith | |
2005-07-02 | set IFCAP_VLAN_MTU and do not whine if we cannot get mbufs | Brad Smith | |
2005-07-02 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith | |
- check for MTU being too small with ETHERMIN - don't bother reseting the card since it'll default to allowing Jumbos | |||
2005-07-02 | de-static and we don't need to enable bus mastering here | Brad Smith | |
2005-07-02 | info about Jumbos and checksum offload | Brad Smith | |
2005-07-02 | mention new 82573E chipset | Brad Smith | |
2005-07-02 | uncomment large portions of the page | Brad Smith | |
2005-07-02 | mention media types supported by the various cards | Brad Smith | |
2005-07-02 | mention the D-Link DFE-580TX Quad port card | Brad Smith | |
2005-07-02 | mention IPv4 receive IP/TCP/UDP checksum offload | Brad Smith | |
2005-07-02 | skip pcmcia com | Theo de Raadt | |
2005-07-02 | allow altq section to fully parse. | Joel Knight | |
2005-07-02 | Sync with the faq | Joel Knight | |
2005-07-02 | sync | Theo de Raadt | |
2005-07-02 | Remove unused cd_softc.name field. Use the saved INQUIRY data in | Kenneth R Westerback | |
scsi_link to determine device type, rather than keeping a copy in sd_softc.type. Remove unused sd_softc.type field. | |||
2005-07-02 | xscale UART FIFOs are 32 bytes deep; found by deraadt@ | Uwe Stuehler | |
2005-07-02 | Remove unused struct sd_ops. | Kenneth R Westerback | |
2005-07-02 | Remove dead code; ok deraadt@ | Miod Vallat | |
2005-07-02 | Typos in comments. | Miod Vallat | |
2005-07-02 | zap trailing whitespaces, no binary change | Alexander von Gernler | |
ok brad@ beck@ | |||
2005-07-02 | sync | Theo de Raadt | |
2005-07-02 | shorten | Theo de Raadt | |
2005-07-02 | new sentence, new line; | Jason McIntyre | |
2005-07-02 | sync | Theo de Raadt | |
2005-07-02 | Unused files. | Kenneth R Westerback | |
2005-07-02 | Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sd | Kenneth R Westerback | |
devices. Use READ CAPACITY like NetBSD, FreeBSD, Linux and OpenSolaris do. Well, NetBSD keeps READ FORMAT CAPACITIES as a backup. Fixes problems with devices (such as my IBM USB Memory Key) which return block counts that are off by one for READ FORMAT CAPACITIES. This eliminates the significant difference between sd_atapi.c and sd_scsi.c so merge sd_scsi.c into sd.c and just be careful to mark ATAPI removable devices as both SDEV_NOSYNCCACHE and unable to return MODE SENSE page 4 info. All geometry faking is now in one place. Where it can be 'improved'. sd_scsi.c, sd_atapi.c and atapi_disk.h will be removed as a result. | |||
2005-07-02 | sync | Theo de Raadt | |
2005-07-02 | During set selection, ask for a "file name pattern" rather than a | Uwe Stuehler | |
"regular expression" because the answer is processed by the shell. ok krw@ | |||
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resources | Brad Smith | |
2005-07-02 | add support for PCI-E 5752 core and recognize a few additional | Brad Smith | |
5750 revisions. Info from the Broadcom Linux driver | |||
2005-07-01 | relax header dependencies | Uwe Stuehler | |
2005-07-01 | - New macros to identify the zaurus model. | Uwe Stuehler | |
- Updated constants in zaurus_reg.h. |