summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import kernel part of SMB/CIFS requester.bp2001-04-1030-0/+11983
| | | | | | | | Add smbfs(CIFS) filesystem. Userland part will be in the ports tree for a while. Obtained from: smbfs-1.3.7-dev package.
* Add more diagnostic output for failure.alfred2001-04-101-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s/1518/ETHER_MAX_LEN Some style changes, add some braces, mostly residual from having a lot of debug hooks added while working on this driver. Bring in a plethora of changes from NetBSD: revision 1.58 date: 2001/03/08 11:07:08; author: ichiro; state: Exp; lines: +17 -1 it wait until busy flag disappears. it was able to prevent some cards with late initializing faling in wi_reset(). revision 1.41 date: 2000/10/13 19:15:08; author: jonathan; state: Exp; lines: +4 -2 Fix wi_intr() to avoid touching card registers during insert/remove events, when sharing an interrupt with other devices: check sc->sc_enabled, and drop the interrupt if its' off. revision 1.30 date: 2000/08/18 04:11:48; author: jhawk; state: Exp; lines: +4 -4 Copy wi_{dst,src}_addr from struct wi_frame into faked-up ether_header instead of addr1 and addr2. THis means that tcpdump -e will show the correct MAC address for communications with access points instead of showing the BSSID. In the future there should be 802.11 support for bpf/libpcap/tcpdump, but that is aways down the road.
* Clean up a bit. Use the correct TAILQ link when walking the threaddeischen2001-04-103-114/+213
| | | | | lists to free thread resources after a fork (in the child). Also remember to free the dead thread list.
* Added a missing set of braces to a conditional that encompasses more thandeischen2001-04-102-10/+12
| | | | one statement.
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-10277-405/+405
| | | | | | instead of #pragma weak to create weak definitions. Suggested by: bde
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-105-37/+39
| | | | | | | | instead of #pragma weak to create weak definitions. This macro is improperly named, though, since a weak definition is not the same thing as a weak reference. Suggested by: bde
* Include <unistd.h> so that read(2) and write(2) don't cause warnings.deischen2001-04-101-1/+2
|
* Fix a comment within a comment warning due to a missing "*/".deischen2001-04-101-1/+1
|
* Make the list in the DIAGNOSTICS section "-tag" instead of "-diag":dd2001-04-101-2/+2
| | | | | | | the former makes it more obvious as to there the error message starts and the explanation begins. PR: 26431
* Avoid endless recursion on panic.bp2001-04-101-2/+6
| | | | Reviewed by: jhb
* Maintain a reference count on the witness struct. When the referencejhb2001-04-091-0/+15
| | | | | | | | | | count drops to 0 in witness_destroy, set the w_name and w_file pointers to point to the string "(dead)" and the w_line field to 0. This way, if a mutex of a given name is used only in a module, then as long as all mutexes in the module are destroyed when the module is unloaded, witness will not maintain stale references to the mutex's name in the module's data section causing a panic later on when the w_name or w_file field's are examined.
* Several things:mjacob2001-04-091-307/+618
| | | | | | | | | | | | | 1. Pick up MII/PHY support for Livengood copper part (10/100/1000) from Parag Patel. It was a fairly complete but not quite platform independent job. 2. Finish silly offset differences that LIVENGOOD vs. WISEMAN registers have (so the !)$*!)$*!$ fiber LIVENGOOD now works too). 3. Ansify the source. So- we now suppor tthe PRO1000F and PRO1000T adapters.
* Add in MII support for LICENGOOD copper part (10/100/1000). Add in somemjacob2001-04-091-4/+28
| | | | more flags for verbose as well as debug printing.
* Pick up changes from Parag Patel and Kachun Lee, and self:mjacob2001-04-091-23/+104
| | | | | | | | | | 1. The offsets for some registers change in LIVENGOOD. Gratuitously. 2. Define LIVENGOOD and LIVENGOOD_CU part numbers. Add some more specific LIVENGOOD defaults. 3. Add definitions for PHY support for the copper LIVENGOOD part (10/100/1000).
* - One can now specify the decimal pid of a process to trace as a parameter.jhb2001-04-092-50/+146
| | | | | | | | | | | | Since pid's are not in the kernel address space, this doesn't conflict with the funcionality of specifying an arbitrary frame pointer to the trace command. - If the first function of a backtrace maps to fork_trampoline, then this is a newly fork'd process that has not been executed yet, so just print out the first frame and then return for that case. - Lower the default count from 65535 to 1024. ddb doesn't trace into userland, and if the stack gets hosed and starts looping it's less annoying.
* We now depend on miibus_if.h.mjacob2001-04-091-1/+2
|
* comment out a boot-time debug messagecg2001-04-091-1/+1
|
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.mjacob2001-04-095-0/+769
| | | | | | Parag Patel did all of the grunt work, so he gets the credit. Register definitions and actions inferred from a Linux driver, so Intel also gets some 'credit'.
* Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")obrien2001-04-091-0/+2
|
* Rege.n_hibma2001-04-092-4/+4
|
* Again an ID that has been reused. Update description.n_hibma2001-04-091-1/+1
|
* Add the Abocom URE 450 ethernet adapter.n_hibma2001-04-091-0/+1
| | | | Submitted by: dima@bog.msu.su
* Regen.n_hibma2001-04-092-4/+4
|
* Update the description for the EPSON PID 0x010a. It seems to be reused inn_hibma2001-04-091-1/+1
| | | | the 8700 series.
* Regen.n_hibma2001-04-092-2/+9
|
* Add the Omni 56K Plus modemn_hibma2001-04-091-0/+1
| | | | Submitted by: kazarov@izmiran.rssi.ru
* Allow user to omit font size specification when loading a font. In additionsobomax2001-04-094-43/+131
| | | | | | | | | | | | | | | the following fixes had been made: - check the size of the font being loaded and compare it with possible sizes to minimise possibility of loading something that is not a fontfile at all and turning console screen into garbage; - prevent buffer overflow (and coredump as a result ) when loading valid uuencoded file with size that exceeds allocated buffer; - correct and improve several error messages. Approved by: -audit, -hackers (silently)
* Whitespace only: convert several tabs into spaces to make style consistent.sobomax2001-04-091-8/+8
|
* Clarify that we're talking about KBytes per second vs kBits per second.jkh2001-04-091-1/+1
| | | | Reminded by: bde
* Whitespace only: Convert several tabs into spaces, to make style consistent.sobomax2001-04-092-16/+16
|
* Document clear_error command on sable/lynx.gallatin2001-04-091-0/+6
| | | | Thanks to Timothy D. First <firsttim@msu.edu> for figuring this one out
* Merge in latest CSRG revisions:ru2001-04-095-40/+72
| | | | | | | | | | - .Fn and .Fc now print a final semicolon (`;') after a function declaration in the SYNOPSIS - .%I implemented - .At outputs ``AT&T UNIX'' if called without arguments - minor cleanup Obtained from: CSRG archives
* ``|'' should be more binding than ``!'' so that this isn't broken:brian2001-04-091-2/+13
| | | | | | | | if ! echo bla | wc -c ; then echo broken fi Obtained from: NetBSD
* enable the rate conversion feeder.cg2001-04-093-3/+3
| | | | | | the main benefit this gives for now is that via686 audio devices on motherboards with ac97 codecs that do not support vra will be able to use sample rates other than 48khz.
* Change the behaviour of mixer slightly such that not explicitly specifyinggreid2001-04-092-5/+10
| | | | | | | | a mixer device will set/get the master volume levels PR: 25156 Submitted by: Tony Finch <dot@dotat.at> Reviewed by: cg, nik
* Remove a stale file.n_hibma2001-04-091-455/+0
|
* Add function prototypes and base module for kernel side iconv library.bp2001-04-099-1/+840
| | | | | | | | | Add simple "xlat" converter which performs 8to8 table based conversion. Unicode converter will be added in the near future. Reviewed by: silence on arch@ Files placement reviewed by: bde Obtained from: smbfs
* Two minor fixes:imp2001-04-091-4/+5
| | | | | | | o Change the number of init tries from 5 to a #define. o Allow up to 5s rather than 2s for commands to complete. This is still much less than 51 minutes, but makes my intel card init with more reliability than before.
* Correctly initialize free_ccbq so that if we fail to attach (as ismjacob2001-04-091-9/+8
| | | | | | | possible for some systems where the device is there, but the BIOS hasn't allocated memory resources for it), we don't panic. Submitted by: Gerard Roudier
* Add FreeBSD IDs to some files and make the others consistent in style.obrien2001-04-0834-11/+92
|
* Fix typo in error message.obrien2001-04-081-1/+1
|
* Reinitialise the DSP and mixer after a resume from suspendgreid2001-04-081-0/+21
| | | | | | PR: 22372 Submitted by: Hiroyuki Aizu <aizu@jaist.ac.jp> Reviewed by: cg
* Style fix.obrien2001-04-081-1/+1
|
* Don't complain about deprecated environment variables, like MUSIC_CD,joe2001-04-081-8/+9
| | | | | | | | | | being present in the environment if the user has CDROM defined, or has specified a device on the command line. This avoids users of ports like 'workman' that use these variables getting gratuitous warnings from cdcontrol. Suggested by: John Sellens <jsellens@generalconcepts.com>
* According with RFC 2330 ("Framework for IP Performance Metrics", fromjkh2001-04-082-2/+2
| | | | | | | Paxson et al, Status: Informational, May 1998), we should use "bits per second" and "k" as 1000 not 1024 for throughput measures. Submitted by: Eduardo Souza Machado da Silva <esms@acm.org>
* Move the decision whether we want to request authentication from ourjoerg2001-04-081-8/+8
| | | | | | | peer out from sppp_lcp_open() to sppp_lcp_up(). For one, this makes things look more symmetrical to sppp_lcp_close(), and somehow it also just occurred to me that an Up event following the open caused the value of the authentication option to be clobbered.
* add a software sample rate conversion feeder. this uses linearcg2001-04-081-0/+175
| | | | interpolation for reasonable quality whilst not using too much cpu time.
* minor tweaks in speed and format setting routines.cg2001-04-083-62/+69
| | | | don't stop exploring the feeders if a feeder fails to initialise.
* fix feeder initialisation methods to return correct result codes.cg2001-04-081-3/+3
|
* if the feeder chain returned no data, do not try to acquire the data.cg2001-04-081-1/+2
|
OpenPOWER on IntegriCloud