Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-27 | ANSI protos and some minor cleanup | Brad Smith | |
ok henning@ | |||
2004-09-27 | regen | Todd C. Miller | |
2004-09-27 | Add Proxim Harmony 802.11b card and attach it to wi(4); David Vincelli | Todd C. Miller | |
2004-09-26 | Improve attachment routine: | Alexander Yurchenko | |
- don't abort if hardware monitor is unusable, give timecounter a chance - better dmesg output | |||
2004-09-26 | Timecounter support for VIA south bridges. | Alexander Yurchenko | |
2004-09-26 | simplify MII_TICK case by using mii_phy_tick(). | Brad Smith | |
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad Smith | |
entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@ | |||
2004-09-25 | sync | Alexander Yurchenko | |
2004-09-25 | another lavaport serial; from Markus Foerster <markus@1ster.de> | Alexander Yurchenko | |
2004-09-25 | sync | Alexander Yurchenko | |
2004-09-25 | sort a bit | Alexander Yurchenko | |
2004-09-25 | Timecounter support for Intel ICH chips, not enabled | Alexander Yurchenko | |
on any platform yet. | |||
2004-09-25 | Senao el-2511cd2ext2m support. Reported and tested by Randy Bender | Federico G. Schwindt | |
<randybender2004 at hotmail dot com>; millert@ ok. | |||
2004-09-25 | regen. | Federico G. Schwindt | |
2004-09-25 | senao wireless adapters; from Randy Bender <randybender2004 at hotmail dot com> | Federico G. Schwindt | |
millert@ ok | |||
2004-09-24 | timedout is not an english word, complaint from theo, ok marco | Henning Brauer | |
2004-09-24 | Missing $OpenBSD$ tag. | Alexander Yurchenko | |
2004-09-24 | Multiple inclusion protection. | Alexander Yurchenko | |
2004-09-24 | Add missing Manuel Bouyer copyright. | Alexander Yurchenko | |
2004-09-24 | Multiple inclusion protection. | Alexander Yurchenko | |
2004-09-23 | sync | Alexander Yurchenko | |
2004-09-23 | Correct AAR-1210SA name a bit to match netbsd. | Alexander Yurchenko | |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2004-09-23 | RTL8201L PHY support; from FreeBSD. | Federico G. Schwindt | |
2004-09-22 | the following patch fixes a bug preventing midi uarts that do | Theo de Raadt | |
not support interrupts on output, from writing blocks larger than MIDI_MAXWRITE bytes. tested on both kinds of devices from alex-contact@caoua.org | |||
2004-09-22 | sync | Alexander Yurchenko | |
2004-09-22 | 1210SA is not a SiI product really. | Alexander Yurchenko | |
2004-09-22 | sync | Alexander Yurchenko | |
2004-09-22 | Another Aralion chip ARS0303D ATA133. | Alexander Yurchenko | |
Device id obtained from the linux driver provided by Alexey E. Suslikov <cruel@texnika.com.ua>. | |||
2004-09-21 | Do not retrigger the screen blanker if one change its settings through | Miod Vallat | |
wsconsctl, while running X11. | |||
2004-09-21 | sync | Alexander Yurchenko | |
2004-09-21 | New vendor Aralion Inc. and its raid ARS106S. | Alexander Yurchenko | |
New Silicon Image raid SiI1210SA. Found in dmesgs from Alexey E. Suslikov <cruel@texnika.com.ua>. | |||
2004-09-21 | re-add RCS id after last commit | Brad Smith | |
2004-09-20 | sync | Theo de Raadt | |
2004-09-20 | more uplcom and umct; jsg@goblin.cx pulled from netbsd | Theo de Raadt | |
2004-09-20 | regen | Michael Shalayeff | |
2004-09-20 | IRE is really AD and thus rename those and add a few devices | Michael Shalayeff | |
2004-09-20 | regen | Michael Shalayeff | |
2004-09-20 | hp pci bridge id | Michael Shalayeff | |
2004-09-20 | addres -> address | Miod Vallat | |
2004-09-20 | sync | Alexander Yurchenko | |
2004-09-20 | Add nvidia nforce3 250 audio. From FreeBSD via deraadt@. | Alexander Yurchenko | |
``go for it'' deraadt@ | |||
2004-09-20 | some people are just incapable of properly comitting to *devs files | Michael Shalayeff | |
2004-09-20 | don't include sys/malloc.h, no memory management functions are used | Brad Smith | |
by any of the MII drivers. From NetBSD | |||
2004-09-20 | another unit; http://www2.elecom.co.jp/products/UC-SGT.html | Theo de Raadt | |
2004-09-20 | meant to commit this too, remove old resume workaround flags | Brad Smith | |
2004-09-20 | remove software-based workaround for the resume issue. | Brad Smith | |
ok beck@ | |||
2004-09-20 | enable code to disable dynamic standby mode on 82550's | Brad Smith | |
ok beck@ | |||
2004-09-19 | typo, or -> of | Brad Smith | |
2004-09-18 | off by one in check | Ted Unangst | |