Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-03 | Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tends | mjacob | |
to make people's days so much better. | |||
2003-03-03 | Argh. Put back mickey's change here and also follow Ted's suggestion | mjacob | |
wrt bogus identity assignments. | |||
2003-03-03 | Add some A64 defines. | mjacob | |
Fix egregious botch where ICBXOPT_ZIO is suppose to be bit #5, not the value '5'. | |||
2003-03-03 | Get rid of ISP_DMA_ADDR_T and uses ISP_DAC_SUPPORTED to define the | mjacob | |
width of a dma address type- this also allows us to define macros that set upper words of a dma address. Remove STRNCAT. Add (untested) 10160 support. | |||
2003-03-03 | spelling fixes | mjacob | |
2003-03-03 | In isp_putback_atio, propagate iid && rxid for FC ATIOs. | mjacob | |
LINT fixes for printing out the lun for recevied messages. Spelling fix. | |||
2003-03-03 | Remove STRNCAT define. | mjacob | |
2003-03-03 | For type 3 requests, the count is ISP_RQDSEG_T3, not ISP_RQDSEG_T2, that we need | mjacob | |
to set up. | |||
2003-03-03 | Add (untested, no h/w) 10160 support. Propagate some spelling fixes. | mjacob | |
Add back in merged 'mhz' change. Use A64 variants to initialize ULTRA2 or better && 1240 cards. If PAE is ever implemented for *BSD, we'll be closer to being ready to go. Add in a commented out example for how to adjust idelaytimer on 2300s. If we have ISP_FW_CRASH_DUMP defined, then don't reinit the isp in ISP_CONN_FATAL case- that's up to the platform outer layer to do after it finishes saving a f/w crashdump. Replaces STRNCAT with SNPRINTF. | |||
2003-03-03 | march through the trapframes on the stack trace until the very last | Michael Shalayeff | |
2003-03-03 | Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support. | mjacob | |
Use correct size to zero sdparam area for 12160. Compile tested: sparc64, sparc run tested: sparc64 (2200, 1040), sparc (sbus isp) | |||
2003-03-03 | Make "pfctl -ss" output easier to parse. NO TRAFFIC -> NO_TRAFFIC. | Cedric Berger | |
ok dhartmei@ henning@ | |||
2003-03-03 | set n->m_len, somehow the line have lost. thanks daniel | Jun-ichiro itojun Hagino | |
2003-03-03 | use M_READONLY instead of defining M_SHAREDCLUSTER(). the change should have | Jun-ichiro itojun Hagino | |
been made when M_READONLY was introduced. sync w/kame | |||
2003-03-03 | Provide a functional d_psize() function for ramdisk block devices. | Miod Vallat | |
ok deraadt@ | |||
2003-03-02 | Use priority queue for TCP ACKs that have no payload. Very useful on | Daniel Hartmeier | |
asymmetric links. ok henning@, cedric@ | |||
2003-03-02 | only assign a new queue id if a->qid is 0. otherwise, check a->qid for | Henning Brauer | |
validity and take that. validity checks provided by kjc@ ok dhartmei@ kjc@ | |||
2003-03-02 | The gem driver will sometimes unmap bus_dma mappings that are still | Henric Jungheim | |
in use by the hardware. Since the sparc64 has IOMMUs, an access by the hardware after the unmap operation will cause a fault. This replaces "disable" calls by "reset" calls. This increases the time between the command to disable DMA and when the maps are actually unloaded. | |||
2003-03-01 | - only declare and provide pmap_map() for mac68k, until it bites the dust. | Miod Vallat | |
Other m68k-based arches do not need it. - do not wait to allocate struct pv_page. Either pmap_enter() has been invoked with PMAP_CANFAIL and can live with this, or we are close to fandagoland anyways. | |||
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat | |
ok millert@ | |||
2003-02-28 | intrcnt's are now int's to fit with kern.intrcnt assumptions; miod ok | Jason Wright | |
2003-02-28 | Based on several comments from tedu: | Jason Wright | |
- two variables 'err' and 'error', whacked - missing initialization in the error path for the case where an SA expired while off in crypto land. - a small bit of knf. | |||
2003-02-28 | update lasttick in clockintr() so that time doesn't run away with us | Jason Wright | |
(based on a larger diff from henric). | |||
2003-02-28 | do not entice people into playing with broken fs | Ted Unangst | |
ok deraadt@ | |||
2003-02-28 | make intrcnt[n] an int to fit with the kern.intrcnt changes in January | Jason Wright | |
2003-02-28 | Update firmware to latest levels- fixes several nasty bugs on the 2300 at least. | mjacob | |
2003-02-28 | Revert previous change. This driver is shared with 4 other platforms. | mjacob | |
Baloney gratuitous changes to comments w/o even a headsup to the author will be reverted. | |||
2003-02-28 | Increase IDENTIFY command timeout to 3 sec, as required by some | Alexander Yurchenko | |
drives; from NetBSD | |||
2003-02-28 | take too. patch ahs to screw up once in a while | Michael Shalayeff | |
2003-02-28 | remove non-typo changes. sorry folks | Michael Shalayeff | |
2003-02-28 | typo; from weissmanndude | Michael Shalayeff | |
2003-02-28 | Fix more evil typos. | Miod Vallat | |
2003-02-28 | fix comments, from weissmanndude. | Michael Shalayeff | |
make RAMDISK not include sys/conf/GENERIC | |||
2003-02-28 | splsoftnet() around rn_lookup() which is not thread-safe. | Cedric Berger | |
ok dhartmei@ henning@ | |||
2003-02-28 | add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driver | Jason Wright | |
2003-02-28 | more txp's; from linux driver | Jason Wright | |
2003-02-27 | regen | Alexander Yurchenko | |
2003-02-27 | Add ServerWorks CSB6 ATA chip, found in dmesg from niklas@ | Alexander Yurchenko | |
2003-02-27 | regen | Alexander Yurchenko | |
2003-02-27 | Add some more Promise chips (including SATA ones) and a little | Alexander Yurchenko | |
cleanup this section | |||
2003-02-27 | print out the ethernet address in the dmesg. | Nathan Binkert | |
from David Krause <openbsd@davidkrause.com> | |||
2003-02-27 | make packet classification for altq work in the IPv6 case | Henning Brauer | |
ok dhartmei@ cedric@ + "looks good" mcbride@ | |||
2003-02-27 | Repair IPv6 support for tables. | Cedric Berger | |
ok dhartmei@ henning@ | |||
2003-02-27 | regen | Michael Shalayeff | |
2003-02-27 | add ENE cb1410 and sort out the EFFICIENTNETS | Michael Shalayeff | |
2003-02-26 | Let this compile if no DDB | Miod Vallat | |
2003-02-26 | Fix symbol clash that would prevent a kernel configured with both ncr5380 | Miod Vallat | |
drivers to link. | |||
2003-02-26 | minor fix in a debug printf | Michael Shalayeff | |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn | |
by reference, not by value, ok matthieu#, miod@ | |||
2003-02-26 | Better support for the ps/2-style HIL keyboards (those with a real numeric | Miod Vallat | |
pad and a few extra keys). |