summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-09-18regenBrad Smith
2006-09-18add entries for unknown Marvell SATA and ServerWorks IDE PCI ids.Brad Smith
2006-09-18regenBrad Smith
2006-09-18- fix typo in Corollary vendor nameBrad Smith
2006-09-18More uath devices, also properly mark some of the UB52/AR5005UX devicesJonathan Gray
2006-09-18regenJonathan Gray
2006-09-18More uath devices.Jonathan Gray
2006-09-17add a flag to indicate which boards are only capable of 10/100 modes ofBrad Smith
2006-09-17No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latterMiod Vallat
2006-09-17Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in theMiod Vallat
2006-09-17Time to leave the bus.Miod Vallat
2006-09-17Readd the Dell PHY LED setup workaround and the Jumbo capability flag.Brad Smith
2006-09-17Try to reclaim the TX descriptors in the watchdog handler before actuallyBrad Smith
2006-09-17Overhaul RX path to recover from mbuf cluster allocation failure.Brad Smith
2006-09-17do not fill in the anar for the manual 1000baseT media setting case.Brad Smith
2006-09-17Shorten the area where interrupts are enabled to calibrate delay(), and runMiod Vallat
2006-09-17Move get ipmi id into the match function. This prevents attach from beingMarco Peereboom
2006-09-17Re-add the link state check to re_start(), which was added in rev 1.31 andBrad Smith
2006-09-17set the IFCAP_VLAN_MTU flag.Brad Smith
2006-09-17revert revision 1.131, the code in question was later found to not ensureBrad Smith
2006-09-17- correct the firmware synchronization in bge_reset(), thisBrad Smith
2006-09-174.0-current. yes deraadtSteven Mestdagh
2006-09-17defer establishing the interrupt until later during attach, to let theBrad Smith
2006-09-17moving to 4.1-currentTheo de Raadt
2006-09-16add new uath(4) ids and fix existing ones.Damien Bergamini
2006-09-16sync (uath)Damien Bergamini
2006-09-16add new uath(4) ids and fix existing ones.Damien Bergamini
2006-09-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
2006-09-16sync (uath)Damien Bergamini
2006-09-16more uath(4) usb ids.Damien Bergamini
2006-09-16indentDamien Bergamini
2006-09-16fix a buggy printf.Damien Bergamini
2006-09-16sync (uath)Damien Bergamini
2006-09-16Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UXDamien Bergamini
2006-09-16enable pgt, even if still a wee bit buggyTheo de Raadt
2006-09-16Get subvendor from the PROM instead of the PCI configuration space, since theMark Kettenis
2006-09-16Don't panic if firmware files are not in place. Ja ja ja ja claudio@.Marcus Glocker
2006-09-16Do not use bus_space_write_multi and happily write to NULL and die, whenMiod Vallat
2006-09-16Bring pgt(4) in a working state. Much work also done by claudio@.Marcus Glocker
2006-09-16rework the handling of the errors coming off the hardware at the bottom ofDavid Gwynne
2006-09-16Asking for HWERR interrupts and not acknowledging them leadsJonathan Gray
2006-09-16Support for Intel 6321ESB SATA. Tested on one of cloder's newJonathan Gray
2006-09-16Match VIA VT8237A SATA which while untested should act likeJonathan Gray
2006-09-16regenJonathan Gray
2006-09-16VIA VT8237A SATAJonathan Gray
2006-09-15Reserve some commands slot for bioctl/sensorsd so ciss doesn't crashKenneth R Westerback
2006-09-15Kettenis's polished version of diff to preserve the mac address on thecus,Dale Rahn
2006-09-15Reset the sysfail led on thecus, so that it doesn't blinkDale Rahn
2006-09-01Standardize on EFBIG in bus_dmamap_load* if caller is too greedy; I hadMiod Vallat
2006-08-31ciss can't do bio ioctl's when >1 logical device is defined. Bail outKenneth R Westerback