summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-08-04instead of static locals, malloc/free. the goal is to reduce stack usage,Daniel Hartmeier
2005-08-04fix worst three kernel stack pigs in xfs by moving stack allocation ofBob Beck
2005-08-04this file is now known as ses.hDavid Gwynne
2005-08-04the generic scsi attach line already says we're an enclosure, so why didDavid Gwynne
2005-08-04be nicer to the controller the ses device is attached to by doing the scsiDavid Gwynne
2005-08-04match on ich7; testing by Mark.Peoples@asu.eduMichael Shalayeff
2005-08-04regenJonathan Gray
2005-08-04new axeJonathan Gray
2005-08-04Support for ICH7 audio tested by Mark.Peoples at asu.eduJonathan Gray
2005-08-04Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@Can Erkin Acar
2005-08-04Add support for dell enclosures that do both SES and SAF-TE. ok dlg@Marco Peereboom
2005-08-04Add SCSI 3 define. ok dlg@Marco Peereboom
2005-08-03Move a couple of 2048+4 byte structures from the stack to the heap.Kenneth R Westerback
2005-08-03enforce 10-bit width for i/o addresses when start address is assigned byFederico G. Schwindt
2005-08-03Smart ARRAY comment fixes.Brad Smith
2005-08-03ciss can fit onto the large RAMDISKSTheo de Raadt
2005-08-03prevent unaligned memory access when processing LCP echo packets,Can Erkin Acar
2005-08-03missing safte/ses/scsibus piecesMartin Reindl
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
2005-08-03report the state of the power supplies. the value shows if the psu is onDavid Gwynne
2005-08-03take advantage of the new ability of the sensors framework to report theDavid Gwynne
2005-08-03enable ciss; deraadt@ okMichael Shalayeff
2005-08-03extend the sensors framework to allow it to report the state of theDavid Gwynne
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-03Do not send "deletion" messages for states created by other pfsync peers whenChristopher Pascoe
2005-08-03Eliminate another case where pool routines are called without process context.Christopher Pascoe
2005-08-03use flag macro instead of constantChristopher Pascoe
2005-08-03Link with -lgcc like hp300 to pull in the gcc functions that zlib needs.Todd C. Miller
2005-08-03if fw provides no max sgl len -- suggest some of our ownMichael Shalayeff
2005-08-03in config loop: make delay longer and less iterations to make it run in a bet...Michael Shalayeff
2005-08-02apparently reading idb sometimes produces better results if prependMichael Shalayeff
2005-08-02int mask is matched on the subsys ids not prod idsMichael Shalayeff
2005-08-02kill 2kB stack offender in cardbus_attach_card.Christopher Pascoe
2005-08-02Save floating point context on signals, same diff as macppcDale Rahn
2005-08-02Save floating point context on signals, looked at miod@ is it in yet? deraadt@Dale Rahn
2005-08-02Reduce stack usage.Mark Kettenis
2005-08-02pass the AF in network byte order to bpfMarkus Friedl
2005-08-02reduce stack usageReyk Floeter
2005-08-02Instead of copying a table structure so we can mask off a bit beforeChristopher Pascoe
2005-08-02unbreak ubt(4)Reyk Floeter
2005-08-02change the TCP reass queue from LIST to TAILQ;Markus Friedl
2005-08-02use arc4random for random packet padding (largely acedemic because it isDamien Miller
2005-08-02syncPeter Valchev
2005-08-02an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122Peter Valchev
2005-08-02read the rpm of the fansDavid Gwynne
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
2005-08-02regenJonathan Gray
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
2005-08-01make compile againMichael Shalayeff
2005-08-01Increment version so we can distinguish this in the future.Tobias Weingartner