summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Pre 3.0 branch cleanup sos#2: soundsos1998-12-2788-37507/+13
| | | | Superceded by the snd driver...
* Pre 3.0 branch cleanup sos#1: wcdsos1998-12-272-4/+4
| | | | Superceded by acd driver...
* Pre 3.0 branch cleanup sos#1: wcdsos1998-12-2711-1429/+15
| | | | Superceded by acd driver...
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-2712-2939/+13
|
* forgot to remote options here.phk1998-12-272-34/+2
|
* Delete stale config.phk1998-12-271-114/+0
|
* Add commented out SMP stuff in GENERIC, remove stale configs.phk1998-12-274-385/+20
|
* Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uhaphk1998-12-2713-5339/+13
| | | | | No CAM drivers available. If somebody CAMifies one of these, they will be welcome back in the tree
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-2717-17373/+7
|
* Pre 3.0 branch cleanup casualty #3: 3c505 ethernet supportphk1998-12-277-904/+5
|
* Pre 3.0 branch cleanup casualty #2: Transputer supportphk1998-12-277-833/+5
|
* Pre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support.phk1998-12-274-164/+4
|
* Turn the VIA chipset ,<<IDE/USB>> controller probing off.foxfair1998-12-271-6/+1
| | | | | It might cause some problem and something like USB has its own driver.
* Tweak ptrace(PT_READ_U) so that the last alpha register can be read.dfr1998-12-261-2/+5
|
* More isdn4bsd convergence: cleanup log messages.phk1998-12-261-18/+24
|
* Converge further on the isdn4bsd version of this file.phk1998-12-261-27/+25
|
* clean up more timeout/untimeout portability stuff.phk1998-12-261-34/+19
| | | | make sure flags and stuff are set sensibly.
* Fix for creating files on a Solaris 7 server with NFSv3 (the request wasdfr1998-12-256-202/+278
| | | | | | slightly garbled but older servers seemed to understand it). Reviewed by: David O'Brien <obrien@nuxi.ucdavis.edu>
* Sync with sys/i386/isa/wd.c revision 1.182.kato1998-12-251-4/+14
|
* Sync with sys/i386/conf/files.i386 revision 1.207.kato1998-12-252-2/+4
|
* Sync with sys/i386/conf/Makefile.i386 revision 1.132.kato1998-12-252-6/+6
|
* According to the author..julian1998-12-242-18/+8
| | | | | | | | | | | | | | | | | | "I've been having a problem running the patches [committed to current] installed with the COMPAT_LINUX_THREADS option along with the VM_STACK patches I did. I'm not sure what the problem is, since it seemed to work before. In any event, the attached patch fixes the problem for me. While I've had no report of problems from anyone else, possibly it would be wise to commit the patch until the problem is found. Also, there was some left-over junk in the linux_misc.c file from some earlier work I did. The attached patch cleans that up too." Submitted by: "Richard Seaman, Jr." <dick@tar.com>
* One more time: another case where we need to trim the CRC manually.wpaul1998-12-241-2/+11
|
* Grrrr... The RealTek 8139 is yet another chip that includes the ethernetwpaul1998-12-241-4/+13
| | | | CRC in received frames, which we need to trim manually.
* The VIA Rhine appears to be yet another chip that always includes thewpaul1998-12-242-4/+22
| | | | | ethernet CRC in received frames and has no option to turn this behavior off. Trim the CRC off manually in vr_rxeof().
* Fix a small bug in xl_start(): when queuing a packet onto the end ofwpaul1998-12-241-2/+3
| | | | | an existing chain, don't forget to move xl_tx_tail to point to the new tail end.
* Flush the fifos at the correct place in cyopen(). Various thingsbde1998-12-243-93/+51
| | | | | | | | | | | in cyopen() were done in a different order than in sioopen(), partly to (ab)use a side effect of comparam() and partly because I didn't understand what the reset was doing (it flushes the fifos). This turned out to be more than a cosmetic problem. Flushing the fifos quite late is good for discarding input that arrived while the line state was being initialized, and in the cy driver it also seems to reduce a problem with input that arrived long ago during the previous close (the UART loses sync too easily and for too long).
* Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2bde1998-12-242-4/+6
| | | | | | | | | merge). This fixes at least hanging in revoke(2) when a somewhat active slave pty is revoked. The hang made the window for the null pointer bug in ufsspec_{read,write} much larger. There are many other bugs in this area (revoke of an active fifo at best leaks memory...).
* Fixed null pointer panics which I introduced in rev.1.86. Vnodesbde1998-12-241-7/+19
| | | | | | | | | may be revoked, so vnop routines must be careful about accessing the vnode if they may have blocked. Fixed marking for update after successfully reading or writing 0 bytes. In this case, POSIX.1 specifies marking if and only if the requested count is nonzero, but rev.1.86 never marked.
* Correct the wrong PCI-IDE probing on AcerLabs Aladdin-V chipset. It won'tfoxfair1998-12-241-4/+14
| | | | | | | | | change the original code but add an extra option "ALI_V" to check the precise IDE port.(especially, secondary) Use the same option "ALI_V" on the kernel config file to prevent generic DMA check causes wrong result. (It seems buggy even on PIIX4 chipset, and I don't know when this bug start) Should I add the option "ALI_V" into /sys/i386/conf/LINT ?
* Not quite right for the goal of using swi_register, but on the way there.mjacob1998-12-241-4/+2
|
* a more correct change that should meet the sniff testmjacob1998-12-241-14/+10
|
* Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again.mjacob1998-12-241-3/+3
|
* you can retry SYNC CACHE on UA errorsmjacob1998-12-231-2/+3
|
* Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox,foxfair1998-12-231-2/+2
| | | | | | | they use the same value in the VID register. PR kern/9137: Matrox Mystique chip name typo error Submitted by: Alex D. Chen <dhchen@Canvas.dorm7.nccu.edu.tw>
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-236-15/+117
| | | | | | | | | | #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* Don't leave the CDROM tray locked if an attempt to mount it is made andmsmith1998-12-231-1/+2
| | | | | | the drive is actually empty. Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Update comments to routines in vm_page.c, most especially whether adillon1998-12-231-19/+106
| | | | | routine can block or not as part of a general effort to carefully document blocking/non-blocking calls in the kernel.
* Invalid is spelled with the v *BEFORE* the a.imp1998-12-221-2/+2
|
* Add entries for DUMMYNET and BRIDGEluigi1998-12-223-3/+24
|
* 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot beluigi1998-12-221-3/+3
| | | | | static... Reported by: Dave Alden
* Error check is not necessary - this function cannot fail in thiseivind1998-12-221-8/+4
| | | | | | context. Noted by: gibbs
* Staticize.eivind1998-12-223-17/+17
| | | | Reviewed by: gibbs
* Adjust some comments to prevent future confusion on the implementation.dillon1998-12-221-6/+26
| | | | Also add a reference to the buf(9) manual page.
* Don't calculate the residual twice.gibbs1998-12-221-7/+9
|
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-226-24/+24
| | | | | | | cards of different bus types as each bus type may have a different bus mapping. Submitted by: Eivind Eklund <eivind@yes.no>
* Return NULL on resource shortage instead of blindly continuing.gibbs1998-12-221-2/+4
| | | | Obtained from: Eivind Eklund <eivind@yes.no>
* Add a quirk NORRLS (no reserve/release) which can (andmjacob1998-12-221-39/+84
| | | | | | | | | | | | | | | | | | | | | will) get set for the devices that don't actually support reserve/release (so we don't keep trying it). Add softc storage and manage storing last I/O and CTL commands that had errors (for correlative purposes). In saclose clear the 'MOUNTED' bit if we either rewind or unload (yes, this shouldn't be necessary since the next open should catch whether a tape change occurred, but I'm having some questions about that actually working so this is safer for the moment). Oh, forgot to mention in previous commit messages that some of the failures particularly at close time cause the tape to be ejected (for the sake of safety)- all this prior to redoing the state machine (which is in progress) which will try and handle this better. Complete the addition of the setmark support (from Martin.Birgmeier@aon.at).
* add command storage to correlate with latched errormjacob1998-12-221-1/+3
|
* Correctly handle misaligned VMIO buffer (whose start or end offset in the VMluoqi1998-12-221-77/+92
| | | | | | | | | object are not page aligned). This should fix the mount_msdos panic after a failed attemp to mount as ffs. Reviewed By: Matthew Dillon <dillon@apollo.backplane.com> Archie Cobbs <archie@whistle.com> Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
OpenPOWER on IntegriCloud