summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. tested by krw@, brad@; ok brad@
2006-02-14if updating supablock fails w/ EROFS just procede w/ unmount thus allowing ↵Michael Shalayeff
unmounting rw mounts on top of ro devices; pedro@ ok and comments
2006-02-14Fix pasto: clear correct buffer, from James Juran via NetBSD. ok markus@Otto Moerbeek
2006-02-13use pci_mapreg_type().Brad Smith
ok damien@
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
some newer revs.
2006-02-13Due to an oversight on my part I forgot to remove clearing of theBrad Smith
BGE_PCIDMARWCTL_MINDMA flag from the PCI DMA control register on newer bge chipsets when I put in the new PCI DMA control register settings. Thanks to Daniel Ouellet for testing with a BCM5780 and to Dimitry Andric for testing with a BCM5750.
2006-02-13revert rev 1.85. The mbuf needs to be re-mapped in the case of an error.Brad Smith
ok damien@
2006-02-12Find additional noncoherent HyperTransport links by looking at theMark Kettenis
HyperTransport configuration on AMD Athlon 64 & Opteron CPU's. This makes us detect the missing PCI busses on various Opteron systems. ok brad@, marco@
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
reported by Michael Knudsen (mk, molioner dk)
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
also fix handling of caps lock and power keys in akbd; with help from claudio@
2006-02-12Remove packets from the queue before calling their completion routine, asMiod Vallat
done on macppc.
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
2006-02-12reduce the number of DMA sync operations by sincing multiple TX descriptorsDamien Bergamini
at once.
2006-02-12Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit.Miod Vallat
2006-02-12initial jumbo frames support (disabled for now).Damien Bergamini
#define'ing NFE_NO_JUMBO can save a few hundred KB of wired memory.
2006-02-12Revert previous, seems to cause problems on some machines.Alexander Yurchenko
2006-02-12regenBrad Smith
2006-02-12add OUI's for ASIX Electronics and CENiX Inc.Brad Smith
2006-02-12Correct information in dmesg again. -moj ok jsgMats O Jansson
2006-02-12Add support for IC+ IP101 (from brad). -moj ok jsgMats O Jansson
2006-02-12RegenMiod Vallat
2006-02-12Add Apple ADB devices USB phantom personality, as found on PowerBook5,* laptops.Miod Vallat
2006-02-12regenMats O Jansson
2006-02-12Change xxICPLUS to ICPLUS and correct the information. -mojMats O Jansson
2006-02-12Don't cause the screen border to be black; but we have to clear the wholeMiod Vallat
screen until console uses a low-depth plane; and if I could remember who to thank for the Xvideo board I got via Wim, things would be even better.
2006-02-11regenJonathan Gray
2006-02-11Add a handful more of ATI/NVIDIA devices mostly from submitted dmesgs.Jonathan Gray
2006-02-11regenBrad Smith
2006-02-11- fix C51 Mem entryBrad Smith
- add the Quadro FX Go1400; From drahn@
2006-02-11use mii_phy_match().Brad Smith
2006-02-11New version of i915 supprotm adapted from freebsd by Dimitry Andric, withMatthieu Herrb
one tweak suggested by miod@.
2006-02-11regenBrad Smith
2006-02-11- add VIA Network Technologies and two VT6103 10/100 PHY's as found on vr NICs.Brad Smith
- add IC Plus Corp. and their IP101 10/100 PHY as found on some nfe based motherboards.
2006-02-11regenBrad Smith
2006-02-11add another NVidia C51 memory controller, NVidia GeForce 6150 and GeForce ↵Brad Smith
6150 LE
2006-02-11set IFCAP_VLAN_MTU in the capabilites field.Brad Smith
ok damien@
2006-02-11- call nfe_ifmedia_upd() early in nfe_init() to reset the PHY.Damien Bergamini
- set RX buffer size register properly
2006-02-11fix nfe_free_tx_ring() and nfe_reset_tx_ring() to unmap the good items.Damien Bergamini
2006-02-11Simplify code a bit.Brad Smith
From NetBSD ok fgs@