summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-05-26support 'log' and 'log-all' in 'nat/rdr/binat pass' rules. original patchDaniel Hartmeier
from camield@. use #defines PF_LOG, PF_LOGALL instead of magic constants. ok frantzen@, camield@
2005-05-26enable cardbus rtw(4) on macppc.Jonathan Gray
2005-05-26Fix compilation on macppc and likely other archs.Jonathan Gray
2005-05-26turd polishingHenning Brauer
2005-05-26repair (self) notation - just attach "self" to the "all" groupHenning Brauer
2005-05-26regenFederico G. Schwindt
2005-05-26geforce fx5500Federico G. Schwindt
2005-05-26Implement PT_STEP for hppa.Mark Kettenis
ok mickey@
2005-05-26optimise one more jmp out of the idle loop; toby@ marco@ okMichael Shalayeff
2005-05-26deny groupnames ending in digits in if_addgroup, frantzen okHenning Brauer
(this has been on my todo, mike beat me to it with the check in ifconfig, but we want it here too)
2005-05-26remove a self-nested #ifdef MULTIPROCESSORKjell Wooding
ok niklas@
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
can play sound again.
2005-05-26oups another unused varHenning Brauer
2005-05-26typoMichael Shalayeff
2005-05-26No need to clock i2s during i2c operations, so don't. Relocate i2cChristopher Pascoe
open/close into init routine.
2005-05-26unused varHenning Brauer
2005-05-26remove the interface family group (i. e. "em" for "em0")Henning Brauer
I foudn this stupid from the beginning on :) talked about and agreed with ryan and theo on the hike
2005-05-26on the iBook G3, there are too many devices with the same gpio name;Jason Wright
prefer the first found. Now, FINALLY, I have my own music at the hackathon. ok drahn [and yes, dale, I'm working on mplayer]
2005-05-26Use new mode sense mechanism for atapi disks. Make sure that fakeKenneth R Westerback
geometry is set even if (as for some USB devices) the MODE SENSE works but zero values are returned for cylinders/heads/sectors. This fixes my USB floppy which returns 0/0/0.
2005-05-26protect all of MGET/MGETHDR with MBUFLOCK() otherwise we'll splimp/splxMarkus Friedl
twice for each mbuf allocation; similar to netbsd; ok hshoexer, deraadt, pedro
2005-05-26fix little nonsense introduced by my last commit herePedro Martelletto
2005-05-26bye bye, rest in attic ad infinitum, amenPedro Martelletto
2005-05-26RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@Pedro Martelletto
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
everyone for the prompt review and ok of this work ;-) Yeah, that includes me too, or maybe especially me. I am sorry. Change the sched_lock to a mutex. This fixes, among other things, the infamous "telnet localhost &" problem. The real bug in that case was that the sched_lock which is by design a non-recursive lock, was recursively acquired, and not enough releases made us hold the lock in the idle loop, blocking scheduling on the other processors. Some of the other processors would hold the biglock though, which made it impossible for cpu 0 to enter the kernel... A nice deadlock. Let me just say debugging this for days just to realize that it was all fixed in an old diff noone ever ok'd was somewhat of an anti-climax. This diff also changes splsched to be correct for all our architectures.
2005-05-25one last optimization, removing a jump, mostly byBob Beck
toby, committed so art will stop yelling at me to avoid conflicts... ok marco@, weingart@, mickey@, niklas@
2005-05-25- identify Compex NICs (untested)Martin Reindl
- wrap more functions in TULIP_PERF* macros ok brad@ from NetBSD
2005-05-25With PQUIK_NOMODESENSE gone, SDEV_NOMODESENSE can go too.Kenneth R Westerback
2005-05-25PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE wasKenneth R Westerback
defined to be 0. Expunge references. Null entries in quirks table will be removed later.
2005-05-25Fix instances of macros with improperly parenthasized arguments.Brad Smith
2005-05-25- Fixed resetting of the watchdog timer and queue full flag.Brad Smith
- When reading PHY regs over the i2c bus, the turnaround ACK bit is read one clock edge too late. This bit is driven low by slave (as any other input data bits from slave) when the clock is LOW. The current code did read the bit after the clock was driven high again. - Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). From FreeBSD
2005-05-25Introduce safer, more general mode sense capability. Transparently useKenneth R Westerback
both 10 byte and 6 byte MODE SENSE commands and just return error checked values. Convert sd_scsi.c to use new mechanism for non-optical drives. USB umass devices will now display actual mode sense info if it is available via a 10 byte MODE SENSE. Which may mean 0 heads, etc. is shown until cosmetics are finalized. ok marco@ 'that is pretty cool' deraadt@
2005-05-25funcs to fetch pci intr routing table(s)Michael Shalayeff
2005-05-25regenBrad Smith
2005-05-251 Mbps Ethernet, huh?Brad Smith
2005-05-25BCM5220Brad Smith
2005-05-25regenBrad Smith
2005-05-25I don't know the real name of this PHY on a dc@cardbus I wasBrad Smith
provided by todd@ but it is a Broadcom 10/100 PHY. Based on the description of the BCM5220 from the web-site saying its a very low power PHY then I'll just name this a BCM5220 for now unless I find out otherwise.
2005-05-25repair whichqs race by disabling ints in between check and halt-halt; marco@ ↵Michael Shalayeff
beck@ niklas@ ok
2005-05-25comment typoJason Wright
2005-05-25correctly initialize AD1886.Joris Vink
"go ahead" mickey@
2005-05-25in tulip_reset() remove a useless printf and check flags before resettingMartin Reindl
2005-05-25Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler.Miod Vallat
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
from suspend.
2005-05-25when an interface joins or leaves a group call back into pf so it canHenning Brauer
update the internal tables used for (ifgroup) notation
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2005-05-24Add scaffolding for feature tests that will be used by our include files.Todd C. Miller
Inspired by similar macros in FreeBSD. OK miod@
2005-05-24add pci ints routing table entry structMichael Shalayeff
2005-05-24-ansi considered harmful, even in commentsTodd C. Miller
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
setting the promisc mode. rename it to ath_hal_rx_signal and remove the incorrect promisc flag. this should fix some problems with ath running in forwarding mode.