summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge our -fformat-extensions and printf0() into GCC 2.95.1.obrien1999-10-161-88/+322
|
* Stick with the stock version of this.obrien1999-10-161-395/+610
|
* Use this stock version of this.obrien1999-10-161-24/+38
|
* Use the stock file here. I cannot determine if our previous (rev 1.2)obrien1999-10-161-1490/+1869
| | | | changes for ObjC are still appropriate.
* Use stock file here.obrien1999-10-161-216/+193
|
* Bring our profiling tweaks from rev 1.2 into GCC 2.95.1.obrien1999-10-161-685/+1145
|
* Merge BDE's printf format error fixes into GCC 2.95.1.obrien1999-10-161-11/+5
|
* Use the stock file here.obrien1999-10-161-114/+37
|
* Use the stock GCC 2.95.1 file here. Our previous (rev 1.2) changes are OBE.obrien1999-10-161-167/+39
|
* Merge rev 1.2 into GCC 2.95.1.obrien1999-10-161-1693/+3040
|
* Fix conflicts.obrien1999-10-162-1/+17
|
* This commit was generated by cvs2svn to compensate for changes in r52287,obrien1999-10-165-124/+213
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of the GCC 2.95.1 compilersobrien1999-10-167-125/+230
| |
* | - Convert this driver to newbus.mdodd1999-10-163-1036/+1508
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Generally clean things up. - PnP now supported. Will convert to bus_space, ifmedia and add a DEVICE_IDENTIFY() method for autodetection. As it stands device ex0 at isa0 should find a card if one is present. I feel less dirty now.
* | This commit was generated by cvs2svn to compensate for changes in r52284,obrien1999-10-16470-66393/+106021
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of the GCC 2.95.1 compilersobrien1999-10-16499-75734/+124694
| |
* | Remove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.obrien1999-10-161-1/+1
| | | | | | | | | | Also remove the "-d" domain option, as if someone is savey enough to want this, they are savey enought to make a custom amd_flags in /etc/rc.conf.
* | Convert the mx driver to miibus.wpaul1999-10-1611-891/+683
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make this work, I created a pseudo-PHY driver to deal with Macronix chips that use the built-in NWAY support and symbol mode port. This is actually all of them, with the exception of the original MX98713 which presents its NWAY support via the MII serial interface. The mxphy driver actually manipulates the controller registers directly rather than using the miibus_readreg()/miibus_writereg() bus interface since there are no MII registers to read. The mx driver itself pretends that the NWAY interface is a PHY locayed at MII address 31 for the sole purpose of allowing the mxphy_probe() routine to know when it needs to attach to a host controller.
* | Remove name field from controller information. Fix name setting inimp1999-10-163-38/+44
| | | | | | | | | | | | | | | | pc98 case that I missed before. Attempt to get the irq for the PCIC first from the loader env var and second from the config system. I've been able to boot my laptop with a kernel that hardwired the irq to 10. This should allow boot -c to finally start working for pcic irq, but I've not tested that. Add $FreeBSD$ to slot.h.
* | This commit was generated by cvs2svn to compensate for changes in r52279,obrien1999-10-1625-93/+418
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GCC 2.95.1's libio -- the C++ iostream facility.obrien1999-10-1625-93/+418
| |
* | This commit was generated by cvs2svn to compensate for changes in r52277,obrien1999-10-1688-11364/+19910
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GCC 2.95.1's libstdc++obrien1999-10-1688-11364/+19910
| |
* | Use a much larger buffer for message log retrieval until we are sure thatmsmith1999-10-161-9/+10
| | | | | | | | | | | | | | | | | | | | | | 32 bytes is safe. Handle successful completion of message log retrieval commands. With these changes, the driver correctly handles the consequences of drive death and replacement in a reliable array. Note that the massive backlog of I/O during handling of such an event can kill the system if softupdates is enabled.
* | Fix mlx_diagnose_command so that it actually works. I can't believe thismsmith1999-10-161-1/+1
| | | | | | | | has been broken since implemented.
* | Save the drive device_t so that we can print it later.msmith1999-10-161-0/+1
| |
* | Save the drive device_t correctly so we can print it later.msmith1999-10-162-2/+2
| | | | | | | | The drive number is 5 bits, not 4, in the read/write command.
* | Grrrrr. Put the $FreeBSD$ in a Bad Place.obrien1999-10-151-2/+2
| |
* | Eliminate remaining part of incorrect PCI bus numbering sanity check on ↵tegge1999-10-157-49/+0
| | | | | | | | systems with more than one PCI bus.
* | Use BWX instructions on EV6 as well as EV5.gallatin1999-10-151-2/+2
| | | | | | | | This gets the AlphaServer DS10 booting.
* | Register the fact we want expand_main_function() to invoke __main.obrien1999-10-152-0/+4
| |
* | Merge rev 1.2 (a.out support) into EGCS 1.1.2.obrien1999-10-151-569/+1089
| |
* | When more than one timer is expired at once, allow for the possibilitybrian1999-10-151-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | that the first timer ends up doing a timer_Stop() on the second. When this happens, remove the timer from the pending list so that we still call any subsequent timers. This bug has been here for several years, but has only been tickled recently with my device layering changes. With enormous thanks for the perseverance of: Ruslan Ermilov <ru@ucb.crimea.ua>
* | When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNbrian1999-10-151-1/+1
| | | | | | | | rather than CLOSE_NORMAL.
* | Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.brian1999-10-151-0/+7
| | | | | | | | Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
* | Until we actually support SBus, there's no reason to keep the f/w in the tree.mjacob1999-10-151-4274/+0
| |
* | New pccard kernel config requirementimp1999-10-151-0/+8
| |
* | -Wall fix: ambigious elsebillf1999-10-151-1/+2
| |
* | Add new file for pccard compatibilty code. Add it to files so it getsimp1999-10-152-1/+220
| | | | | | | | pulled in as well.
* | Reorganize the attachement point for pcic (it was unattached andimp1999-10-158-310/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | floating before). Attach pccard devices to pcic, one per slot (although this may change to one per pcic). pcic is now attached to isa (to act as a bridge) and pccard is attached to pcic, cbb and pc98ic (the last two are card bus bridge and the pc98ic version of pcic, neither of which are in the tree yet). Move pccard compat code into pccard/pccard_compat.c. THIS REQUIRES A CONFIG FILE CHANGE. You must change your pcic/card entries to be: # PCCARD (PCMCIA) support controller pcic0 at isa? controller pcic1 at isa? controller card0 The old system was upside down and this corrects that problem. It will make it easier to add support for YENTA pccard/card bus bridges. Much more cleanup needs to happen before newbus devices can have pccard attachments. My previous commit's comments were premature.
* | Fix ``MAKEDEV acd''brian1999-10-153-3/+3
| | | | | | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
* | Include opt_bktr.roger1999-10-151-0/+2
| | | | | | | | | | | | | | Without it the kernel config options, like OVERRIDE_TUNER, where not getting passed to the driver. Bug noticed by: Marc Fonvieille <fonvi@club-internet.fr>
* | "Plag and play" -> "Plug and Play"phantom1999-10-151-1/+2
| |
* | Sync with reallity (USERCONFIG_BOOT option was removed long time ago)phantom1999-10-151-6/+9
| | | | | | | | mdoc(7)'fy
* | Add mount_nwfs program. Now -current can mount NetWare volumes.bp1999-10-157-1/+1157
| |
* | Add libncp to the list of known libraries.bp1999-10-151-0/+1
| |
* | Acutally our style is "options\x20\x09".obrien1999-10-154-64/+64
| | | | | | | | | | | | | | As BDE says: "options\x09\x09foo" looks quite different from "options\x20\x09foo" after adding a one or two character prefix. Notice by: BDE
* | Document the use of pseudo_AF_HDRCMPLT with BPF.msmith1999-10-151-0/+8
| |
* | Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-157-11/+58
| | | | | | | | | | | | | | | | | | | | completion' flag. If set, the interface output routine will assume that the packet already has a valid link-level source address. This defaults to off (the address is overwritten) PR: kern/10680 Submitted by: "Christopher N . Harrell" <cnh@mindspring.net> Obtained from: NetBSD
* | - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-156-306/+76
| | | | | | | | | | | | | | now lives in the respective bus front end files. - Add various function prototypes to if_edvar.h - Clean up some debugging code that snuck into if_ed_isa.c - Turn on the right bits in files.i386
OpenPOWER on IntegriCloud