Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ripped out APM-hooks. Not ready for prime time yet. | phk | 1994-10-02 | 4 | -87/+4 |
| | |||||
* | Ripped out a lot of stuff made to circumvent the previous bogus assy stuff. | phk | 1994-10-02 | 2 | -644/+276 |
| | | | | | Ripped out the "hooks". Until we know how we want to do it, we shouldn't start hacking anyway. Still panics my machine though. | ||||
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 36 | -675/+918 |
| | | | | GCC a lot more silent. | ||||
* | apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module | phk | 1994-10-02 | 5 | -12/+15 |
| | | | | | | works correctly. clock.h & reg.h: prototypes. | ||||
* | Unused variables, except one with a omnious comment. | phk | 1994-10-02 | 2 | -30/+20 |
| | |||||
* | Prototyping and general gcc-shutting up. Gcc has one warning now which looks | phk | 1994-10-02 | 36 | -483/+1186 |
| | | | | bad, I will get to it eventually, unless somebody beats me to it. | ||||
* | Prototypes, prototypes and even more prototypes. Not quite done yet, but | phk | 1994-10-02 | 20 | -41/+152 |
| | | | | getting closer all the time. | ||||
* | Make fat cursor as early as possible, per Bruce suggestion | ache | 1994-10-02 | 3 | -18/+6 |
| | |||||
* | Include rtprio.h for struct rtprio. | dg | 1994-10-02 | 1 | -1/+2 |
| | |||||
* | If you are building a kernel without NFS statically linked in you | rgrimes | 1994-10-02 | 2 | -2/+16 |
| | | | | | | | | must #define NFS before including <sys/mount.h> to pick up some of the definitions needed for struct diskless. Be sure to undef it after this so you do not effect other code. This is kinda sick, but it does the job. Problem found by davidg. | ||||
* | 1. Completely rewritten Makefile that uses bsd.prog.mk more effectively. | rgrimes | 1994-10-02 | 8 | -594/+498 |
| | | | | | | | | 2. Clean up the .S files to use /* */ style comments. This is a totally cosmetic change, not one byte of the resulting boot code changes. But at least it is installed with correct owners and in the right places, and gets recompiled correctly when things change! | ||||
* | "idle priority" support. Based on code from Henrik Vestergaard Draboel, | dg | 1994-10-02 | 17 | -103/+376 |
| | | | | but substantially rewritten by me. | ||||
* | Replaced the magic register union with inline assembler. Now it works | phk | 1994-10-02 | 4 | -360/+194 |
| | | | | | "mostly". My machine still panics from time to time, and I think the problem is a stack-problem. | ||||
* | 1. Remove all references to cyloffset, it has been unused for some time. | rgrimes | 1994-10-02 | 5 | -60/+230 |
| | | | | | | | | | | | 2. New detection code so we know what boot code called us. 3. Remove old DISKLESS support code and halt if we are called by that boot code as it will NOT work with the new nfs_diskless structure. This is really in preperation for new boot code and new diskless support. Reviewed by: davidg | ||||
* | Add code to generate NFSDISKLESS_SIZE for use in locore for copying the | rgrimes | 1994-10-02 | 2 | -2/+14 |
| | | | | | nfs_diskless structure in from the boot code. Reviewed by: davidg | ||||
* | Implement full proxy ARP, gated on option ARP_PROXYALL. This allows | wollman | 1994-10-01 | 1 | -7/+44 |
| | | | | | | | | | | | a FreeBSD box to do proxy ARP as easily as most commercial routers do, without messing around with (potentially variable) Ethernet addresses. This code is really quite simple; I'm not at all sure why it wasn't implemented in 4.4. It might be worth stealing an interface flag (maybe IFF_LINK1) to use for finer-grained control over which interfaces get proxy treatment. For the moment, it's all or nothing. | ||||
* | genassym: depends on the source code too. | rgrimes | 1994-10-01 | 3 | -6/+6 |
| | |||||
* | On my GW2K Handbook486 this code would reset when called from locore.s | phk | 1994-10-01 | 4 | -72/+68 |
| | | | | | | | I think I have narrowed this down to the stack being overflown. I have taken the push/pop of %fs out, it shouldn't be needed anyway, but the real & correct solution might to save the registers on the stack in locore.s before calling this stuff. | ||||
* | Add Matt Thomas's DC21040 PCI Ethernet driver. (This is turning out | wollman | 1994-10-01 | 9 | -0/+4166 |
| | | | | | to be quite a popular chip, so expect to see a number of products based on it.) | ||||
* | Update DEPCA/DE422 et al driver to latest version, from Matt Thomas. | wollman | 1994-10-01 | 2 | -119/+179 |
| | | | | This file was run through unifdef -DMULTICAST in preparation. | ||||
* | Correct `de' device ID. | wollman | 1994-10-01 | 2 | -4/+5 |
| | | | | Add pd_npresent field for future loadable PCI drivers. | ||||
* | Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't any | wollman | 1994-10-01 | 1 | -1/+2 |
| | | | | | more bits left in if_flags and I don't want to make it a long this late in the release cycle.) | ||||
* | Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr. | dg | 1994-10-01 | 9 | -8/+541 |
| | | | | Submitted by: Paul S. LaFollette, Jr. | ||||
* | #Driver for Advaced Power Management (also need options APM) | phk | 1994-10-01 | 3 | -6/+6 |
| | | | | | -device apm0 isa? +device apm0 at isa? | ||||
* | Fix again PAS16D detection and MVA508 handle. | ache | 1994-10-01 | 2 | -6/+6 |
| | | | | | Initial importers (swallace) please be more carefully to not break old things! | ||||
* | Get rid of redundant declaration, and changed DDB -> SDDB to get rid | dg | 1994-10-01 | 1 | -9/+8 |
| | | | | of the conflict that results otherwise. | ||||
* | Added options APM and device apm0 for Advanced Power Management support. | dg | 1994-10-01 | 3 | -3/+21 |
| | |||||
* | Added $Id$ | dg | 1994-10-01 | 16 | -0/+32 |
| | |||||
* | Woops, missed these two files; part of HOSOKAWA Tatsumi's APM support. | dg | 1994-10-01 | 2 | -0/+228 |
| | |||||
* | Minor improvement to probe routine. | dg | 1994-10-01 | 2 | -0/+16 |
| | | | | Submitted by: HOSOKAWA Tatsumi | ||||
* | Laptop Advanced Power Management support by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 58 | -160/+4180 |
| | | | | Submitted by: HOSOKAWA Tatsumi | ||||
* | add new sound files to kernel config file list | swallace | 1994-10-01 | 2 | -6/+14 |
| | |||||
* | Use Voxware's new 2.90 soundcard.h. | swallace | 1994-10-01 | 2 | -296/+688 |
| | | | | | | NOTE: 2.9 is backwards compatable with programs compiled with older soundcard.h, but new programs compiled with 2.9 will not work on pre-2.9 sound drivers. | ||||
* | Merged in changes to Hannu Savolainen's VoxWare sound drivers, version 2.9. | swallace | 1994-10-01 | 44 | -2407/+5548 |
| | |||||
*-. | This commit was generated by cvs2svn to compensate for changes in r3252, | swallace | 1994-10-01 | 10 | -0/+4652 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| | * | Hannu Savolainen's VoxWare original sound drivers, version 2.9. | swallace | 1994-10-01 | 2 | -17/+848 |
| | | | |||||
| | * | This commit was manufactured by cvs2svn to create branch 'voxware'. | cvs2svn | 1994-03-11 | 322 | -123705/+28 |
| | | | |||||
| * | | Hannu Savolainen's VoxWare original sound drivers, version 2.9. | swallace | 1994-10-01 | 47 | -3503/+11609 |
| | | | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'AMANCIO'. | cvs2svn | 1994-04-23 | 299 | -112212/+2462 |
| |/ | |||||
* | | Correct DEC -> Digital Equipment Corporation. | wollman | 1994-10-01 | 3 | -6/+6 |
| | | |||||
* | | Add #ifndef ALLOW_CONFLICT_IRQ | swallace | 1994-09-30 | 2 | -2/+12 |
| | | | | | | | | Reviewed by: jkh | ||||
* | | Log SA_CORE signals | ache | 1994-09-30 | 1 | -1/+9 |
| | | | | | | | | Obtained from: FreeBSD 1.x | ||||
* | | Oops, forgot one patch for the changed selwakeup, fixed. | sos | 1994-09-29 | 1 | -10/+9 |
| | | |||||
* | | Fix broken FAT_CURSOR support, don't set cursor shape on VGA | ache | 1994-09-29 | 3 | -3/+18 |
| | | |||||
* | | Do strip -x of kernel | csgr | 1994-09-29 | 3 | -6/+33 |
| | | | | | | | | Obtained from:1.1.5.1 | ||||
* | | Added pcaselect call. | sos | 1994-09-29 | 1 | -2/+4 |
| | | |||||
* | | Changed header sligthly. | sos | 1994-09-29 | 3 | -6/+9 |
| | | |||||
* | | Changed header slightly. | sos | 1994-09-29 | 7 | -62/+109 |
| | | |||||
* | | Updated pcaudio.c to latest from 1.1.5.1 | sos | 1994-09-29 | 6 | -352/+290 |
| | | | | | | | | | | | | Enabled timer reprogramming in clock.c (this could use more work). Obtained from: FreeBSD-1.1.5.1 | ||||
* | | Fixed bug in hardclock() that caused adjtime() to fail when given | wollman | 1994-09-29 | 3 | -27/+12 |
| | | | | | | | | | | a negative offset. This would be seen in xntpd as a rash of ``Previous time adjustment didn't complete'' messages on startup. |