Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-28 | Only set devvp->v_specmountpoint on successful mounts, Nicholas Marriott | Pedro Martelletto | |
2006-06-28 | from freebsd 1.179: | Michael Shalayeff | |
When the softupdates worklist gets too long, threads that attempt to add more work are forced to process two worklist items first. However, processing an item may generate additional work, causing the unlucky thread to recursively process the worklist. Add a per-thread flag to detect this situation and avoid the recursion. This should fix the stack overflows that could occur while removing large directory trees. pedro@ tedu@ ok | |||
2006-06-28 | No need to add function prototypes twice to a header file. | Claudio Jeker | |
2006-06-28 | Another unused function bites the dust -- this time pflogrtrequest(). OK markus@ | Claudio Jeker | |
2006-06-28 | Kill unused encrtrequest(). OK markus@ | Claudio Jeker | |
2006-06-28 | + firmload for rum and zyd devices; ok jsg@. | Xavier Santolaria | |
2006-06-28 | rewrite how the sensors are created. previously they would wait for io to | David Gwynne | |
be done on the logical disks so ami_scsi_cmd can stash the name of the device doing the io. we now walk the device tree after the logical disks are attached and use the names of ami's child devices. ok marco@ | |||
2006-06-28 | * azalia_pci_detach() | Brad Smith | |
add some debug messages * azalia_codec_delete() fix a possible NULL dereference From kent NetBSD | |||
2006-06-28 | put proto where it is because dlg says he is a dodo | Theo de Raadt | |
2006-06-28 | Add a roothook so the firmware can load when the adapter | Jonathan Gray | |
is already inserted at boot time. | |||
2006-06-28 | Leave usbd_add_drv_event() call till the end of the attach process | Jonathan Gray | |
to remove the possibility of things like panics due to unitialised timeouts when the usb task runs before we finish attaching. | |||
2006-06-28 | Allow devices > revision 43.30 to attach. | Jonathan Gray | |
Devices < 43.30 don't support all the used commands according to Florian. | |||
2006-06-28 | Remove a struct that is no longer used. | Jonathan Gray | |
From Graham Gower. | |||
2006-06-28 | remove some whitespace. | Brad Smith | |
2006-06-28 | regen | Brad Smith | |
2006-06-28 | better entry for NVidia MCP55 HD Audio. | Brad Smith | |
2006-06-27 | unbreak builds without BIO by moving the sensor setup back under its ifdef. | David Gwynne | |
i could move the shared code that the sensor and bio paths use, but this would add bloat i think. found by _mx, fix by deraadt@ | |||
2006-06-27 | Fix interrupt mapping. This now seems to work on all machines, even with | Mark Kettenis | |
pci cards that have a pci-pci bridge and lack fcode. tested by many, ok jason@, dlg@ | |||
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk Floeter | |
and "nwflag nobridge" to prevent inter-station communications. "hidenwid" will also work with wi(4) to replace the old -E 3 option of wicontrol. ok damien@ jmc@ | |||
2006-06-27 | match pca9555 as a name too | Theo de Raadt | |
2006-06-27 | pull in files.gpio in case we want it | Theo de Raadt | |
2006-06-27 | don't bother printing "{se}bus: %s incomplete" for devices missing a reg | Jason Wright | |
property. They're not interesting. | |||
2006-06-27 | don't set BGE_DEBUG by default, reduces the bloat a bit. noticed by deraadt. | Brad Smith | |
no one noticed this has been here since rev 1.1. | |||
2006-06-27 | Disable Jumbos on the 5714 family of chips for now. The bge driver assumes | Brad Smith | |
that all chips which have Jumbo capability have a separate Jumbo receive ring. It seems as if the 5714 family has done away with the separate receive ring, according to the Linux driver. | |||
2006-06-27 | DECLARE_DRIVER_CLASS(zyd, DV_IFNET); ok jsg@. | Xavier Santolaria | |
2006-06-27 | knf in proto's; ok jsg@. | Xavier Santolaria | |
2006-06-27 | Adapt adjtime() code and put in a better stub for adjfreq() for the | Otto Moerbeek | |
timecounters case. adjfreq() does not work with timecounters, but more is coming. with help from miod; tested by dlg@; ok miod@ | |||
2006-06-27 | add some more net80211 compatibility glue: | Reyk Floeter | |
- support scanning and node listing ("ifconfig -M"). this will replace wicontrol -L in station mode and wicontrol -l in hostap mode. - allow to print the BSSID tested by quite a few people ok jsg@ | |||
2006-06-27 | Switch from magic numbers to usbdevs for vendor/product pairs. | Jonathan Gray | |
2006-06-27 | regen | Jonathan Gray | |
2006-06-27 | add a bunch of zd1211 devices from zyd | Jonathan Gray | |
2006-06-27 | we can do the sensors without BIO | David Gwynne | |
2006-06-27 | we cant do bioctl or sensors on broken controllers since they dont have the | David Gwynne | |
spare ccbs for it and they dont understand the megaraid commands we use in those paths. initially found by jared rr spiegel | |||
2006-06-27 | - Make re_diag() off by default. | Brad Smith | |
- Update comment to mention newer chip revisions. From wpaul FreeBSD | |||
2006-06-27 | new HW revs, EEPROM commands, softc fields, some macros and device ids. | Brad Smith | |
From wpaul FreeBSD | |||
2006-06-27 | add new RealTek PCI ids. | Brad Smith | |
2006-06-27 | regen | Gordon Willem Klok | |
2006-06-27 | Add device ids for some ATI radeon ports and the Intel 82945GM PCIE | Gordon Willem Klok | |
graphics port. | |||
2006-06-27 | - add fixup code in the RX path for strict alignment architectures. | Brad Smith | |
- add a workaround for reception of Jumbo frames. - don't try to adjust alignment on non-strict alignment architectures, this resolves an issue with the PCI Express adapters. From FreeBSD ok drahn@ | |||
2006-06-27 | regen | Brad Smith | |
2006-06-27 | add the PCI product ids for the RealTek 8169SC and 8101E. | Brad Smith | |
From wpaul FreeBSD | |||
2006-06-27 | * Correct the rgephy driver so that it only applies the DSP fixup for | Brad Smith | |
PHY revs 0 and 1. Later chips are fixed and don't need the fixup. * Make the rgephy driver advertise both 1000_FD and 1000_HD bits in autoneg mode. A couple of the devices don't autoneg correctly unless configured this way. From wpaul FreeBSD ok drahn@ | |||
2006-06-27 | Rewritten clock driver for 80219/80321, actually manages seperate stat | Dale Rahn | |
clock and tick timer and detects missing ticks. | |||
2006-06-27 | __attribute__((__packed__)) -> __packed | Jonathan Gray | |
2006-06-27 | __attribute__((__packed__)) -> __packed | Jonathan Gray | |
2006-06-27 | Add support for max rssi/signal strength percentage on RFMD 2958 | Jonathan Gray | |
based adapters. ok dlg@ | |||
2006-06-27 | Pass process credentials to VOP_READ(), making it possible to load | Pedro Martelletto | |
firmwares over NFS, okay deraadt@ | |||
2006-06-27 | avoid multiple detach problems; ich@florian-stoehr.de | Theo de Raadt | |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback | |
functional change. ok deraadt@ | |||
2006-06-26 | enable mpi | David Gwynne | |
ok deraadt@ |