aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* o Correct spelling error from patch in previous commit.Robert Watson2001-01-092-2/+2
* o Add missing initialization of errno from error returns ofRobert Watson2001-01-096-0/+6
* Add a large _warning_ about using COMPAT_SVR4.Brian Feldman2001-01-091-1/+2
* Evidently, svr4 is broken at the moment. Disconnect the build to preventBrian Feldman2001-01-091-1/+1
* Take 10 seconds to actually fix the chgproccnt rather than just make itBrian Feldman2001-01-091-2/+1
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-0937-23/+65
* Delete unused #include <sys/select.h>.Garrett Wollman2001-01-0910-12/+0
* select() DKI is defined in <sys/selinfo.h> now.Garrett Wollman2001-01-091-1/+1
* Note new location of wi driver source code.Garrett Wollman2001-01-091-1/+1
* With some trepidation, add a `#error' directive to this module. It wasGarrett Wollman2001-01-091-0/+1
* Don't compile a dead variable declaration.Garrett Wollman2001-01-092-0/+4
* Make it clear that the macro `inb' is being overridden.Garrett Wollman2001-01-091-0/+1
* Note new location of if_wavelan_ieee.h.Garrett Wollman2001-01-091-1/+1
* o IPFW incorrectly handled filtering in the presence of previouslyRobert Watson2001-01-094-11/+20
* ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.Matt Jacob2001-01-091-4/+3
* Add some SNS "Register FC4 type" subcommand defines. Add some definesMatt Jacob2001-01-091-1/+13
* Up tsleep && poll time for mailbox commands from 2 to 10 seconds. PrintMatt Jacob2001-01-091-5/+9
* Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,Matt Jacob2001-01-091-2/+8
* Add a isp_register_fc4_type function so that we work with McData switchesMatt Jacob2001-01-091-39/+108
* add missing length argumentMatt Jacob2001-01-092-2/+2
* Send the old if_wl in the old location to the Attic after a repo copy toPeter Wemm2001-01-093-2738/+0
* Remove empty directories.Ben Smithurst2001-01-091-6/+0
* Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>Peter Wemm2001-01-093-3/+6
* Missing FREE().Julian Elischer2001-01-091-0/+1
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)Peter Wemm2001-01-094-5/+4
* Index our "DMA safe" sense buffers by SCB rather than hscb.Justin T. Gibbs2001-01-094-4/+28
* Small note on FDDI support using DEC DEFPAWilko Bulte2001-01-081-0/+2
* Document support for FDDI using DEC DEFPA adapters.Wilko Bulte2001-01-081-1/+3
* Unset the devclass if the attach fails and the devclass was not set toNick Hibma2001-01-081-0/+4
* If we failed to allocate the file discriptor for the write end ofDavid Malone2001-01-081-0/+8
* Back out the "close tray on open" feature, its not clear whatSøren Schmidt2001-01-081-2/+0
* make PCI DEFPA fiddi adapters work on alpha:Andrew Gallatin2001-01-081-2/+5
* Fix a warning. The type of globaldata.gd_prvspace has changed.Jake Burkholder2001-01-087-7/+14
* The user name for anonymous ftp is now "anonymous".Dag-Erling Smørgrav2001-01-081-10/+17
* Back out previous (accidental) commit.Dag-Erling Smørgrav2001-01-081-1/+1
* Use "anonymous" rather than "ftp" as login name for anonymous ftp.Dag-Erling Smørgrav2001-01-082-4/+3
* Correct typo.Yoshihiro Takahashi2001-01-082-2/+2
* Don't use SCARG.Alfred Perlstein2001-01-081-2/+1
* Bad julian.. forgot to destroy mutex before freeing theJulian Elischer2001-01-081-0/+1
* Put VCS ids in a consistent place and form.David E. O'Brien2001-01-082-6/+4
* Rev 1.8 also includes the proper definition for _BSD_VA_LIST_ when usingDavid E. O'Brien2001-01-080-0/+0
* Remove seconds types we don't use that came in thru the NetBSD heiratage.David E. O'Brien2001-01-084-6/+5
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-0837-1105/+1841
* Completed move of Digiboard drivers to dev/dgbSergey Babkin2001-01-0812-10311/+8
* Add aic to the list of drivers that might work with NEWCARD. I've addedWarner Losh2001-01-083-7/+45
* o Make acl_from_text() support uid's and gid's as well as usernamesRobert Watson2001-01-082-12/+36
* Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.Nick Hibma2001-01-081-0/+4
* Add a quirk for drives that do not handle long inquiry data.Nick Hibma2001-01-081-22/+41
* Add the Synchronize command to umass_atapi_transform. It seems to workNick Hibma2001-01-071-0/+1
* Print the correct value in a debugging printf.Nick Hibma2001-01-071-1/+1