summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-02-16Only set HW VLAN assist flag when IFCAP_VLAN_HWTAGGING is set.Brad Smith
2006-02-16pcscp(4) worksMartin Reindl
2006-02-16Fix a few wrong memset() sizes; ok otto@ krw@ aaron@Miod Vallat
2006-02-16Fix typo's. From Constantine A. Murenin.Mark Kettenis
2006-02-16disable HW VLAN tagging.Brad Smith
2006-02-16Patch from Dimitry Andric to fix the allocation of 4 pages of gartMatthieu Herrb
2006-02-16- stop enabling/disabling interrupts in nfe_intr().Damien Bergamini
2006-02-16make panic msg more usefulMichael Shalayeff
2006-02-16regenJonathan Gray
2006-02-16Add Novatel and Kyocera EVDO cards.Jonathan Gray
2006-02-16AirPrime EVDO does not work with uplcom as suspected.Jonathan Gray
2006-02-16regenBrad Smith
2006-02-16add some ENE CardBus controllers.Brad Smith
2006-02-15move setting IFCAP_VLAN_MTU back to where it is supposed to be.Brad Smith
2006-02-15add support for 64bit rings base addresses.Damien Bergamini
2006-02-15actually disable h/w VLAN tagging for now.Damien Bergamini
2006-02-15- enable jumbo frames for adapters that support it.Damien Bergamini
2006-02-15don't re-init the interface on watchdog timeout. we need to reload theDamien Bergamini
2006-02-15be gone whitespace.Brad Smith
2006-02-15enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ okMichael Shalayeff
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
2006-02-14Knock out "deq" and "tas3004" i2c nodes.Mark Kettenis
2006-02-14Define a wsdisplay type for the Sun ZX/Leo frame buffer.Miod Vallat
2006-02-14Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffersMiod Vallat
2006-02-14Kill unused __HAVE_MINIMAL_EMULMiod Vallat
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2006-02-14Find additional noncoherent HyperTransport links by looking at theMark Kettenis
2006-02-14if updating supablock fails w/ EROFS just procede w/ unmount thus allowing un...Michael Shalayeff
2006-02-14Fix pasto: clear correct buffer, from James Juran via NetBSD. ok markus@Otto Moerbeek
2006-02-13use pci_mapreg_type().Brad Smith
2006-02-13nVidia/nvidia -> NVIDIABrad Smith
2006-02-13regenBrad Smith
2006-02-13NVidia -> NVIDIABrad Smith
2006-02-13add some ASIC revisions to the various switch cases and identifyBrad Smith
2006-02-13Due to an oversight on my part I forgot to remove clearing of theBrad Smith
2006-02-13revert rev 1.85. The mbuf needs to be re-mapped in the case of an error.Brad Smith
2006-02-12Find additional noncoherent HyperTransport links by looking at theMark Kettenis
2006-02-12Remove unused columns from the keyboard[] array. No functional change.Miod Vallat
2006-02-12Remove dead isabeep driver and unused isabeep() function.Miod Vallat
2006-02-12Do not bell if keyboard.bell.volume=0;Miod Vallat
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-02-12Clean up the adb_event structure, now that it is never exported to userland;Miod Vallat
2006-02-12Remove packets from the queue before calling their completion routine, asMiod Vallat
2006-02-12Remove unused openfirmware code; ok drahn@Miod Vallat
2006-02-12fix a printfDamien Bergamini
2006-02-12don't print shared interrupts when debugging is on.Damien Bergamini
2006-02-12use BUS_DMA_READ flag when mapping RX buffers.Damien Bergamini
2006-02-12Disable sync when blanking if display.vblank is set to off.Miod Vallat