summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove guard for < 0 on an unsigned variable.eivind1998-12-071-2/+2
|
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-072-4/+4
|
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-076-56/+44
| | | | | | | | as a RealTek 8139 if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of directly calling inb()/outb() etc... rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported by the RealTek driver
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-0672-89/+124
|
* Shuffle the exclusion list for boot.flp in an effort to get sizesjkh1998-12-065-15/+10
| | | | down again.
* Add "-aout" flag to nm until the kernel is ELF'd.archie1998-12-061-2/+2
|
* Correct for mfsroot.flp now.jkh1998-12-061-7/+4
|
* Ifdefed a conditionally used include.bde1998-12-061-2/+4
| | | | | | Don't depend on "implicit int". Don't bloat the data section with labpc_devsw_installed.
* Backed out previous commit. It was for bug for bug compatibility withbde1998-12-061-3/+2
| | | | | | 2.2's .mk files. Fixed spelling and placement of '$Id$'.
* Removed bitrotted code for setting OBJFORMAT.bde1998-12-062-12/+2
|
* Sync usage string with reality: removed -n, added -s.alex1998-12-061-2/+2
|
* MFC: loosen compare even though bde doesn't like it.jkh1998-12-062-6/+6
|
* Fix an exceedingly *stupid* error in my floppy selection logicjkh1998-12-063-3/+9
| | | | | | | | which was hosing the fixit functionality. PR: 8983 Fixed and embarassed by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp> :-)
* Make rcsid a const char[] instead of char[] to avoid compiler warningsarchie1998-12-0610-10/+10
|
* Eliminate compiler warnings from -Wallarchie1998-12-065-6/+9
|
* Eliminate compiler warnings from -Wallarchie1998-12-0611-16/+16
|
* The \*(td string macro, which is supposed to display today's date in the formobrien1998-12-061-1/+2
| | | | | | | | "October 14, 1998". A Y2k fix makes it now display "October 14, 98+1900". Appears you can perform arithmetic in a string definition. PR: gnu/8321 Reviewed by: Andrew J. Korty <ajk@purdue.edu>
* Rev 1.13 fixes PR bin/8958obrien1998-12-061-1/+1
|
* Put mfsroot.gz on yet another filesystem so that the boot blocksjkh1998-12-062-7/+15
| | | | | can really read it. Hmm. I have no idea *how* this worked in our earlier tests on the x86. :)
* fix warning messages from previous deltamjacob1998-12-061-3/+3
|
* use CAM_DEBUG_XPT to track XPT; correct a misspellingmjacob1998-12-061-13/+16
|
* print the appropriate SCSI revision (with CCS as a proper name for the ↵mjacob1998-12-061-4/+8
| | | | announce message
* Now that John has kindly repo-moved these files, nuke the originaljkh1998-12-064-209/+7
| | | | copies and update the Makefile.
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-063-6/+6
|
* Add a CAM_DEBUG_XPT define (to debug XPT layer only). Add a CAM_DEBUGGEDmjacob1998-12-051-2/+8
| | | | | macro to be like the CAM_DEBUG macro but to instead provide a predicate result.
* Fix it so that it works on an eb164 when you have a serial console on com1.mjacob1998-12-051-1/+7
| | | | Obtained from:gallatin@freebsd.org
* Null commit to commemorate the momentous occasion of the repositoryjdp1998-12-051-1/+1
| | | | | | | | copying of these files from the parent directory. Let us all now observe a brief moment of silence. OK, that's long enough. Jordan will adjust the Makefiles appropriately and then "cvs rm" the originals.
* Add in named SID field revision names (including CCS).mjacob1998-12-051-1/+8
| | | | | Add in named defines for DEFAULT and NOCHANGE densities (for sequential access devices).
* Print out information for write-allocate of AMD CPUs.kato1998-12-052-2/+40
| | | | Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
* Revise some comments and labels.rnordier1998-12-051-16/+22
|
* There is a bug in /bin/pax -s option processing. The code assumes that allobrien1998-12-051-2/+2
| | | | | | | | | | | | | pattern matches will occur at offset zero of the source string. The bug causes the input source string pointer to be incremented by the offset of the end of the match, instead of it's length. The fix is to only increment the pointer by the length of the pattern match (eo-so). Of course, the one example in the man page shows a situation where the match occurs at offset 0. Submitted by: John W. DeBoskey <jwd@unx.sas.com> Obtained from: freebsd-current@freebsd.org
* Fix typos (dexktop, ot)rnordier1998-12-052-6/+6
|
* Fix typo (fauled)rnordier1998-12-0514-28/+28
|
* Sync with sys/i386/isa/fd.c revision 1.125.kato1998-12-052-6/+6
|
* Sync with sys/i386/i386/userconfig.c revision 1.116.kato1998-12-051-2/+6
|
* Sync with sys/i386/conf/optins.i386 revision 1.94.kato1998-12-052-4/+2
|
* Sync with sys/i386/conf/SMP-GENERIC revision 1.23.kato1998-12-051-1/+5
|
* Sync with sys/i386/conf/GENERIC revision 1.133.kato1998-12-052-2/+10
|
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-052-8/+24
| | | | | fixed (chained dependency checking for pkg_add is broken, for one thing) but at least you can now create one package and use it.
* Even the most recently allocated buffer may not have its b_blknomckusick1998-12-051-2/+5
| | | | | | field properly filled in, so we must do a VOP_BMAP on that buffer as well if it is not resolved. Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
* Obtained from: "Kenneth D. Merry" <ken@plutotech.com>dillon1998-12-053-5/+4
| | | | | ICMP_BANDLIM option moved from i386/conf/options.i386 to generic conf/options since it is platform indpendant.
* Add sanity check to foo_start() routines: in the unlikely (thoughwpaul1998-12-057-14/+56
| | | | | | apparently possible) event that the transmit start routine is called with and empty if_snd queue, bail out instead of dereferencing unilitialized transmit list pointers and panicking.
* oops on lastmjacob1998-12-051-3/+3
|
* Remove the Target mode functions until they're in better shape. Implement somemjacob1998-12-051-91/+534
| | | | | | | suggested compilation cleanups from Eklund. Wire down a hard loop id if we are not on a platform that has the ability to get to a PCI BIOS (it still will float to the ID it gets after a LIP but at least we can try). Clarify that the expanded lun is based upon SCCLUN defines (in f/w).
* make a real "done" func; clarify some LUN widthsmjacob1998-12-051-8/+51
|
* compilation fixes from Eklundmjacob1998-12-051-2/+3
|
* compilation fixes from Eklund && move XS_CMD_DONE to be a real functionmjacob1998-12-051-28/+5
|
* do a bit of cleanup on some target mode structures and clarify a couple ↵mjacob1998-12-051-179/+428
| | | | other minro things
* roll core version minor and wire a non-i386 default Loop ID to 113mjacob1998-12-051-3/+7
|
* offset was wrong for HARDLOOPID in NVRAMmjacob1998-12-051-2/+3
|
OpenPOWER on IntegriCloud