Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-09 | sync | Henning Brauer | |
2003-12-09 | more intel GigE, ok theo | Henning Brauer | |
2003-12-06 | Mark u_int64_t constants with ULL to make gcc3 happy. | Alexander Yurchenko | |
ok drahn@ | |||
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 | add code to actually enable multicast reception; go-ahead from deraadt@ | Christian Weisgerber | |
2003-11-27 | sync | Alexander Yurchenko | |
2003-11-27 | Realtek 8169 found on a hammer board | Alexander Yurchenko | |
2003-11-26 | sync | Alexander Yurchenko | |
2003-11-26 | Consistency in smbus controllers names | Alexander Yurchenko | |
ok mickey@ | |||
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 | 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-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-07 | Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>. | Alexander Yurchenko | |
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@ | |||
2003-11-06 | regen | Michael Shalayeff | |
2003-11-06 | i82852gm ids from jmc's dmesg | Michael Shalayeff | |
2003-10-31 | Work around a _really_ _nasty_ pciide attachment problem on pegasos, | Dale Rahn | |
it maps the IO in PCI space, but assumes tradition interrupt mappings. Better solution welcome. | |||
2003-10-31 | Work around a problem where the vga code expects to be able to map isa | Dale Rahn | |
io/memory space using PCI io/mem descriptors. | |||
2003-10-31 | sync | Theo de Raadt | |
2003-10-31 | correct names | Theo de Raadt | |
2003-10-31 | sync. | Dale Rahn | |
2003-10-31 | Add MENTOR vendor and two devices. | Dale Rahn | |
2003-10-30 | correct mac address fetching; pr 3532, jerry@dunmire.org | Theo de Raadt | |
2003-10-29 | un-revert previous. wrong suspect. ok deraadt@ | Matthieu Herrb | |
2003-10-29 | backout previous. It breaks my u5 drive. ok deraadt@ | Matthieu Herrb | |
2003-10-28 | sync | Alexander Yurchenko | |
2003-10-28 | Correct name for ITE ATA RAID | Alexander Yurchenko | |
2003-10-28 | sync | Alexander Yurchenko | |
2003-10-28 | ITE IT8212 ATA133 chip found in dmesg from frisco@blackant.net. | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn | |
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@ | |||
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-22 | one more 3c990 variant; tested by Niko Itajarvi <niko.itajarvi@satabaana.net> | Henning Brauer | |
2003-10-22 | sync | Henning Brauer | |
2003-10-22 | another txp | Henning Brauer | |
2003-10-21 | a 3com tulip, wow; christoph.scheurer@ch.tum.de | Theo de Raadt | |
2003-10-19 | Put fix from NetBSD: | Alexander Yurchenko | |
Enable auvia_reset_codec's code and wait until the card is available. Fixes 'invalid codec' problems (at least with AD1980). ok mickey@ | |||
2003-10-19 | sync | Alexander Yurchenko | |
2003-10-19 | New VIA PCI-AGP bridge found in dmesg from henning@ | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-17 | Old CMD chips don't have independant channels; from NetBSD. | Alexander Yurchenko | |
Work by niklas@ but he don't want to commit it and it causes conflicts. | |||
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko | |
- do not stop/unload current DMA operation if an IRQ was not detected by DMA engine unless the force flag was given, fixes DMA problems in shared IRQ setups; - ack interrupt before entering DMA codepath Tested by many. Work by niklas@ but he doesn't want to commit it for some reason. | |||
2003-10-16 | Registers definitions for ICH5/ICH5R SATA | Alexander Yurchenko | |
2003-10-16 | VIA VT8231 support; from matthew.gream@pobox.com in PR 3523 | Alexander Yurchenko | |
2003-10-16 | sync | Alexander Yurchenko | |
2003-10-16 | VIA VT8231 Power Management device | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-16 | Mark all supported SATA controllers with flag WDC_CAPABILITY_SATA | Alexander Yurchenko | |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko | |
This makes creating debug kernels be much more easy. |