summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2004-09-23don'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-23RTL8201L PHY support; from FreeBSD.Federico G. Schwindt
2004-09-22the following patch fixes a bug preventing midi uarts that doTheo 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-22syncAlexander Yurchenko
2004-09-221210SA is not a SiI product really.Alexander Yurchenko
2004-09-22syncAlexander Yurchenko
2004-09-22Another Aralion chip ARS0303D ATA133.Alexander Yurchenko
Device id obtained from the linux driver provided by Alexey E. Suslikov <cruel@texnika.com.ua>.
2004-09-21Do not retrigger the screen blanker if one change its settings throughMiod Vallat
wsconsctl, while running X11.
2004-09-21syncAlexander Yurchenko
2004-09-21New 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-21re-add RCS id after last commitBrad Smith
2004-09-20syncTheo de Raadt
2004-09-20more uplcom and umct; jsg@goblin.cx pulled from netbsdTheo de Raadt
2004-09-20regenMichael Shalayeff
2004-09-20IRE is really AD and thus rename those and add a few devicesMichael Shalayeff
2004-09-20regenMichael Shalayeff
2004-09-20hp pci bridge idMichael Shalayeff
2004-09-20addres -> addressMiod Vallat
2004-09-20syncAlexander Yurchenko
2004-09-20Add nvidia nforce3 250 audio. From FreeBSD via deraadt@.Alexander Yurchenko
``go for it'' deraadt@
2004-09-20some people are just incapable of properly comitting to *devs filesMichael Shalayeff
2004-09-20don't include sys/malloc.h, no memory management functions are usedBrad Smith
by any of the MII drivers. From NetBSD
2004-09-20another unit; http://www2.elecom.co.jp/products/UC-SGT.htmlTheo de Raadt
2004-09-20meant to commit this too, remove old resume workaround flagsBrad Smith
2004-09-20remove software-based workaround for the resume issue.Brad Smith
ok beck@
2004-09-20enable code to disable dynamic standby mode on 82550'sBrad Smith
ok beck@
2004-09-19typo, or -> ofBrad Smith
2004-09-18off by one in checkTed Unangst
2004-09-18My Bad.Bob Beck
Can I have my spanking now wurstchen?
2004-09-18syncTheo de Raadt
2004-09-18new fxp variant, noticed by freebsdBob Beck
ok brad@
2004-09-18syncTheo de Raadt
2004-09-18match the new IDTheo de Raadt
2004-09-18new device supportedTheo de Raadt
2004-09-18regen w/ proper rcsids and constMichael Shalayeff
2004-09-18support microcode being const; krw@ okMichael Shalayeff
2004-09-18repair build that reused y.tab.h for two different parsersMichael Shalayeff
thus failing a build every other time. make generated arrays const and repair rcsid generation for output. allow one-step build; from krw@ krw@ ok
2004-09-18- Record handles for memory and IO spaceBrad Smith
- If the CIS pointer is all-0s, don't try to read the CIS. From NetBSD
2004-09-18add Linksys PCM200Brad Smith
From: Chuck Gagnon <gagnocg at mac dot com>
2004-09-17regenBrad Smith
2004-09-17add Linksys vendor ID and Linksys PCM200 IDBrad Smith
From: Chuck Gagnon <gagnocg at mac dot com>
2004-09-17Some cleanup:Alexander Yurchenko
- don't mix unsigned and u_int across the code - un'static some funcs ok art@
2004-09-16whitespace cleanupMarkus Friedl
2004-09-16Use a sane value for maxsegsz, fixes this card for alpha (PR 3920).Ryan Thomas McBride
ok miod@
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2004-09-16some additional CIS sanity checks.Brad Smith
From NetBSD
2004-09-16- for the generic 82557 PCI ID also print the chip name if we have an 82558Brad Smith
or newer. - rearrange PCI IDs a bit. - eliminate setting the FXPF_HAS_RESUME_BUG flag now that we have support to disable dynamic standby. ok deraadt@ mcbride@ mickey@
2004-09-16If we can't allocate new jumbo storage, try to copy the packet into aRyan Thomas McBride
new mbuf chain with m_devget() before recycling the jumbo storage. Frome if_sk.c ok deraadt@
2004-09-15code locator is optionalMichael Shalayeff
2004-09-15add pcxu tlb handlers and cpu probingMichael Shalayeff
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support