summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2006-08-31Start to get interface attach working.Marcus Glocker
2006-08-31Make sure we do mbuf operations at splnet(), for some models have zeMiod Vallat
2006-08-31Some first cleanup run.Marcus Glocker
2006-08-31Fix handling of 64-bit quantities in Open Firmware's client interface.Mark Kettenis
2006-08-31Bring chip into initialized state.Marcus Glocker
2006-08-31Oops! Disable debug.Marco Peereboom
2006-08-31Add sensor thread for individual sd devices.Marco Peereboom
2006-08-31Do proper chipset identification.Marcus Glocker
2006-08-31Automatically add a IPv6 link-local address to carp interfaces when theRyan Thomas McBride
2006-08-31Prerrt print volume nr in dmesg.Marco Peereboom
2006-08-31Get firmware loaded.Marcus Glocker
2006-08-30we can fit ehci & pci verbose. Much nicer.Theo de Raadt
2006-08-30Try to read station address from the chip first, then try the EEPROM (if weMark Kettenis
2006-08-30Horrible code to work around stupid VXT2000 rom getchar() behaviour, butMiod Vallat
2006-08-30Enable VXT2000 bits now that they are worth using; ok deraadt@Miod Vallat
2006-08-30Teach the SGEC driver about the Real World:Miod Vallat
2006-08-30Better diagnostic messages.Miod Vallat
2006-08-30allow DIOCNATLOOK to look up NAT states for protocols without portDamien Miller
2006-08-30Return from channel tuning code if we get IEEE80211_CHAN_ANYJonathan Gray
2006-08-30when determining the size of the volumes and disks we want how manyDavid Gwynne
2006-08-29enable arc, ok deraadt@Jolan Luff
2006-08-29#undef I2C_VERBOSEMark Kettenis
2006-08-29Fix handling of beacon frames by stations while they're associated.Damien Bergamini
2006-08-29make ic_stats.is_rx_tooshort statistic more accurate.Damien Bergamini
2006-08-29Change the way ieee80211_fix_rate() handles the IEEE80211_F_DOFRATE flag.Damien Bergamini
2006-08-29Add support for onboard bge(4)'s on Sun UltraSPARC hardware that apparentlyMark Kettenis
2006-08-29Don't panic when watchdog timeout is called.Marcus Glocker
2006-08-29allow the carp demotion counter to be changed by arbitary values as longHenning Brauer
2006-08-29Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using dataMarc Balmer
2006-08-29zyd is not making this release; ok jsgTheo de Raadt