summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-02-08Return ENOTTY not EINVAL for unsupported ioctl's;Thordur I. Bjornsson
2008-02-08don't unconditionally return here, still need to set recording parametersJacob Meuser
2008-02-08regenMark Kettenis
2008-02-08Intel ICH-2 doesn't have an AGP bridge; rename to Hub-to-PCI.Mark Kettenis
2008-02-08Return ENOTTY not EINVAL for unsupported ioctl's;Thordur I. Bjornsson
2008-02-08ifp->if_start -> et_startBrad Smith
2008-02-07unbreak build: aml_showvalue() is only available on !SMALL_KERNELPeter Valchev
2008-02-07unbreak SMALL_KERNEL kernels, with miodHenning Brauer
2008-02-07Add the SIOCSIFMTU ioctl to allow ioctl changes;Thordur I. Bjornsson
2008-02-07Add optional metadata memebers.Marco Peereboom
2008-02-07enable DMA for 1-sector devices (i.e. most flash devices).Stuart Henderson
2008-02-06Replace magic values with appropriate symbolic constants.Mark Kettenis
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2008-02-05ACPI 3.0 seems to work just fine so lets enable it.Marco Peereboom
2008-02-05Added change for debugging setbufintJordan Hargrave
2008-02-05de-inline pciide, shaving a goodly amount off the kernelBret Lambert
2008-02-05drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps.Owain Ainsworth
2008-02-05Add the NFE_CORRECT_MACADDR flag for MCP77/79 chipsets.Brad Smith
2008-02-05Shave off a few more bytes by moving IO collision detection into a genericMarco Peereboom
2008-02-05Add strip size to debug print.Marco Peereboom
2008-02-05Create a generic function to validate IO instead of copying and pastingMarco Peereboom
2008-02-04Add PCI ids for some 82571 based multi port adapters.Brad Smith
2008-02-03- remove redundant setting of if_mtu as this is set by ether_ifattach().Brad Smith
2008-02-03- add initial support for the Marvell Yukon Supreme ASIC.Brad Smith
2008-02-03- add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chip...Brad Smith
2008-02-03Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is noMark Kettenis
2008-02-03Map windows little-endian like the MI pcmcia code expects.Mark Kettenis
2008-02-03Redo umass_bbb_get_max_lun() and uses thereof toKenneth R Westerback
2008-02-03There is no such thing as RAIDCRYPTO so rename to CRYPTOMarco Peereboom
2008-02-02Correct the baudrate handling.Brad Smith
2008-02-02Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX.Mark Kettenis
2008-02-02- Add a v1 device which I found here.Marcus Glocker
2008-02-02id like to install via a fibre gem on my 880, so add the gentbi phy that itDavid Gwynne
2008-02-02Move the current flow control status code out of em_media_status()Brad Smith
2008-02-02- Simplify statistics updates and remove redundant register reads.Brad Smith
2008-02-02regenBrad Smith
2008-02-02- add the VIA VT8237S PCI ISA bridge idBrad Smith
2008-02-02regenBrad Smith
2008-02-02add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chipset.Brad Smith
2008-01-31Add me to copyright.Marco Peereboom
2008-01-31recognize the BCM5755 C0 ASIC revision.Brad Smith
2008-01-31recognize the BCM5722 PHY.Brad Smith
2008-01-31regenBrad Smith
2008-01-31add the Broadcom BCM5722 PHY id.Brad Smith
2008-01-30Oops. Missed one.Kenneth R Westerback
2008-01-29Improve performance dramatically by preventing severeal context switches.Marco Peereboom
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-29Add support for VIA VT8237S SATA.Jonathan Gray
2008-01-29regenJonathan Gray
2008-01-29Add VIA VT8237S SATA.Jonathan Gray