summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use -compact in list of available flags. Fix tag width.tjr2003-01-311-1/+1
|
* !RFPROC has been supported for a while now.tjr2003-01-311-2/+1
|
* Build sunlabel on sparc64.jake2003-01-311-0/+4
|
* Fixes from Thomas Nystrom to fix hanging problems experienced by vr cardssilby2003-01-314-68/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | under load. This patch has been tested by Thomas and other for more than a month now, and all (known) hangs seem to be solved. Thomas's explanation of the patch: * Fix the problem with the printing of the RX-error. * Code from if_fet do better deal with the RX-recovery including a timeout of the RX-turnoff. * The call to vr_rxeof before vr_rxeoc have been moved to a point where the RX-part of the chip is turned off. Otherwise there is a window where new data could have been written to the buffer chain before the RX-part is turned off. If this happens the chip will see a busy rx-buffer. I have no evidence that this have occured but god knows what the chip will do in this case! * I have added a timeout of the TX-turnoff. I have checked and in my 900 MHz system the flags for turnoff (both RX & TX) is seen at the first check in the loop. * I could see that I got the VR_ISR_DROPPED interrupt sometimes and started to thinking about this. I then realized that no recovery is needed for this case and therefore I only count it as an rxerror (which was not done before). * Finally I have changed the FIFO RX threshhold to 128 bytes. When I did this the VR_ISR_DROPPED interrupt went away. Theory: The chip will receive a complete frame before it tries to write it out to memory then the RX threshold is set to store'n'forward. IF the frame is large AND the next rx frame also is large AND the bus is busy transfering a TX frame to the TX fifo THEN the second received frame wont fit in the FIFO and is then dropped. By having the RX threshold set to 128 the RX fifo is emptied faster. MFC after: 5 days
* Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8)jake2003-01-312-0/+585
| | | | | which works on sun labels. Due to the lack of an interface other than write(2) to update labels, it cannot modify an open partition.
* SBP related changes.simokawa2003-01-312-8/+16
| | | | | - Set dual phase retry BUSY_TIMEOUT. - Let users to know serial bus error.
* Back out previous. Many people disagreed with removing the warning.tjr2003-01-301-0/+8
|
* Eliminate hard sentence breaks.trhodes2003-01-301-4/+4
|
* Grammar cleanup.trhodes2003-01-302-5/+5
| | | | | | PR: 34529 Submitted by: David Sieborger <drs@rucus.ru.ac.za> (original version) With comments by: keramida
* New errata entry: amd(8) problems caused by non-blocking RPC bug.bmah2003-01-301-0/+9
| | | | Requested by: mbr
* New release notes: alpha boot, i386 boot1/boot -> boot, disklabel(8)bmah2003-01-302-0/+42
| | | | -N/-W gone, disklabel is MD, disklabel -s gone.
* Add getosreldate.3 to the Makefile.trhodes2003-01-301-1/+1
|
* Add a manual page for getosreldate.c.trhodes2003-01-301-0/+65
| | | | | | PR: 46365 Submitted by: gioria (original version) OK'ed by: alfred (older version)
* Add some agility to the disk_create() API:phk2003-01-302-25/+63
| | | | | | | | | | | | | | | | | | | Make passing the methods in a cdevsw structure optional. Move "CANFREE" and "NOGIANT" flags into struct disk instead of the cdevsw which may or may not be there. Rename CANFREE to CANDELETE to match BIO_DELETE operation. Add "OPEN" flag so drivers don't have to provide open/close methods just to maintain such a flag. Add temporary stopgap include of <sys/conf.h> to <sys/disk.h> until the files which have them in the other order are fixed. Add KASSERTS to make sure we don't get fed too many NULL pointers. Clear our geom's softc pointer before we wither.
* NO_GEOM cleanup: Remove sys/disklabel.h include.phk2003-01-301-2/+1
|
* NO_GEOM cleanup: remove DISKFLAG_{WANTED,LOCK}phk2003-01-301-3/+0
|
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-306-10/+0
|
* NO_GEOM cleanup: unifdef;phk2003-01-301-8/+0
|
* The umass(4) driver now supports the Trek Thumbdrive 8MB.trhodes2003-01-301-0/+2
|
* Add support for the Trek Thumbdrive 8MB USB Drive.trhodes2003-01-304-2/+21
| | | | | PR: 46004 Submitted by: Brian J. McGovern <mcgovern@tick.beta.com> (original version)
* Try to play catch-up with CURRENT's release notes.bmah2003-01-302-4/+64
| | | | | | New release notes: devfs(5) now mandatory, SCHED_ULE, geom(4) now mandatory, BIND 8.3.4 (+MFC), libpcap multi-DLT support, OpenSSL 0.9.7, tcpdump multi-DLT support.
* Deregister etc/rc.* commit request notification. mtm is doing a better jobgordon2003-01-301-1/+0
| | | | at it than I am.
* o Constrain inputs to 25Hz granularity so interpolator can operateorion2003-01-301-64/+97
| | | | | | | between any pair of values in range 4-96kHz. Thanks to Ken Marks for discovering there were problems with the previous version. o Use a non-recursive gcd routine.
* - bpf is now working (tested with tcpdump)fjoe2003-01-302-25/+16
| | | | | | - fix promiscious mode MFC after: 3 days
* Additional PC98 option is not needed.nyan2003-01-301-3/+0
|
* Fix some style and incorrect indentation level bugs.ambrisko2003-01-301-24/+24
| | | | Questioned by: phk (for the indentation problem)
* Catch some cases where asking for ridiculously large allocations couldphk2003-01-301-0/+4
| | | | result in a segfault. Instead just return NULL.
* MFi386: Install the "boot" image which is boot1 + boot2.nyan2003-01-301-2/+7
|
* NO_GEOM cleanup: Rip out iodone_chain with a big smile on my face.phk2003-01-301-13/+0
|
* Add a fix for the case where the dialout fails. In this case the ispgj2003-01-301-0/+13
| | | | | | | | | | | | interface was left in an active, but not connected, state, which resulted in data being sent to it and the transmit queue filling up. This happened because the driver never informed sppp that it shoulkd clean up the connection. This fix informs sppp that it should clean things up. The fix was actually developed and tested under -stable, so a short MFC period seems appropriate, say 2 days. Contributed by: Ari Suutari <ari.suutari@syncrontech.com>
* MFi386: revision 1.192.nyan2003-01-303-12/+15
|
* NODEVFS cleanup: unifdefphk2003-01-302-20/+0
|
* NO_GEOM cleanup: unifdefphk2003-01-303-186/+0
|
* NO_GEOM cleanup: retire to attic.phk2003-01-304-2174/+0
|
* NODEVFS cleanup: Unifdef.phk2003-01-301-282/+0
|
* Move the nfsclient support into mfsroot floppy.nyan2003-01-301-1/+1
|
* Remove the atapifd and atapist support from boot floppies.nyan2003-01-301-0/+4
|
* NO_GEOM cleanup: remove #ifdefphk2003-01-301-423/+0
|
* NODEVFS cleanup: remove #ifdefsphk2003-01-301-9/+0
|
* NODEVFS cleanup: remove #ifdefs.phk2003-01-301-2/+0
|
* Remove pc98/wfd and pc98/wst drivers, they have been broken to thephk2003-01-305-1504/+0
| | | | | | | point of not even compiling for a very long time. Any effort spent unbreaking them would be better spent perfecting the ata drivers for PC98, should any issues remain there.
* Remove runtime warning about gets().tjr2003-01-301-8/+0
|
* Remove D_CANFREE from sscdisk.c.phk2003-01-301-4/+2
| | | | | | I belive it got here by copy&paste and I see no signs in the source code that BIO_DELETE was dealt with correctly and can only wonder what kind of trouble this may have caused.
* NO_GEOM cleanup: remove unused fields in struct disk, set type for d_softc.phk2003-01-301-4/+3
|
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()tjr2003-01-301-5/+9
| | | | | to avoid locking the stream for each character and to avoid input being scattered among multiple threads.
* NO_GEOM cleanup: Mark the last arg to disk_create() as unused.phk2003-01-302-2/+2
|
* Rework of how memory resources are discovered and dealt with in macio.benno2003-01-304-68/+162
| | | | | | | | | - Store the OpenFirmware "reg" property in the macio ivars. - Use a struct to define the structure of a "reg" property entry. - Discover all memory ranges, not just the first. - In ata_macio, manage our own range and hand out our own allocations using bus_space_subregion. - Fix bus_space_subregion to handle subregions of sparse maps.
* Remove files which don't exist.phk2003-01-301-4/+0
|
* Remove files which don't existphk2003-01-301-1/+0
|
* Remove entries for files we don't have.phk2003-01-302-6/+0
| | | | Approved by: peter
OpenPOWER on IntegriCloud