summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2006-08-29XXX when we find vgapci devices on a USIII machine, fail to matchTheo de Raadt
2006-08-28move to official 4.0Theo de Raadt
2006-08-28Allow building procfs on systems that don't #define PT_STEP (such as sparc64).Marc Aurele La France
2006-08-28Completely rework the allocation/management of Rx buffers.Damien Bergamini
2006-08-28Make carp see all IPv6 address additions and remove dead code in carp_ioctl()Ryan Thomas McBride
2006-08-28Another grammar nit; "please go ahead" jmc@.Tom Cosgrove
2006-08-28Port bus_dmamap_load(9) and bus_dmamap_sync(9).Marcus Glocker
2006-08-28typos; from tbertJason McIntyre
2006-08-28avoid avail_end common; no binary change; found by grunk@Michael Shalayeff
2006-08-28enable arcDavid Gwynne
2006-08-28Check for illegal option lengths when parsing LCP packetsCan Erkin Acar
2006-08-28Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now.Marcus Glocker
2006-08-28Get MAC address from the OpenFirmware local-mac-address property on sparc64.Mark Kettenis
2006-08-28move the firmware messaging under NBIO since it's only used by bio.David Gwynne
2006-08-28async events defines and structsMichael Shalayeff
2006-08-28revert flags usage commits. too close to release. will go in post release ins...Brad Smith
2006-08-28make a define for dealing w/ the big bit (0x80); no func changeMichael Shalayeff
2006-08-28properly detect failed drives and do not crash bioctl; krw@ testingMichael Shalayeff