Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-11 | Check DP83815/6 silicon revision register and apply current fixes documented | Chris 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-09 | match a couple more models | Henning Brauer | |
ok deraadt@ | |||
2003-12-09 | sync with FreeBSD | Henning 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-09 | sync | Theo de Raadt | |
2003-12-09 | new moxa puc | Theo de Raadt | |
2003-12-09 | sync | Henning Brauer | |
2003-12-09 | more intel GigE, ok theo | Henning Brauer | |
2003-12-09 | missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl> | Michael Shalayeff | |
2003-12-08 | Matrix Orbital MX200 Series | Henning Brauer | |
mostly From: nj@obsd.com | |||
2003-12-08 | sync | Henning Brauer | |
2003-12-08 | Matrix Orbital MX200 Series LCD | Henning Brauer | |
2003-12-06 | Fix for gcc3 compilation suggested by miod@: use temporary variable | Alexander Yurchenko | |
when dealing with KS_GROUP macro. ok miod@ | |||
2003-12-06 | Mark u_int64_t constants with ULL to make gcc3 happy. | Alexander Yurchenko | |
ok drahn@ | |||
2003-12-05 | consistently treat wi_keylen as le16, fixes wicontrol crash for if_wi | Dale Rahn | |
and if_wi_usb ok millert@ | |||
2003-12-04 | match new ones, ok theo | Henning Brauer | |
2003-12-04 | sync | Henning Brauer | |
2003-12-04 | more em(4)s, IDs from freebsd, ok theo | Henning Brauer | |
2003-12-04 | Typos | Miod Vallat | |
2003-12-04 | add code to actually enable multicast reception; go-ahead from deraadt@ | Christian Weisgerber | |
2003-12-03 | my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henning | Markus Friedl | |
2003-11-27 | sync | Alexander Yurchenko | |
2003-11-27 | Realtek 8169 found on a hammer board | Alexander Yurchenko | |
2003-11-27 | on behalf of tdeval@: | Henning Brauer | |
fix several errnous error messages (hah) partitially from PR3566 | |||
2003-11-27 | add quirk for Datum Networks SSF-7X USB Multi Players | Henning Brauer | |
PR3580; Aldo Cortesi <aldo@nullcube.com> | |||
2003-11-27 | sync | Henning Brauer | |
2003-11-27 | Datum Networks SSF-7X Multi Players | Henning Brauer | |
from PR3580; Aldo Cortesi <aldo@nullcube.com> | |||
2003-11-26 | sync | Alexander Yurchenko | |
2003-11-26 | Consistency in smbus controllers names | Alexander Yurchenko | |
ok mickey@ | |||
2003-11-20 | Make these pass -Wsign-compare | Todd C. Miller | |
2003-11-19 | Sync with NetBSD probe code: deal with non-pullups ide bus when | Alexander 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-19 | regen | Michael Shalayeff | |
2003-11-19 | - add ALI M1533 and M1535 ids. ok mickey@ | Kevin Lo | |
- fix ALI M1543 id. pointed out by mickey@ | |||
2003-11-17 | Various cleanups, knf, better debug messages. | Alexander Yurchenko | |
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | Alexander 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-17 | sync | Alexander Yurchenko | |
2003-11-17 | New vendor TigerJet Network and a new toy of tm@ -- Tiger320 | Alexander Yurchenko | |
pci communication controller. ok mickey@ | |||
2003-11-17 | Corega Ether II PCC-TD support. | Federico G. Schwindt | |
from Katsuhiko Hirohashi <hasiyan at mk2 dot org>. | |||
2003-11-17 | regen. | Federico G. Schwindt | |
2003-11-17 | Corega Ether II PCC-TD; from Katsuhiko Hirohashi <hasiyan at mk2 dot org>. | Federico G. Schwindt | |
2003-11-17 | Defined behavior. | Marc Espie | |
ok grange@ miod@ | |||
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy | |
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@ | |||
2003-11-13 | One byte can't hold a value > 255. | Alexander Yurchenko | |
Spotted by Mr. GCC3. | |||
2003-11-11 | Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org) | Miod Vallat | |
2003-11-09 | Zero the tx buffer before reusing it. This way stray bits will | Dale Rahn | |
not remain set on the text packet sent, seems to improve wi@usb on large transfers. | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-07 | Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>. | Alexander Yurchenko | |
2003-11-07 | updated URL and a typo from Jared Yanovich; | Jason McIntyre | |
2003-11-07 | more updated URLs from Jared Yanovich; | Jason McIntyre | |
2003-11-07 | updated 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-07 | adress -> 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@ |