Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-24 | sync | Todd T. Fries | |
2003-12-24 | additional camera device; ok deraadt@ | Todd T. Fries | |
2003-12-23 | recognize several more wi@usb devices. | Dale Rahn | |
2003-12-23 | sync | Dale Rahn | |
2003-12-23 | Addional wi@usb devices. ok deraadt@ | Dale Rahn | |
2003-12-23 | do not panic if there is no IPL_IMP | Michael Shalayeff | |
2003-12-23 | use pci_mapreg_map and deallocate resources on attach failures | Michael Shalayeff | |
2003-12-23 | fix the error msg and enable bubs mastering | Michael Shalayeff | |
2003-12-23 | htole vs letoh (no functional change | Michael Shalayeff | |
2003-12-23 | init ether address correctly, since our Ether_ifattach macro does not do | Theo de Raadt | |
that job; 3612, rspmn@arcor.de | |||
2003-12-20 | Relax a redundant printf format specifier. | Miod Vallat | |
2003-12-20 | sync | Alexander Yurchenko | |
2003-12-20 | Little correction for ICH4-M LPC. | Alexander Yurchenko | |
ok deraadt@ | |||
2003-12-20 | Support for ITExpress IT8212F ATA133 controller; close PR 3540. | Alexander Yurchenko | |
Submitter is unresponsible so the diff is not tested. If you have any problems with it open a new PR. | |||
2003-12-17 | not qualifying a product based on vendor AND product ID just bugs me | Jason Wright | |
2003-12-17 | marvell skv2 (smc9452TX); from freebsd | Jason Wright | |
2003-12-17 | marvell skv2; from freebsd | Jason Wright | |
2003-12-17 | add support for linksys (eg1032v2, eg1064v2) and dlink (dge530t); from NetBSD | Jason Wright | |
2003-12-17 | sync | Jason Wright | |
2003-12-17 | - add linksys vendor id | Jason Wright | |
- add linksys products: EG1032, EG1064 - add dlink product: DGE550T | |||
2003-12-17 | Provide a real inverted cursor for rasops-based consoles; inspired by | Miod Vallat | |
a similar diff in NetBSD. | |||
2003-12-16 | Compute openings value, out of boot-time count of devices. | Niklas Hallqvist | |
Add reentrancy check of gdt_exec_ccb. The latter change changes timing enough to not trigger a timing bug on really fast machines too often. A real fix is being worked on. | |||
2003-12-16 | Compute openings value, out of boot-time count of devices. | Niklas Hallqvist | |
Add reentrancy check of gdt_exec_ccb. The latter change changes timing enough to not trigger a timing bug on really fast machines too often. A real fix is being worked on. | |||
2003-12-16 | Becuase | Theo de Raadt | |
2003-12-16 | only map the rom and do not touch the hpa space getting rid of memsize ↵ | Michael Shalayeff | |
define that was not really true; plus tested by otto@ and miod@ | |||
2003-12-16 | Pass gcc -Wsign-compare; ok grange@ | Todd C. Miller | |
2003-12-16 | Remove unused strings; we print out info from pcmciadevs during | Todd C. Miller | |
device attachment so we don't need extra ones. OK mickey@ deraadt@ | |||
2003-12-15 | Set devclass to DV_IFNET for all USB network drivers. | Cedric Berger | |
ok deraadt@ nate@ | |||
2003-12-15 | sync | Theo de Raadt | |
2003-12-15 | more shrink | Theo de Raadt | |
2003-12-15 | sync | Theo de Raadt | |
2003-12-15 | shorten names a lot | Theo de Raadt | |
2003-12-12 | sync | Theo de Raadt | |
2003-12-12 | 7954 will be a speed-bin 7955 | Theo de Raadt | |
2003-12-12 | another small compiler warning cleanup (#error instead of bailing out) | Hans-Joerg Hoexer | |
ok henning@ | |||
2003-12-12 | Support for 2 new acard ata133 chips. | Alexander Yurchenko | |
2003-12-12 | nforce chip doesn't have cable check bit; noticed by hugh@ a long | Alexander Yurchenko | |
time ago. | |||
2003-12-12 | Remove unused and incorrect generic interface ioctl defines SIOCSIFGENERIC | Ryan Thomas McBride | |
and SIOCGIFGENERIC. ok mickey@ | |||
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@ |