aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.Vinod Kashyap2005-01-058-19447/+22110
* Make sis_initl() take a typed argument.Poul-Henning Kamp2005-01-051-24/+15
* Add locked/unlocked variants of sis_init()Poul-Henning Kamp2005-01-051-15/+22
* Make a locked and unlocked variant of sis_start()Poul-Henning Kamp2005-01-051-15/+20
* Don't declare variables "register", the compiler ought to know what to do.Poul-Henning Kamp2005-01-051-6/+6
* Add needed synchronization to the error handling code that was introducedAlan Cox2005-01-051-0/+6
* o Use tab instead of spaces for puc(4) line.Jun Kuriyama2005-01-054-12/+12
* Fix comment. One of the two "Step 4" shuold be a "step 5"Julian Elischer2005-01-051-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetsOlivier Houchard2005-01-051-2/+2
* Instead of keeping track of the index into the receive ring use the alreadyPoul-Henning Kamp2005-01-042-8/+6
* Forget about the sis_list_data and sis_ring_data structures and embeddPoul-Henning Kamp2005-01-042-132/+109
* Prototype busdma callback using the typedef.Poul-Henning Kamp2005-01-041-1/+1
* Kill a half dead comment. It's first half was killed in rev 1.12.Roman Kurakin2005-01-041-1/+0
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.Maksim Yevmenkin2005-01-041-1/+1
* Allow fxp(4) cards with a revision id of 0 to use the 82503 serialMaxime Henrion2005-01-041-1/+1
* Regenerate.John Baldwin2005-01-044-13/+15
* Partial sync up to the master syscalls.master file:John Baldwin2005-01-041-8/+9
* return after freeing data element, instead of falling through, and usingJohn-Mark Gurney2005-01-041-0/+1
* - Fix 'rebuild' command - it can no longer relay on retaste eventPawel Jakub Dawidek2005-01-043-50/+34
* Spoiling is now not possible, because we keep consumers open for writingPawel Jakub Dawidek2005-01-043-38/+13
* Remove old wdc driver completely.Yoshihiro Takahashi2005-01-041-8/+0
* Minor nits in formatting continued linesWarner Losh2005-01-041-2/+2
* cnw as a pccard device was commented out, so uncomment it so LINT will build.Warner Losh2005-01-041-1/+1
* Since we do not support forceful unmount of DEVFS we can do away withPoul-Henning Kamp2005-01-041-45/+3
* Unsupport forceful unmounts of DEVFS.Poul-Henning Kamp2005-01-041-1/+1
* Catchup to wd removalWarner Losh2005-01-041-12/+0
* Remove last vestiges of old wd driver. ata works well on pc98 andWarner Losh2005-01-048-5551/+0
* move all the card entries to files.pc98Warner Losh2005-01-043-1733/+1731
* First step in removing OLDCARD from FreeBSD 6.0:Warner Losh2005-01-042-6/+6
* Fix 'rebuild' command (we ignore retaste event now, so don't relay on it).Pawel Jakub Dawidek2005-01-033-11/+23
* Add PCI and device ID's to if_xl to support:Robert Watson2005-01-032-1/+6
* Use byteorder(9) functions to implement the [g,s]et[d,w][b,l]e macros soMarius Strobl2005-01-031-35/+13
* When allocating bio's in the swap_pager use M_WAITOK since thePoul-Henning Kamp2005-01-031-6/+7
* Reduce diffs to work in progress before checking in serious changes.Philip Paeps2005-01-032-38/+40
* Garbage collect unused ipx_abort().Robert Watson2005-01-032-13/+2
* Remove unused #include.Pawel Jakub Dawidek2005-01-031-1/+0
* Exempt the superuser from mac_seeotheruids checks.Robert Watson2005-01-031-0/+3
* Remove comment that doesn't seem to be true and add comments describingJulian Elischer2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2Julian Elischer2005-01-031-3/+2
* Back out previous commits. Installing new share/mk fixes this.Nate Lawson2005-01-031-1/+0
* Add a sysctl (net.inet.tcp.insecure_rst) which allows one to specifyMike Silbersack2005-01-032-2/+14
* NO_MAN is now NOMAN.Nate Lawson2005-01-031-1/+1
* Fix kernel modules build. For some reason, this module now bails out withNate Lawson2005-01-031-0/+1
* Regen.Marcel Moolenaar2005-01-035-6/+6
* uuidgen(2) is MP safe.Marcel Moolenaar2005-01-031-1/+1
* If MALLOC() fails in at_pcballoc(), return ENOBUFS rather thanRobert Watson2005-01-031-1/+3
* Acquire the socket buffer receive lock in spx_rcvoob() to permitRobert Watson2005-01-021-0/+3
* Increase the coverage scope of the receive socket buffer lock inRobert Watson2005-01-021-10/+9
* Explicitly lock the send socket buffer in spx_reass() to cover the dropRobert Watson2005-01-021-2/+3
* Restructure ipx_input() return code to match similar code in netinet,Robert Watson2005-01-021-8/+6