summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-04-15Simplify matching logic using pci_matchbyid() and correct some comments.Jonathan Gray
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-15re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right valuesBrad Smith
2005-04-15add another 8169 rev and remove vtophys() hack for alpha now that the driverBrad Smith
has been bus_dma-ified
2005-04-15correct a spelloChristopher Pascoe
ok jolan@
2005-04-15Add TODO list for zaudio.Christopher Pascoe
2005-04-15Remove i2c entry, it is included from zaudio config.Christopher Pascoe
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15print proper model string.Brad Smith
2005-04-15Functions for accessing the pxa2x0 I2S controller.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15Routines providing access to the pxa2x0 I2C controller.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15let tree build. brad -- check what you bustedTheo de Raadt
2005-04-14Add basic support for the pxa2x0 DMA controller.Christopher Pascoe
ok deraadt@ dlg@ drahn@ uwe@
2005-04-14Try to start log message buffer on a new line. Helps install scripts avoidKenneth R Westerback
detecting phantom devices when scanning dmesg output. Suggested by miod@, ok deraadt@.
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-14enable HW transmit checksum offloadBrad Smith
ok pvalchev@
2005-04-14+luphy and add hme to RAMDISK_CDBrad Smith
2005-04-14+luphyBrad Smith
2005-04-14+luphyBrad Smith
2005-04-14+luphyBrad Smith
2005-04-14add a PHY driver for the Lucent LU6612 10/100 PHY used on PCIBrad Smith
quad port hme(4)'s and other newer Sun systems with hme(4)'s. derived from a diff posted to freebsd-sparc64 by Marius Strobl <marius at alchemy dot franken dot de> ok mickey@
2005-04-14fix reading of the binary image.Damien Bergamini
binary image is not a set of ezdata structures.
2005-04-14write actual data to file, not pointers.Damien Bergamini
store the address field in little endian order.
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2005-04-14tyopPedro Martelletto
2005-04-14do not reset tuner and audio settings on open/close; from jakemsr@Michael Shalayeff
2005-04-14back out last, some breakage crept inHenning Brauer
2005-04-14Make sure recording is started before we return EWOULDBLOCK in a read().Brad Smith
From NetBSD ok mickey@
2005-04-14regenBrad Smith
2005-04-14rename unknown Agere PHY, this is a Lucent LU6612 10/100 PHY.Brad Smith
2005-04-14When synproxy sends packets to the destination host, make sure to copyJoel Knight
the 'tag' from the original state entry into the outgoing mbuf. ok henning@ dhartmei@
2005-04-14Correct signed/unsigned mismatches in compatibility macros and addChristopher Pascoe
mono-to-stereo variants for mulaw_to_slinear16 ok dlg@ jason@ mickey@
2005-04-14.pt map from Manuel Pata <pata@alface.de>Michael Shalayeff
2005-04-13syncDamien Bergamini
2005-04-13New ural devices. Pointed out by Rodolfo Gouveia.Damien Bergamini
2005-04-13Resume only if the lid is open and the power key pressed. Also fixUwe Stuehler
peridic discharging in zapm_poll().
2005-04-13Call special suspend and resume hooks. The latter can cancel a resume.Uwe Stuehler
2005-04-13boot when then timeout expires; prodded by drahn@ dlg@ and othersUwe Stuehler
2005-04-13free STACKGAP_RANDOM commitMichael Shalayeff
2005-04-12Add last pieces of ses crud to enable blink functionality.Marco Peereboom
This file is still a work in progress.
2005-04-12simplify vndopen() a bit.Joris Vink
ok pedro@
2005-04-12handle PMTU for ipip SAs, too; ok hshoexer, cloderMarkus Friedl
2005-04-12register descriptions for the inter-ic sound controllerDavid Gwynne
ok uwe@
2005-04-12size for the i2s controller registers, and add some comments for clarityDavid Gwynne
ok uwe@
2005-04-12better reg descriptions of the ac97 controller.David Gwynne
ok uwe@
2005-04-11pull in new MD STACKGAP_RANDOMTheo de Raadt
2005-04-11Make sure that the requested size is a multiple of block size inMatthieu Herrb
auvia_build_dma_ops(). Patch by miod@, ok deraadt@.
2005-04-11Ignore lcp up/down events in cisco modeCan Erkin Acar
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
case sun4c/sun4 -- because address space is more constrained
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@