summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-05-03Provide a function pointer that allows for the wdc resetJonathan Gray
method to be changed as required. This will be required for dealing with several chips in pciide.
2006-05-03regenBrad Smith
2006-05-03add the Neterion Xframe-II 10GbE product id.Brad Smith
2006-05-02Replace db_{disable,enable}_interrupts with expanded version of themselves,Miod Vallat
having macros for this is not worth doing.
2006-05-02Wave goodbye to bugtty on mvme88k as well.Miod Vallat
2006-05-02The r128 driver also need the 0xb0000-0xc0000 address range. found by Jolan@.Matthieu Herrb
2006-05-02* Plug memory leak if init fails; ok gwk@Patrick Latifi
2006-05-02fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, createDaniel Hartmeier
only bar under foo, not /bar as well. secondly, when using "load anchor from" from a sub-anchor, the loading point should be relative to the sub-anchor doing the load (unless absolute paths are used, of course). from Boris Polevoy. probably a -stable candidate.
2006-05-01RegenPedro Martelletto
2006-05-01Add Neodio 8-in-1 Flash Device Controller, okay dlg@Pedro Martelletto
2006-05-01Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functionsPedro Martelletto
2006-05-01Rename functions and move prototypes aroundPedro Martelletto
2006-05-01- when setting the interface address, only call ixgb_init() if the interfaceBrad Smith
is not already running. - remove splnet usage from ixgb_intr(). - replace magic value of 32 with IXGB_MAX_SCATTER.
2006-05-01sprinkle some tabs.Brad Smith
2006-05-01Make static functions global so DDB can see themPedro Martelletto
2006-05-01Activate Tx descriptor poll timer in order to protect possible lossBrad Smith
of SK_TXBMU_TX_START command. Previously the driver continuously issued SK_TXBMU_TX_START when it notices pending Tx descriptors not processed yet in interrupt handler. That approach would add additional PCI write access overhead under high Tx load situations and it might fail if the first SK_TXBMU_TX_START was lost and no interrupt is generated from the first SK_TXBMU_TX_START command. From FreeBSD
2006-05-01Added Rx/Tx FIFO flush support for YukonBrad Smith
From FreeBSD
2006-05-01Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
routing for several integrated devices on those chipsets in GENERIC.MP. ok brad@, mickey@
2006-05-01A new function sk_yukon_tick(), to handle auto-negotiation properly forBrad Smith
Yukon-based adapters. From FreeBSD
2006-05-01replace magic value of 32 with EM_MAX_SCATTER.Brad Smith
2006-05-01increase the Tx ring count from 64 to 256.Brad Smith
ok jsg@ damien@
2006-05-01remove an unused prototype.Damien Bergamini
2006-05-01call iwi_stop() at beginning of iwi_init() so that all rings are properlyDamien Bergamini
reset when iwi_init() is called from iwi_ioctl() on ENETRESET. this fixes a firmware panic when setting a WEP key multiple times for instance. fix some printf while i'm here. pointed out by Kurt Miller (kurt@).
2006-05-01Zero the memory allocated for subdevs[], preventing a quick trip toKenneth R Westerback
ddb>. Discovered by trying 'usbdevs -v' while a broken card reader was trying to attach. Broken device provided by Manuel Pata. ok pedro@ deraadt@
2006-05-01always call xge_init() here, for the time being.Brad Smith
2006-05-01OpenBSD-ify the attach function printf's.Brad Smith
2006-05-01add commented out entries for the Neterion Xframe-I 10Gb ethernet adapters.Brad Smith
the driver is currently untested.
2006-05-01initial port of a driver for the Neterion Xframe-I 10Gb Ethernet adapter.Brad Smith
From NetBSD
2006-04-30incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90,Damien Miller
make sc_temp_invalid an array and set 0x7f as an invalid reading for the Maxim 6690 too
2006-04-30- add I2O to RAMDISK_CDBrad Smith
- add I2O SCSI pass-through driver
2006-04-30add I2O to the RAMDISKBrad Smith
2006-04-30Enable rtw@pciBrad Smith
2006-04-30- Enable fxp and rl@CardBus on GENERIC and RAMDISKBrad Smith
- Enable dc@CardBus on RAMDISK, already in GENERIC - Enable wdc@PCMCIA on RAMDISK, already in GENERIC
2006-04-30sync the I2O section with macppc config, adding the I2O SCSI pass-through ↵Brad Smith
driver.
2006-04-30Do not leave behind half-initialized data structures so we don't stumble overMark Kettenis
corrupt interrupt table entries later on. ok brad@
2006-04-30Backout last commit, it makes us crash when a ptraced program forks.Mark Kettenis
2006-04-30remove the simplelock argument from vfs_busy() which is currently notNikolay Sturm
used and will never be used this way in VFS requested by and ok pedro, ok krw, biorn
2006-04-30support the Maxim 6657, 6658 and 6659 parts, which are register-wiseDamien Miller
identical to the Maxim 6690. Also fixes a bug which caused Maxim 6642 parts to be mishandled; ok deraadt@
2006-04-30styleBrad Smith
2006-04-30- check for IFF_RUNNING being set before calling lge_init().Brad Smith
- call lge_setmulti() when enabling/disabling promisc mode or if the IFF_ALLMULTI flag is set.
2006-04-30rv not set. Sloppy but didn't matter.Marco Peereboom
pointed out by joris@
2006-04-30- Use SK_IS_GENESIS/SK_IS_YUKON where appropriateBrad Smith
- Remove SK_YUKON_FAMILY
2006-04-30- Interrupt handler now checks shared interrupt source and protectsBrad Smith
the interrupt handler from NULL pointer dereference which was caused by odd status word value. The status word can return 0xffffffff if the cable is unplugged while Rx/Tx/auto-negotiation is in progress. From FreeBSD
2006-04-30Update if_oerrors if we encounter watchdog error.Brad Smith
From FreeBSD
2006-04-30- Added/corrected register definitions for Yukon.Brad Smith
(Register information from Linux skge driver.) From FreeBSD
2006-04-30Prune remaining of the code, no binary changePedro Martelletto
2006-04-30Free one more resource on attach failure.Brad Smith
From NetBSD ok martin@
2006-04-30Prune getcwd_common() and vn_isunder(), no binary changePedro Martelletto
2006-04-30Prune proc_isunder() and sys___getcwd(), no binary changePedro Martelletto
2006-04-29no need for using rwlocks in dirhash. i was confused about the purposeTed Unangst
freebsd's mutexes served here, but they are only for smp protection. the code is careful not to block and needs no rwlocks. ok pedro and an assortment of testers