summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2003-12-11Check DP83815/6 silicon revision register and apply current fixes documentedChris Cappuccio
in National Semiconductor's datasheets and linux driver, depending on the revision. This fixes the short cable issues more reliably than the fix from rev 1.31 (no long cable issue created), and also fixes lockups on some chips under load. From Poul-Henning Kamp / FreeBSD
2003-12-09match a couple more modelsHenning Brauer
ok deraadt@
2003-12-09sync with FreeBSDHenning Brauer
allow for support of several newer chips that apparently are all sold as PROO/1000 and PRO/1000MT tested by naddy@ and ho@ ok deraadt@
2003-12-09syncTheo de Raadt
2003-12-09new moxa pucTheo de Raadt
2003-12-09syncHenning Brauer
2003-12-09more intel GigE, ok theoHenning Brauer
2003-12-09missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl>Michael Shalayeff
2003-12-08Matrix Orbital MX200 SeriesHenning Brauer
mostly From: nj@obsd.com
2003-12-08syncHenning Brauer
2003-12-08Matrix Orbital MX200 Series LCDHenning Brauer
2003-12-06Fix for gcc3 compilation suggested by miod@: use temporary variableAlexander Yurchenko
when dealing with KS_GROUP macro. ok miod@
2003-12-06Mark u_int64_t constants with ULL to make gcc3 happy.Alexander Yurchenko
ok drahn@
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
and if_wi_usb ok millert@
2003-12-04match new ones, ok theoHenning Brauer
2003-12-04syncHenning Brauer
2003-12-04more em(4)s, IDs from freebsd, ok theoHenning Brauer
2003-12-04TyposMiod Vallat
2003-12-04add code to actually enable multicast reception; go-ahead from deraadt@Christian Weisgerber
2003-12-03my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henningMarkus Friedl
2003-11-27syncAlexander Yurchenko
2003-11-27Realtek 8169 found on a hammer boardAlexander Yurchenko
2003-11-27on behalf of tdeval@:Henning Brauer
fix several errnous error messages (hah) partitially from PR3566
2003-11-27add quirk for Datum Networks SSF-7X USB Multi PlayersHenning Brauer
PR3580; Aldo Cortesi <aldo@nullcube.com>
2003-11-27syncHenning Brauer
2003-11-27Datum Networks SSF-7X Multi PlayersHenning Brauer
from PR3580; Aldo Cortesi <aldo@nullcube.com>
2003-11-26syncAlexander Yurchenko
2003-11-26Consistency in smbus controllers namesAlexander Yurchenko
ok mickey@
2003-11-20Make these pass -Wsign-compareTodd C. Miller
2003-11-19Sync with NetBSD probe code: deal with non-pullups ide bus whenAlexander Yurchenko
testing status register and a better comments on probe logic. Tested on i386, sparc64 and macppc by me, jmc@, matthieu@, sturm@ and drahn@. ok costa@
2003-11-19regenMichael Shalayeff
2003-11-19- add ALI M1533 and M1535 ids. ok mickey@Kevin Lo
- fix ALI M1543 id. pointed out by mickey@
2003-11-17Various cleanups, knf, better debug messages.Alexander Yurchenko
2003-11-17Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQAlexander Yurchenko
asserted after BSY is cleared in data read codepath. Solves delays in probe. The first version of this diff was done by costa@ a long time ago but had some issues. This one is a partial sync with NetBSD. ok costa@
2003-11-17syncAlexander Yurchenko
2003-11-17New vendor TigerJet Network and a new toy of tm@ -- Tiger320Alexander Yurchenko
pci communication controller. ok mickey@
2003-11-17Corega Ether II PCC-TD support.Federico G. Schwindt
from Katsuhiko Hirohashi <hasiyan at mk2 dot org>.
2003-11-17regen.Federico G. Schwindt
2003-11-17Corega Ether II PCC-TD; from Katsuhiko Hirohashi <hasiyan at mk2 dot org>.Federico G. Schwindt
2003-11-17Defined behavior.Marc Espie
ok grange@ miod@
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2003-11-13One byte can't hold a value > 255.Alexander Yurchenko
Spotted by Mr. GCC3.
2003-11-11Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org)Miod Vallat
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
not remain set on the text packet sent, seems to improve wi@usb on large transfers.
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-07Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>.Alexander Yurchenko
2003-11-07updated URL and a typo from Jared Yanovich;Jason McIntyre
2003-11-07more updated URLs from Jared Yanovich;Jason McIntyre
2003-11-07updated URLs from Jared Yanovich;Jason McIntyre
however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link.
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@