summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-12-31correct the code to handle the adt7475, which stupidly is missing someTheo de Raadt
2006-12-30Use the same PCI product name strings we have in pcidevs_data.h for theMarc Balmer
2006-12-30Fix another printf where the format string did not match with the varargs.Claudio Jeker
2006-12-30spacing.Marcus Glocker
2006-12-30Set MASTER based on IFM_ETH_MASTER instead of LINK0.Mark Kettenis
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-30Enable jumbo frames (except on the Yukon-2 FE).Mark Kettenis
2006-12-30Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism.Claudio Jeker
2006-12-30Only advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-30Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHYMark Kettenis
2006-12-30Rewrite eephy(4) to take advantage of generic phy code.Mark Kettenis
2006-12-30In agp_generic_alloc_memory(), make sure the age_mem structure freshlyMiod Vallat
2006-12-30In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as theMiod Vallat
2006-12-30do not load unneeded stringtab sections; avoids backward seeking; from netbsd...Michael Shalayeff
2006-12-30SyncMarco Peereboom
2006-12-30Add new marvell sata controller. from brad@Marco Peereboom
2006-12-30Save pcb in dumppcb when dumping core.Mark Kettenis
2006-12-30regenMartin Reindl
2006-12-30add IDs for Integrated System Solution Corp. KY-BT100 and another BelkinMartin Reindl
2006-12-30Add flow control support.Mark Kettenis
2006-12-30Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-30Why doing something as complex as for () bus_space_write_1(); when thereClaudio Jeker
2006-12-29Pass MIIF_DOPAUSE to mii_attach().Mark Kettenis
2006-12-29Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 toMark Kettenis
2006-12-29No colon after "address".Marcus Glocker
2006-12-29Add IFM_ETH_FMASK. From NetBSD.Mark Kettenis
2006-12-29Sort product ids alphabetically like jmc did in the manpage. fkr alsoMarc Balmer
2006-12-29fix the key buffer size used for software wep, this could causeReyk Floeter
2006-12-29Change the comment for mbg(4) to "radio clocks" here, too.Marc Balmer
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-29Fix another 'tripple' (not surprising, since this was copied from theTom Cosgrove
2006-12-29Change the comment for mbg(4): Use "radio clocks" instead of "time base".Marc Balmer
2006-12-29No need to read ANAR and ANLPAR anymore.Mark Kettenis
2006-12-29Add support for the Meinberg PCI511 and GPS170PCI cards.Marc Balmer
2006-12-29Don't wrap MAC address to newline.Marcus Glocker
2006-12-29Replace setperf algorithm with a linear version. Also use the aml providedMarco Peereboom
2006-12-29Give the UltraSPARC-III its own version of dcache_flush_page(). Fixes problemsMark Kettenis
2006-12-28knf, from bred@Todd T. Fries
2006-12-28spacing.Marcus Glocker
2006-12-28Finish core enumeration, break out core change and reset functions.Marcus Glocker
2006-12-28Add support for the Cronyx Omega serial ports card; this particular cardMiod Vallat
2006-12-28RegenMiod Vallat
2006-12-28Cronyx Omega serial ports card.Miod Vallat
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-12-28Zap nextgennumber, unused since LFS went up into the attic.Thordur I. Bjornsson
2006-12-28check if ifqueue has anything queued before doing the dance ofTheo de Raadt
2006-12-28check if ifqueue has anything queued before doing the dance ofTheo de Raadt
2006-12-28Prettify dmesg a bit for attach with power state being either offline orMichael Knudsen
2006-12-28Remove useless code dealing with media type. Simplify PHY reset code.Mark Kettenis