summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the number of args to .%T to an acceptable number bychris2000-02-141-1/+1
| | | | | removing the `Nm' command from the line. This means that %T will actually work.
* Increase the size of the various index variables; there wasjkh2000-02-132-12/+12
| | | | | some overflow occurring. Submitted by: steve
* Initial importdmlb2000-02-132-0/+0
|
* Simplifications:groudier2000-02-132-584/+281
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove all the code intended to deal with experimental C1010 revisions. This code got useless due to commercial chip revisions having been fixed. Fixes: - Rewrite/rework the WSR condition handling. Previous drivers snooped on the BUS through the SBDL IO register and this has been discovered to trigger a spurious SCSI parity error when WSR had been set by chip and cleared by SCRIPTS prior to reading SBDL bit [0...7]. On the other hand, the C1010 does not use the SWIDE register when synchronous data transfers are taking place and requires a CHMOV (1) WHEN DATA_IN to be performed in order to move to memory the residual byte when WSR is set and the residual byte is useful data. BTW, the new WSR handling by the driver is simpler. - No longer attempt to read from SCRIPTS the SBDL register. This is intended to avoid to be victimized again by any other issue regarding the handling of this register by 8xx chips. Miscellaneous: - The driver is now able to handle the WSR + IGN RESIDUE condition at the end of a DATA IN I/O without need of a programmed interrupt. It is a minor? optimization. - A few other minor cosmetic changes. This driver version fixes notably a permanent SCSI parity error condition at boot that can be triggerred due to recent changes in cam_xpt.c between 1.79 and 1.80. Changes in CAM/XPT are fine, but the new handling of the full INQUIRY may trigger the driver problem when a target returned an odd value in the `additionnal length' field of the INQUIRY response. The diff against previous driver version is large, but it consists approximatively in: - 350 lignes removed and not compiled in previous drivers (They addressed experimental C1010 revisions) - 250 lignes added or changed, half being comments or empty lines. So, in fact, the real changes are about 120 lines of source. About 80 lines address SCRIPTS changes and about 40 lines address C code changes. Approved by: jkh New WSR handling reviewed by Pamela Delaney <pam.delaney@lsil.com> (For back-porting to Linux sym53c8xx driver 1.6x series)
* Add info on OSF/1 emulation, IDE support on Alpha. Removed some referenceswilko2000-02-131-18/+15
| | | | to EISA cards as there is no EISA bus support on Alpha.
* Update IDE support for Miata, corrected Multia info, added info on 3000 memorywilko2000-02-131-9/+51
|
* Use correct field for dst_port when displaying masks on dynamic pipes.luigi2000-02-131-1/+1
|
* Fix sign reversal in adjtime(2).phk2000-02-132-2/+2
| | | | Approved by: jkh
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-136-0/+6
| | | | | Approved by: jkh Reviewed by: gallatin
* Add Robert Watson's much extended documentation including that of thechris2000-02-131-0/+161
| | | | | | kern.jail.set_hostname_allowed sysctl MIB. Submitted by: rwatson
* Oops, forgot this from the previous commit. Remove obsolete #ifdef ISO.peter2000-02-131-3/+0
| | | | Approved by: jkh
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-1336-637/+62
| | | | | | | #ifdefs. Clean out unused netisr's and leftover netisr linker set gunk. Tested on x86 and alpha, including world. Approved by: jkh
* Fix two warnings.peter2000-02-132-2/+2
|
* Fix typo (s/Pladio/Paldio/).kuriyama2000-02-132-2/+2
|
* Link dynamically, not statically.kris2000-02-131-2/+2
|
* Use the new (Hi rwatson!) NO_MAKEDEV when making our temproot.billf2000-02-121-1/+1
| | | | | Submitted by: Doug Barton <Doug@gorean.org> (maintainer) Approved by: you-know-who.
* Add the uhid device.n_hibma2000-02-121-1/+7
| | | | Approved by: jhk
* Update major version.shin2000-02-121-0/+2
| | | | | | | | | | Now libwrap depends on libc.so.4, so needs to update the major version. Without this, old binaries which use libwrap and build with libc.so.3 will coredump on recent 4.0. Approved by: jkh Reviewed by: markm
* Add ftpd entries into /etc/pam.conf.shin2000-02-121-0/+6
| | | | | | | | | | | S/Key authentication for ftpd was not working due to ftp implementation and /etc/pam.conf missmatch. So add ftpd entries into /etc/pam.conf. Reported by: "Jose M. Alcaide" <jose@we.lc.ehu.es> Approved by: jkh Reviewed by: markm
* Document the support in the kernel for hardware debug registers on theobrien2000-02-124-1/+33
| | | | | | ix86 platform which allows for hardware watchpoints, etc... Submitted by: Brian Dean <brdean@unx.sas.com>
* Add more dual stack consideration.shin2000-02-124-16/+71
| | | | | | | | -Should retry as much as possible when dest addr and source addr(specified with -s option) address family missmatch happend Approved by: jkh
* Fix parsing problems.shin2000-02-122-3/+31
| | | | | | | | -"ftp hostname:/path" was not working. - IPv6 raw addr specification was not well supported, such as, "ftp http://\[1:2:3:4:5:6:7:8:\]/index.html" Approved by: jkh
* Fix several bogus bugsshin2000-02-123-5/+10
| | | | | | | -Some address resolving related structures were not freed after use. -Some error messages were not printed out correctly. Approved by: jkh
* Add functions which allow i/o memory to be accessed without forcing adfr2000-02-123-5/+45
| | | | | | memory barrier (needed for XFree86 4.0). Approved by: jkh
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-123-10/+11
| | | | | | | | | | ``jail'', and move the set_hostname_allowed sysctl there, as well as fixing a bug in the sysctl that resulted in jails being over-limited (preventing them from reading as well as writing the hostname). Also, correct some formatting issues, courtesy bde :-). Reviewed by: phk Approved by: jkh
* The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don'tpeter2000-02-121-0/+8
| | | | | | default to a non-FM tuner or FM radio is non-functional. Approved by: jkh
* Do a trivial conversion of xrpu to newbus.peter2000-02-121-50/+62
| | | | | Reviewed by: phk ("commit it!" :-) Pre-Approved by: jkh
* - Fix the Makefile so it installs the manual page (properly).chris2000-02-121-3/+1
| | | | | | | - Use ``beforeinstall'' rather than install for the custom installation target used to install the shell script. Approved by: jkh
* Check the right variable to see if router is enabled.jkh2000-02-123-3/+3
|
* Added Melco Airconnect wireless Ethernet.hosokawa2000-02-122-0/+16
| | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> OK'ed by: jkh@FreeBSD.org
* Minimum necessary change: return no more than 24 bytes of data for themjacob2000-02-121-1/+3
| | | | | | | | | | | | | | 'S' status call- this was the size of the original mtget structure. Don't bother to map the current mtget structure to an old one- for version 0 RMT it's meaningless because it's all binary data anyway, and it's only the wierd edge case of Solaris 7 starting to use the 'S' status call that has tickled this issue- and this MNC fixes that issue. We need to implement Version 1 RMT anyway. Approved: jkh@freebsd.org PR: 14946
* Add a manual page for wargames(6).chris2000-02-122-0/+54
| | | | | Obtained from: NetBSD Approved by: jkh
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.mjacob2000-02-112-282/+392
| | | | | | Approved: jkh@freebsd.org PR: 16141
* Turn back on fast posting- the code that turns it off (for 1020/1040) ismjacob2000-02-111-5/+0
| | | | | | now in isp.c Approved: jkh@freebsd.org
* Correct a minor typo in error message.mjacob2000-02-111-1/+1
| | | | Approved: jkh@freebsd.org
* Add in new async mbox defines for 2200- point to point stuff.mjacob2000-02-111-0/+23
| | | | | | | Add in definitions for the extended initialization control block (2200 only again). Approved: jkh@freebsd.org
* Add in 12160 (Ultra3) NVRAM definitions.mjacob2000-02-111-2/+76
| | | | Approved: jkh@freebsd.org
* Add in 12160 (Ultra3) firmware. Gawd, this file is bulky.mjacob2000-02-111-0/+4037
| | | | Approved: jkh@freebsd.org
* Restructure nvram reading routine to split out to separate functionsmjacob2000-02-111-362/+584
| | | | | | | | | | | | | for 1020/1X80/12160/2X00- for readability. Add in 12160 (Ultra3) support- but not with PPR just yet. Fix and clarify fetching of return parameter for getting firmware rev which for the 2200 contains the connection topology (Private Loop (NL-port), N-port, FL-port, F-port). Synthesize the connection topology for the 2100 which can only be Private Loop or FL-port. Handle a couple of new async mailbox commands which signify connection in Point-to-Point mode (N-port or F-port) or indicate various toe stubbing getting to same. Approved: jkh@freebsd.org
* Add 12160 (Ultra3) defines. Add config option flag for forcing point-to-pointmjacob2000-02-111-5/+12
| | | | | | instead of FC-AL (2200 only). Approved: jkh@freebsd.org
* When running dhclient on a PC-Card insertion, specify the insertednsayer2000-02-111-4/+5
| | | | | | | | | | interface on the dhclient command line. Not doing so screws up vmware's network interface by attempting to configure it for DHCP (which will never work, of course). It also would impact any other interface that may be present that, again, would likely be manually configured for some other purpose. Approved by: jkh
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisnik2000-02-111-5/+12
| | | | | | | | | | | | parameter is missing, or specified as above, then passwd behaves as normal when the user enters an all lower case password -- i.e., it prompts them to use mixed case, and will only grudgingly accept an all lower case password. If you negate this entry in login.conf, with "mixpasswordcase@", then passwd will allow all lower case passwords without complaining. Approved by: jkh
* Document mixpasswordcase here as well as in passwd.1nik2000-02-111-0/+3
|
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisnik2000-02-111-2/+11
| | | | | | | | | | | | parameter is missing, or specified as above, then passwd behaves as normal when the user enters an all lower case password -- i.e., it prompts them to use mixed case, and will only grudgingly accept an all lower case password. If you negate this entry in login.conf, with "mixpasswordcase@", then passwd will allow all lower case passwords without complaining. Approved by: jkh
* Forgot one line: don't try to match flags when looking for a flow.luigi2000-02-111-0/+1
| | | | Approved-by: jordan
* Add ata(4) support.ru2000-02-112-2/+2
| | | | Approved by: jkh
* Allow X_AS_PKG option to be more selectable.jkh2000-02-113-3/+3
|
* Synced with sys/dev/syscons/syscons.c rev 1.336.kato2000-02-111-3/+5
|
* Synced with sys/dev/syscons/scterm-sc.c rev 1.4.kato2000-02-112-4/+8
|
* That "NO DRIVER" panic fix wasn't good enough...sos2000-02-111-1/+1
|
OpenPOWER on IntegriCloud