Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-24 | init Jumbo RX ring by default. | Brad Smith | |
ok krw@ | |||
2004-12-24 | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No | Kenneth R Westerback | |
functional change. | |||
2004-12-23 | vt100 wscons crashes restoring cursor if it had never been saved before. | Miod Vallat | |
From NetBSD (wsemul_vt100.c 1.24, wsemul_vt100var.h 1.7) | |||
2004-12-23 | Fix crash due to wrong argument in the (almost useless) DECRQUPSS escape | Miod Vallat | |
sequence. From NetBSD (1.13) | |||
2004-12-23 | Reliability fix, from NetBSD: | Miod Vallat | |
When moving the cursor down, only scroll up if cursor is exactly at bottom of scroll region; don't scroll if below scroll region. | |||
2004-12-23 | change FXPF_UCODE to mean "firmware load attempted". if the first | Theo de Raadt | |
loadfirmware() fails because the file is missing, we do not want to try again when the first softclock -> fxp_stats_update -> fxp_init happens later. calling namei in that context is really bad; tested by mcbride | |||
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl | |
ok mickey, deraadt | |||
2004-12-23 | turn padding of tx packets on since it appears it may be needed by certain | David Gwynne | |
firmwares or revisions of the chip. also remove the option to turn it off. | |||
2004-12-22 | - add missing braces for SIOCSIFMTU switch case. | Brad Smith | |
- allow reception of Jumbo frames all the time on GEnesis based cards, same as Yukon based cards. ok krw@ mcbride@ | |||
2004-12-22 | and something else in the future | Theo de Raadt | |
2004-12-22 | Use vfs firmware loader for fxp(4) interrupt coalescing microcode. | Alexander Yurchenko | |
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@ | |||
2004-12-22 | Do a COR reset on prism cards too in the watchdog reset. Helps recover | Todd C. Miller | |
things when older prism firmware gets wedged. | |||
2004-12-21 | add powerhooks | Damien Bergamini | |
OK claudio@ kevlo@ deraadt@ | |||
2004-12-20 | In the rare case that SCSI_RESET is set, ensure that xs->stimeout is | Kenneth R Westerback | |
valid and don't call ahd_setup_data() after ahd_execute_scb() may have freed the scb. | |||
2004-12-20 | Activate packetized status handling. | Kenneth R Westerback | |
ok tdeval@. | |||
2004-12-20 | Kill \n at EOF. | Alexander Yurchenko | |
2004-12-20 | more details in license files | Theo de Raadt | |
2004-12-20 | firmware loading from the filesystem. pci subsystem type things | Theo de Raadt | |
are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride | |||
2004-12-20 | lots of minor tweaking and cleanup, removal of unused junk, etc; dlg ok | Theo de Raadt | |
2004-12-19 | use /sys includes instead of /usr/include/[possibly stale]/sys; deraadt@ ok | Michael Shalayeff | |
2004-12-19 | prep for future | Theo de Raadt | |
2004-12-19 | shorten code | Theo de Raadt | |
2004-12-19 | not yds yet | Theo de Raadt | |
2004-12-19 | filesystem firmware loading written over the pacific 2 weeks ago, tested | Theo de Raadt | |
by mickey | |||
2004-12-19 | tigon-license file | Theo de Raadt | |
2004-12-19 | build uyap firmware | Theo de Raadt | |
2004-12-19 | filesystem firmware loading for uyap(4). this should work, i wrote it very | Theo de Raadt | |
carefully. unfortunately, we cannot find anyone who has one of these devices in our entire user community, thus far. commit it anyways. whoever finds one can contact me if there is a problem. | |||
2004-12-19 | fix cleanup | Theo de Raadt | |
2004-12-19 | Reduce delta to FreeBSD by adding and using ahd_alloc() rather than | Kenneth R Westerback | |
manually reproducing bits in ahd_pci.c. Just as in ahc, avoid allocating and freeing zero length bits of memory for platform data. Don't try to free all or part of ahd_softc, but correctly free allocated memory for seep_config if necessary. Add a final few fields to ahd_softc and scb in preparation for updating/fixing timeout handling. No functional changes. | |||
2004-12-18 | Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates. | Kenneth R Westerback | |
2004-12-18 | use tick instead of ticks. thanks to hannes at mehnert dot org. | Reyk Floeter | |
2004-12-17 | Fix printf in loadfirmware error path. | Alexander Yurchenko | |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray | |
Tested by serveral people. ok millert@, mickey@ | |||
2004-12-17 | rev 1.62 | Brad Smith | |
Possibloe fix for some bge chip revisions taking a long time to reset (e.g., polling for a half-second or more at splnet(), blocking most interrupts, durin an ifconfig down/ifconfig up). Appears to help for a 5704C rev A3, which is the only chip I've ever seen that had even a mild version of the reported problem. rev 1.61 Check for BGE_PCI_PCISTATE register failing to revert on reset. if it occurs, print a message indicating why the reset took so long. From NetBSD | |||
2004-12-17 | add missing braces. | Brad Smith | |
From FreeBSD | |||
2004-12-16 | rev 1.71 | Brad Smith | |
* Set buffer management high water marks for MTU > 1514. * Set BGE_MAX_RX_FRAME_LOWAT (from Linux driver). rev 1.25 * Update onchip buffer tunables to recommended values from Linux drivers. * Increase Tx interrupt-coalescing thresholds, to reduce Tx-done interrupts. From NetBSD ok krw@ | |||
2004-12-16 | Make sure ifp->if_baudrate is valid when the parent's statchg | Brad Smith | |
callback is made. From NetBSD | |||
2004-12-16 | Delete VL/EISA cruft left over from ahc. | Kenneth R Westerback | |
2004-12-14 | Fix off-by-one. From FreeBSD r1.87. Also in NetBSD. Field being filled | Kenneth R Westerback | |
(sk_vpd_readonly) is not currently used, but the memory being tromped on might be. ok millert@. | |||
2004-12-14 | typhoon microcode file build | Theo de Raadt | |
2004-12-14 | txp(4) late firmware loading, written somewhere over the pacific, tested | Theo de Raadt | |
by mcbride, reduces size of the kernel | |||
2004-12-13 | endian fixes, ie, atu will now work on big endian architectures. | David Gwynne | |
2004-12-13 | set the buffer up before we try to use it. fixes a panic on sparc64 which | David Gwynne | |
didn't manifest on i386 for some reason. | |||
2004-12-13 | regen | Kevin Lo | |
2004-12-13 | add ATI Radeon Mobility 9200. ok deraadt@ | Kevin Lo | |
2004-12-13 | Oops. Missed one chunk when sync'ing with FreeBSD r1.30. | Kenneth R Westerback | |
2004-12-13 | Use millisends rather than microseconds in parameters to timer | Kenneth R Westerback | |
functions, and ultra-conservative calculations, to avoid possible overflow issues. Also consistant with values passed in scsi requests. Whitespace and comment tweaks. Update FreeBSD tags now that we are sync'd to the latest version. From FreeBSD aic79xx.c r1.33, aic79xx.h r1.23, aic_osm_lib.h r1.4. | |||
2004-12-12 | unbreak after last commit to bge(4) | Brad Smith | |
2004-12-12 | use quirk flags where appropriate. | Brad Smith | |
Based on NetBSD driver ok krw@ | |||
2004-12-12 | wait till we have root mounted before trying to upload firmwares | David Gwynne | |