summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-02don't call mii_pollstat() right after mii_tick() in foo_tick_task()Brad Smith
2005-07-02set IFCAP_VLAN_MTU and do not whine if we cannot get mbufsBrad 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-02de-static and we don't need to enable bus mastering hereBrad Smith
2005-07-02info about Jumbos and checksum offloadBrad Smith
2005-07-02mention new 82573E chipsetBrad Smith
2005-07-02uncomment large portions of the pageBrad Smith
2005-07-02mention media types supported by the various cardsBrad Smith
2005-07-02mention the D-Link DFE-580TX Quad port cardBrad Smith
2005-07-02mention IPv4 receive IP/TCP/UDP checksum offloadBrad Smith
2005-07-02skip pcmcia comTheo de Raadt
2005-07-02allow altq section to fully parse.Joel Knight
2005-07-02Sync with the faqJoel Knight
2005-07-02syncTheo de Raadt
2005-07-02Remove unused cd_softc.name field. Use the saved INQUIRY data inKenneth 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-02xscale UART FIFOs are 32 bytes deep; found by deraadt@Uwe Stuehler
2005-07-02Remove unused struct sd_ops.Kenneth R Westerback
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-07-02Typos in comments.Miod Vallat
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
ok brad@ beck@
2005-07-02syncTheo de Raadt
2005-07-02shortenTheo de Raadt
2005-07-02new sentence, new line;Jason McIntyre
2005-07-02syncTheo de Raadt
2005-07-02Unused files.Kenneth R Westerback
2005-07-02Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sdKenneth 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-02syncTheo de Raadt
2005-07-02During set selection, ask for a "file name pattern" rather than aUwe Stuehler
"regular expression" because the answer is processed by the shell. ok krw@
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resourcesBrad Smith
2005-07-02add support for PCI-E 5752 core and recognize a few additionalBrad Smith
5750 revisions. Info from the Broadcom Linux driver
2005-07-01relax header dependenciesUwe Stuehler
2005-07-01- New macros to identify the zaurus model.Uwe Stuehler
- Updated constants in zaurus_reg.h.
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
without affecting the way the driver works.
2005-07-01add some HP bge-based cardsBrad Smith
2005-07-01More spacesClaudio Jeker
2005-07-01tab after spaceClaudio Jeker
2005-07-01add LevelOne GNC-0105T cardBrad Smith
From FreeBSD uncomment parts of the man page which mention chip capabilities and mention Jumbo frames
2005-07-01Add -f option for disk operations. Idea by deraadt.Marco Peereboom
This is not fully functional yet.
2005-07-01revert rev 1.59Brad Smith
2005-07-01NUL-terminate the screen buffer in u_process(), since it is passed toJared Yanovich
strlen() in line_buffer() (requires allocating an extra byte for it). from markus, ok deraadt
2005-07-01fix breakage; if this proves to be wrong, will be fixed later. at leastFederico G. Schwindt
make build will work now.
2005-07-01|| should && instead ...Xavier Santolaria
2005-07-01more output tweaks in server mode ..Xavier Santolaria
2005-07-01fix output when using in server mode; more to come ... ok jorisXavier Santolaria
2005-07-01Fix logic botch in !ERRATA__XXX_USR kernels.Miod Vallat
2005-07-01Switch filter_sets form SIMPLEQ to TAILQ, needed for upcomming stuff.Claudio Jeker
2005-07-01don't free() if getaddrinfo() fails; report mpech@Markus Friedl
2005-07-01The newly introduced function filterset_free() existed already asClaudio Jeker
rde_free_set(), I just missed it when I was looking for it. Kill rde_free_set() and use the more correct filterset_free() from now on.
2005-07-01Make the pftable filter set use the name2id "cache" like the route labels.Claudio Jeker
This saves 14 bytes per aspath. OK henning@
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessMarc Espie
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@.