summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-10-07regenBrad Smith
2005-10-07oops, meaant to put LR here and not SR.Brad Smith
2005-10-07Sync with r1.18 of aic7xxx.seq.Kenneth R Westerback
2005-10-07From gibbs via FreeBSD (r1.127): "Extend critical section protectionKenneth R Westerback
around portions of selection processing that cannot tolerate changes to the waiting for selection queue by the host or the host cancelling an active selection." Chuck in comment adjustment of r1.128 too, and note we are sync'd to r1.128.
2005-10-06Use correct timer when reinstating timeouts. Adapted from FreeBSDKenneth R Westerback
aic79xx_osm.c r1.22 fix by gibbs.
2005-10-06o Use firmware extended scan command; this one doesn't crash when scanningDamien Bergamini
the 5GHz band. o Enable 802.11a channels scanning for 2915ABG adapters. o Fix a typo (negociated->negotiated).
2005-10-06remove comment about M_HASFCSBrad Smith
2005-10-06Eliminate use of M_HASFCS.Brad Smith
From thorpej NetBSD
2005-10-06match isp as a PCI device called "SUNW,isptwo".Brad Smith
From mrg NetBSD ok miod@
2005-10-06typoPedro Martelletto
2005-10-06Use part of the reserved space on the disk inode to scatter 16 more bitsPedro Martelletto
for the UID and GID, making them 32-bit. Based on what Linux does, with a slightly different implementation. Endianess issue in fsck noted by miod@, okay deraadt@.
2005-10-06regen.Federico G. Schwindt
2005-10-06readd pci1620, but correctly this time. deraadt@ ok.Federico G. Schwindt
sorry about the dup.
2005-10-06lots of pcmcia, cardbus, and wireless goodies come to town; work with tdevalTheo de Raadt
2005-10-06change "pcistate failed to revert" test message to a debug printf.Brad Smith
2005-10-06typoBrad Smith
2005-10-06add Apple BCM5701Brad Smith
2005-10-06regenBrad Smith
2005-10-06add another Intel 10Gb PCI id.Brad Smith
2005-10-05syncTheo de Raadt
2005-10-05delete crap that fgs commited WITHOUT TESTINGTheo de Raadt
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
ok deraadt@
2005-10-05Support the CardBus part of TI's PCI7XX1 controllers.Thierry Deval
ok deraadt@, miod@
2005-10-05regen.Federico G. Schwindt
2005-10-05some entries from javier d'ovidio laptop.Federico G. Schwindt
2005-10-05regenThierry Deval
2005-10-05Add Texas Instruments' PCI7XX1 CardBus multipurpose controllersThierry Deval
2005-10-05syncTheo de Raadt
2005-10-05shortenTheo de Raadt
2005-10-05regenBrad Smith
2005-10-05add PCI ids for new Intel Gig PCI Express chips.Brad Smith
2005-10-05Add multicast routing to GENERIC.Esben Norby
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@
2005-10-05pretty print & minor knf; ok marcoTheo de Raadt
2005-10-04Sync with new aicasm.c. No functional change.Kenneth R Westerback
2005-10-04Emit '#define NUM_CRIT_SECTIONS' instead of 'static const intKenneth R Westerback
num_crit_sections' so that array declarations in aic7[9x]xx.c use compile time constructs that can be parsed by Anil. No functional change.
2005-10-04Make sure we don't enable host controller interrupts until allBrad Smith
initialization is finished. From augustss NetBSD ok dlg@ pascoe@
2005-10-04typoPedro Martelletto
2005-10-04Make the syncer grab a reference for the vnode to avoid it from beingPedro Martelletto
reclaimed while in this sensitive time frame. That is needed when we don't have locks. Should fix the 'sched_sync: fsync failed' panic some people were seeing. Testing mostly by sturm@ and krw@, okay tedu@ and deraadt@.
2005-10-04tabs are holier than spacesTheo de Raadt
2005-10-04move ipmi chunk to nicer placeTheo de Raadt
2005-10-04spacingTheo de Raadt
2005-10-04Add initial IPMI implementation. Currently only KCS retrieval method isMarco Peereboom
supported. SMIC and BMC will follow shortly. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@
2005-10-04Add initial IPMI implementation. Currently only the KCS retrieval method isMarco Peereboom
supported. SMIC and BMC are being worked on. IPMI will remain disabled for now. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@
2005-10-04shorter name for wait channelTheo de Raadt
2005-10-04fix a bug in Tx descriptor processing.Reyk Floeter
found by David Malone
2005-10-04it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
2005-10-03Reduce the number of openings the logical devices have to play with soKenneth R Westerback
that ioctl's and raw commands will not cause i/o failures. Assume a max of two processors/enclosures per raw bus for the moment. Fixes regular crashes on my 1 logical device, all-softdep system during make build with a bioctl loop running. ok dlg@
2005-10-03system_type is apple, dont act like it is any other, ok deraadt@Dale Rahn
2005-10-03Put the 970 in correct sleep mode, ok deraadt@Dale Rahn
2005-10-03Handle segment register restore at context enter/exit instead ofDale Rahn
deep in the kernel. Based on code from two years ago, now necessary for G5. removes the 1GB ram limit on 32bit processors, temporarily sets a 256MB limit on G5.